I saw the clause SELECT, but it doesn't work rightly and i don't understand why. This is my code:
- Code: Select all Expand view
local oBRW,oDLG
use clienti
index on importo to custntx
DEFINE DIALOG oDLG RESOURCE "PROVA"
redefine XBROWSE oBRW ID 101 of oDLG FIELDS clienti->ragsoc,clienti->importo ;
SELECT IMPORTO FOR 1000 TO 1000 ;
FIELDSIZES 150,150 ;
HEADERS "RAGIONE SOCIALE","IMPORTO"
ACTIVATE DIALOG oDLG CENTERED
In this way, the xbrowse works with all record without filtering the records with importo=1000 as i want.
I did not found examples in \fwh\samles: someone can help me?
Thank you.
FWH 8.04 - XHARBOUR 1.1.0
- Code: Select all Expand view