|
| Inicio → 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 |
| Iniciado por guest, 31,jul. 2015 07:04 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 31,julio 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 |
| |
| |
| | | |
|
| | |
| |
| Publicado el 31,julio 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 |
| |
| |
| | | |
|
| | |
| |
| Publicado el 04,agosto 2015 - 08:48 |
Hi,
Job done. Thanks for the support.
Rgds, Nimesh |
| |
| |
| | | |
|
| | | | |
| | |
|