xBrowse Design Mode...
xBrowse Design Mode...
Any sample to use DESIGN mode for xBrowse??
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: xBrowse Design Mode...
there is a application to xbrowse design mode on source\classes
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: xBrowse Design Mode...
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 )
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 )
Re: xBrowse Design Mode...
Thanks for the reply. But I was not able to find the file: xbrwgen.prg in samples folder. Can you please provide here?
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: xBrowse Design Mode...
its actually fwh\samples\xbrgen.prg
not xbrwgen.prg
not xbrwgen.prg
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India