1 (edited by zahar2002 2017-02-22 16:51:32)

Topic: automatically show dbedit

hello evryone
how to show automatically sub (records) in dbedit i mean with relation   look at the photos
and my project
user&password  admin/admin

Post's attachments

Attachment icon arabe projectM - Copie.rar 1.83 mb, 485 downloads since 2017-02-22 

Re: automatically show dbedit

what the reverse off this script
frmEmployee.Edit12.Text := SQLExecute('SELECT TotalD FROM conge WHERE id='+inttostr(frmEmployee.TableGrid1.dbitemid));
i want save record from table to table or bdedit.value

Re: automatically show dbedit

zahar2002 wrote:

hello evryone
how to show automatically sub (records) in dbedit i mean with relation   look at the photos
and my project
user&password  admin/admin


Unfortunately I can't find any photos in your post.

Dmitry.

Re: automatically show dbedit

zahar2002 wrote:

what the reverse off this script
frmEmployee.Edit12.Text := SQLExecute('SELECT TotalD FROM conge WHERE id='+inttostr(frmEmployee.TableGrid1.dbitemid));
i want save record from table to table or bdedit.value

SQLExecute('INSERT INTO conge (TotalID) VALUES('+frmEmployee.Edit1.sqlValue+')');
Dmitry.