xBrowse Design Mode...

Post Reply
compaqt
Posts: 34
Joined: Wed Jun 17, 2009 5:52 pm

xBrowse Design Mode...

Post by compaqt »

Any sample to use DESIGN mode for xBrowse??
Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301
User avatar
Silvio.Falconi
Posts: 7141
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: xBrowse Design Mode...

Post by Silvio.Falconi »

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
User avatar
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...

Post by Antonio Linares »

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 )
regards, saludos

Antonio Linares
www.fivetechsoft.com
compaqt
Posts: 34
Joined: Wed Jun 17, 2009 5:52 pm

Re: xBrowse Design Mode...

Post by compaqt »

Thanks for the reply. But I was not able to find the file: xbrwgen.prg in samples folder. Can you please provide here?
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: xBrowse Design Mode...

Post by nageswaragunupudi »

its actually fwh\samples\xbrgen.prg
not xbrwgen.prg
Regards

G. N. Rao.
Hyderabad, India
Post Reply