|
| [WM 19] Change display value of edit control inside a looper |
| Iniciado por guest, 19,feb. 2015 12:00 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 19,febrero 2015 - 12:00 |
Hi,
Kindly suggest how to change display value of an edit control inside a looper control. Here is a screenshot for reference. Here i want to display plate caption instead of plateid in edit control "Plates". [attachment 1359 screenshot.jpg] |
| |
| |
| | | |
|
| | |
| |
| Publicado el 20,febrero 2015 - 09:43 |
Hi Nimesh,
If you have another row in mind than the one that has the focus, use this ...
LOOP_L[nTmpYourChosenRow].EDT_Rekening = "Your new value"
If you want it on the current row
LOOP_L[LOOP_L].EDT_Rekening = "Your new value"
Kind regards, Rudolf |
| |
| |
| | | |
|
| | | | |
| | |
|