Any sample to use DESIGN mode for xBrowse??
Any sample to use DESIGN mode for xBrowse??
there is a application to xbrowse design mode on source\classes
Gagan,
It is FWH/samples/xbrwgen.prg
For Harbour users, this change is required in FWH/source/classes/xbrcode.prg line 1004:
// cText[1] := cText[1] - 32
cText = Chr( Asc( Left( cText, 1 ) ) - 32 ) + SubStr( cText, 2 )
Thanks for the reply. But I was not able to find the file: xbrwgen.prg in samples folder. Can you please provide here?
its actually fwh\samples\xbrgen.prg
not xbrwgen.prg