Jump to content

Nory

Members
  • Posts

    1
  • Joined

  • Last visited

Nory's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. 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 ?
×
×
  • Create New...