Search found 3 matches

by egn
Wed Feb 17, 2010 5:41 pm
Forum: Databases
Topic: parse a record set
Replies: 5
Views: 5556

Re: parse a record set

Thanks! What did it was the "put item 1 of" ..... In my query I select 2 fields and the repeat I had was showing both values at the same time. I am now using the item number to get every field of each record that I want to display and when the repeat stops I can have it put item 2 into another field...
by egn
Wed Feb 17, 2010 4:29 pm
Forum: Databases
Topic: parse a record set
Replies: 5
Views: 5556

Re: parse a record set

Thanks for the info. I have not been able to implement this. It returns what seems to me like a big variable with all values in it. What I need is an array and some way to step through it one by one and if I reach the end then it will loop back to the first item in the array. I've looked at the User...
by egn
Wed Feb 17, 2010 1:49 am
Forum: Databases
Topic: parse a record set
Replies: 5
Views: 5556

parse a record set

Hello. New to RunRev and wanting to implement the following: I have connected to a MySQL db/table and made a query. I need to loop through the result continuously displaying one field in a text field in stack one. The data displays on the same field at great speed until the user clicks on a button t...