monica3sys Posted September 6, 2014 Posted September 6, 2014 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. Quote
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.