Jump to content

Recommended Posts

Posted
Hello, very good morning, I could help. 
 
I'm working with a UDBGrid when I enter Insert mode other call data UDBGrid to call a list of search data as follows. 
 
   MainForm.UDBGrol.ReadOnly: = False; 
   UFbus.ShowModal; 
 
Choose the data and close as follows 
 
   if Mtab.ZTusu_rol.State in [dsInsert, dsEdit] then 
   begin 
     try 
       Mtab.ZTusu_rol.FieldValues ​​['ID_ROL']: = Mtab.ZTrol.FieldValues ​​['ID_ROL']; 
       MainForm.UDBGrol.Columns [1] .Field.AsInteger: Mtab.ZTrol.FieldValues ​​= ['ID_ROL']; 
     except 
     end; 
     MainForm.UDBGrol.Repaint; 
   end; 
 
But it shows me the first UDBGrid but when I press the POST data and records at that time if sample. 
 
But I want mostra when inserted before recording.

 

Thank you for your help.

post-624-0-37195300-1410006864_thumb.png

post-624-0-98684900-1410006877_thumb.png

post-624-0-69958200-1410006907_thumb.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...