xBrowse Design Mode...
- Silvio.Falconi
- Posts: 7141
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: xBrowse Design Mode...
there is a application to xbrowse design mode on source\classes
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Antonio Linares
- Site Admin
- Posts: 42556
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 80 times
- 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: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- 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