I need your help. I have a query my problem is how can I able to pass it to the txt field?
I have 2 columns in my table named "name and address"
I have query here's my script
local Ldisplay
local Tdisplay
put "select * from contact_details where email = 'dede'" into ldisplay
put revdatafromQuery (,,gConnectionID,ldisplay) into display
I am successful displaying in datagrid but i want to put it the data into the txt field.
from my query into the txtfield.
Need your help.
Any help will very much appreciated.
Thanks Livecoders..
