EhLib.Com
https://forum.ehlib.com/en/

How to get the string in AssignBackfieldNames
https://forum.ehlib.com/en/viewtopic.php?f=5&t=1167
Page 1 of 1

Author:  redsea71 [ 11 Aug 2022, 10:47 ]
Post subject:  How to get the string in AssignBackfieldNames

Hi
How to get the values string( acc_no;acc_name) in AssignBackfieldNames in DropDownFormParans( see the pict) using code(delphi).

Best Regards

Attachments:
ehlib.jpg
ehlib.jpg [ 43.13 KiB | Viewed 923 times ]

Author:  souarit [ 11 Aug 2022, 17:46 ]
Post subject:  Re: How to get the string in AssignBackfieldNames

Code:

var field_names : string ;
begin
field_names := DBgridEh1.Columns[2].DropDownFormParams.AssignBackFieldNames;






Author:  EhLibSupport [ 15 Aug 2022, 04:35 ]
Post subject:  Re: How to get the string in AssignBackfieldNames

Hello

In OnCloseDropDownForm event handler?

It is not very clear what and where you want to get.
You can write more.

Author:  redsea71 [ 15 Aug 2022, 15:23 ]
Post subject:  Re: How to get the string in AssignBackfieldNames

Thank you a lot

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/