PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WB[19] Insert merged value of multiple fields into single field of data file
WB[19] Insert merged value of multiple fields into single field of data file
Débuté par Nimesh, 31 juil. 2015 07:04 - 2 réponses
Posté le 31 juillet 2015 - 07:04
Hi All,

I am using Webdev 19 and have a project in which i want to store a merged value of first name+last name into a separate field. To do so, I need to merge two fields into one and then store the same into other one. Kindly suggest how to perform.

Thanks and Regards,
Nimesh Singh Jaidawat
Posté le 31 juillet 2015 - 07:46
Hi Nimesh, there are 'triggers' you can define a procedure before adding / modidying a record. And there you can merge the two fields like e.g.

YourFile.MergeField = YourFile.FieldA + YourFile.FieldB
Posté le 04 août 2015 - 08:48
Hi,

Job done. Thanks for the support.

Rgds,
Nimesh