JohnBarulich1
7 years agoQrew Cadet
Using JavaScript to interact with tables and fields
I have a lot of experience using Java, and although there are plenty of similarities, I have never used JavaScript prior to now. I have set up an IOL, the problem I am trying to solve involves looping through a table and accessing specific fields. My questions are:
1. How do I access a specific field
2. Is there a way to access a specific field AND row
3. Is there a call similar to EOF (End of File, for knowing when I reach the end of the table)
4. Is there any doc for JavaScript and table manipulation concepts
One thing to note, queries won't help me solve this problem, because I need to guarantee I don't loop through the same values I have already visited... Unless I am missing something.
Thanks for any help or any material that I can reference
1. How do I access a specific field
2. Is there a way to access a specific field AND row
3. Is there a call similar to EOF (End of File, for knowing when I reach the end of the table)
4. Is there any doc for JavaScript and table manipulation concepts
One thing to note, queries won't help me solve this problem, because I need to guarantee I don't loop through the same values I have already visited... Unless I am missing something.
Thanks for any help or any material that I can reference