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: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: xBrowse Design Mode...

Post by Silvio.Falconi »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
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: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
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