yet another repeat
liamlambert
liamlambert at mac.com
Fri Jan 20 19:14:34 EST 2006
I would like to put the costumer detales into the fields
userID,name,Phone.....ect
with a repeat command but am stuck here
get fld "showID"
put it into tshowID
put "SELECT
userID,name,phone,address,address1,address,email,showID FROM
costumer" WHERE SHOWID = '" & tshowID & "'" into tSQLCostm
--> EXECUTE SQL
put revdb_querylist(,,gConID,tSQLCostm) into tListCostm
put tListCostm into fld "costumerlist"
put "userID,name,phone,address,address1,address2,email,showID"
into tFieldNames
thanks
Liam Lambert
liamlambert at mac.com
IRELAND
More information about the use-livecode
mailing list