Será que é possivel, quando clicar num registo da tabela gerada pelo código em baixo correr outra função por exemplo mostra_ficha()
isto é clico num registo e mostra a ficha...
Obrigado
@ 1, 1 LISTBOX oBrw ;
FIELDS If( RecNo() % 2== 0, hBmp1, hBmp2 ), Customer->Last, Customer->First ;
HEADERS "", "Last", "First" ;
COLSIZES 20, 70, 80 ;
SIZE 220, 167 FONT oFont
LISTBOX - ao clicar correr outra Função
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Please review fwppc\include\fwce.ch to see the most recent available commands syntax.
Then review fwppc\source\classes\*.prg to locate a method that you may need to use with an object.
Finally have a look at fwppc\source\winapi\*.c to see how the C wrappers are implemented in case that you need to modify something.
Then review fwppc\source\classes\*.prg to locate a method that you may need to use with an object.
Finally have a look at fwppc\source\winapi\*.c to see how the C wrappers are implemented in case that you need to modify something.