FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Xbrowse : using '&' in data
Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM
Xbrowse : using '&' in data
Posted: Mon Nov 19, 2007 10:36 AM

Hello,

Tested in testxbrw.prg . In custumer.dbf i change the first field from record 1 as :

Homer --> H&omer

In the first column from the browse i see :

Hmer , with 'm' underscored

Why is the appersand not there ?

I know that this character is used in menu's ... as accelerator , but it has no sense in data from a dbf

Frank

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Xbrowse : using '&' in data
Posted: Mon Nov 19, 2007 11:49 AM

Frank,

Please modify line 4029 in Class TXBrowse this way:

nStyle := nOr( DT_MODIFYSTRING, DT_EDITCONTROL, DT_NOPREFIX )

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Xbrowse : using '&' in data
Posted: Mon Nov 19, 2007 01:03 PM

That is in line 4006 for me.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion