Olá a todos !!!
Estou precisando controlar um GET com as seguintes condições:
- Campo de 180 caracteres;
- Cada linha deve conter 45 caracteres.
Não estou conseguindo definir estes parametros pelo FGET, alguém teria um exemplo ou poderia me dar uma luz ??
Desde já agradeço a todos e um abraço !
SDO...
Ajuda(exemplo) com FGET
Ajuda(exemplo) com FGET
FWH 9.07 - xHarbour 1.1.0 (Simplex) - PELLES C xDev 0.65
Re: Ajuda(exemplo) com FGET
Dear SDO,
The following data and methods of FGet may be useful
Datas
nLineCount -> Number of lines
Methods
GetLineCount -> Returns total number of lines
LenText -> Returns the total number of characters of the control
Len -> Text length
Return/Ret -> Inserts a character return
Fivewin Wiki
http://wiki.fivetechsoft.com/doku.php?i ... lass_tfget
http://wiki.fivetechsoft.com/doku.php?i ... mmands_get
Please refer the sample \Fwh\samples\testfget.prg
Regards
Anser
The following data and methods of FGet may be useful
Datas
nLineCount -> Number of lines
Methods
GetLineCount -> Returns total number of lines
LenText -> Returns the total number of characters of the control
Len -> Text length
Return/Ret -> Inserts a character return
Fivewin Wiki
http://wiki.fivetechsoft.com/doku.php?i ... lass_tfget
http://wiki.fivetechsoft.com/doku.php?i ... mmands_get
Please refer the sample \Fwh\samples\testfget.prg
Regards
Anser
Re: Ajuda(exemplo) com FGET
Olá anserkk,
Origado pela atenção. Agora com mais calma vou analisar os comandos.
Mais uma vez obrigado e um abraço !!
SDO....
Origado pela atenção. Agora com mais calma vou analisar os comandos.
Mais uma vez obrigado e um abraço !!
SDO....
FWH 9.07 - xHarbour 1.1.0 (Simplex) - PELLES C xDev 0.65