Hi,
   
  First - this relates to original question.
   
  (I'm replying from yahoo, and I don't know how to reply to a specific message 
from a thread. Perhaps someone can tell me how to do that :) )
   
  I think the question relates to the dataset component. Try this to see if it 
solves problem:
  1. Add persistent fields to your dataset (right click -> fields editor -> add 
all fields)
  2. Each field has an event OnGetText. 
  3. Add code in this event like the following:
    Text := qryContacts.FieldByName('MyField').AsString;
   
  hth
  Rael

       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to