I have a table with 50 rows, each row created with a For X = 1 to 50 loop naming each row Column1x and Column2x. I need to validate the data and I don't want to have 50 If--Then's. I can't seem to get a For-Next working with JavaScript where I "tack on" the X to the end of the object...
It may not be the most efficient way of handling this, but it works...
Start a For..Next and set strAnyVariable equal to the first value. Check it against each value in the array via a new For..Next.
After the innermost, or second, For..Next has ended, move to the next value in the outermost...
I have a .dbf file and a .fpt file. I can create a DSN to the .dbf only, but all the data I need to get to is in the .fpt. Both of theses files are exported from a Qualcomm application and sitting on a server that does not have FoxPro installed. How do I get to the .fpt file? I am reasonably...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.