|
| Iniciado por adamloo90, 16,nov. 2015 11:33 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 16,noviembre 2015 - 11:33 |
Hi all,
Please help. I need to detect on change on a looper textbox. Whenever any changes on that text box, the check box will automatically uncheck on the same row number as the looper text box.
Please help I've been searching for several days and no result been found.
Sorry for my bad english.
Thanks Regards Jack |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 102 mensajes |
|
| Publicado el 17,noviembre 2015 - 12:53 |
Jack,
I'm not shure if I understand your problem. First of all, try to use the same name of the controls as in WinDev. For example, I don't know what you mean with 'text box'. Is this a static control? Or do you mean check box control? Or an edit control?
You can access each looper controls like this:
<Looper Name>[<Subscript>].<Control Name>..<Property Name> = <Value>
Important are the attributes of the looper control (ATT_) and the current subscript, which identifies the looper entry you want to check or change.
Have a look at this: http://doc.pcsoft.fr/en-US/?1013284&name=Handling_a_looper_by_programming
Maybe you can show us how you wan't to find out if something has changed and then what you wan't to change if this happens.
HTH Sebastian
-- http://arnoldconsult.de WinDev 20 with Oracle, WinDevMobile Android Apps and Motorola Windows CE Mobile Barcode Scanners, Python 3 with Oracle and MySQL |
| |
| |
| | | |
|
| | | | |
| | |
|