Hi,
I'am convering a LISTBOX into a XBROWSE in my program.
In a listbox I can do:
In xbrowse I get an compile-error.
I Can only do:
How can I execute a function after someone select that browse, even when it's not changed.
Sometimes there is is only 1 item in the browse, and I can't execute the function by selecting first something else...
I'am convering a LISTBOX into a XBROWSE in my program.
In a listbox I can do:
REDEFINE listbox .... ;
.....
ON CHANGE myfunction() ;
ON CLICK myfunction()In xbrowse I get an compile-error.
I Can only do:
REDEFINE xbrowse  .... ;
.....
ON CHANGE myfunction()How can I execute a function after someone select that browse, even when it's not changed.
Sometimes there is is only 1 item in the browse, and I can't execute the function by selecting first something else...
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite