G
Guest
Everything works ok. I can query the db ok, I get the results ok. I can
create a form ok. I can save the form to the db when needed....I just can't
find the syntax to transfer the db result to the form field.
db query
SELECT v_seller_id,v_seller_fname,v_seller_lname
FROM [v_sellers_full]
where v_sellers_full.v_seller_uname=::v_seller_uname::
and v_sellers_full.v_seller_pword=::v_seller_pword::
results come back ok...I just want to get v_seller_id into a form field...
create a form ok. I can save the form to the db when needed....I just can't
find the syntax to transfer the db result to the form field.
db query
SELECT v_seller_id,v_seller_fname,v_seller_lname
FROM [v_sellers_full]
where v_sellers_full.v_seller_uname=::v_seller_uname::
and v_sellers_full.v_seller_pword=::v_seller_pword::
results come back ok...I just want to get v_seller_id into a form field...