Page 1 of 1

xBrowse Design Mode...

Posted: Wed May 08, 2013 1:21 pm
by compaqt
Any sample to use DESIGN mode for xBrowse??

Re: xBrowse Design Mode...

Posted: Wed May 08, 2013 5:28 pm
by Silvio.Falconi
there is a application to xbrowse design mode on source\classes

Re: xBrowse Design Mode...

Posted: Wed May 08, 2013 6:54 pm
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 )

Re: xBrowse Design Mode...

Posted: Thu May 09, 2013 2:26 am
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?

Re: xBrowse Design Mode...

Posted: Thu May 09, 2013 3:09 pm
by nageswaragunupudi
its actually fwh\samples\xbrgen.prg
not xbrwgen.prg