Nory Posted October 15, 2017 Share Posted October 15, 2017 Hi everybody I start with UniGUI recently, I use firedac with firebird db, the problem I encountered is in this code: myTable.First; While Not myTable.Eof do Begin Showmessage(myTable.FieldbyName(‘Name’).Text); myTable.Next End; at runtime the message displayed is only for the last record ??? I tried to change fetching properties for TFDQuery component but the same issue persists In VCL application all is OK but with UniGUI i don't understand what's wrong. please, any body can help me ? Quote Link to comment Share on other sites More sharing options...
epos4u Posted October 15, 2017 Share Posted October 15, 2017 Hi, web programming does not work same as standard delphi, use callback, see the callback demos Quote Link to comment Share on other sites More sharing options...
mhmda Posted October 15, 2017 Share Posted October 15, 2017 Bad use. The best way is to use 'DBGrid' Hi, web programming does not work same as standard delphi, use callback, see the callback demos True Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.