FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse Design Mode...
Posts: 34
Joined: Wed Jun 17, 2009 05:52 PM
xBrowse Design Mode...
Posted: Wed May 08, 2013 01:21 PM

Any sample to use DESIGN mode for xBrowse??

Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: xBrowse Design Mode...
Posted: Wed May 08, 2013 05:28 PM

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 March-April 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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: xBrowse Design Mode...
Posted: Wed May 08, 2013 06:54 PM

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
Posts: 34
Joined: Wed Jun 17, 2009 05:52 PM
Re: xBrowse Design Mode...
Posted: Thu May 09, 2013 02:26 AM

Thanks for the reply. But I was not able to find the file: xbrwgen.prg in samples folder. Can you please provide here?

Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse Design Mode...
Posted: Thu May 09, 2013 03:09 PM

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

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion