Page 1 of 1

Xbrowse : using '&' in data

Posted: Mon Nov 19, 2007 10:36 am
by demont frank
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

Posted: Mon Nov 19, 2007 11:49 am
by Antonio Linares
Frank,

Please modify line 4029 in Class TXBrowse this way:

nStyle := nOr( DT_MODIFYSTRING, DT_EDITCONTROL, DT_NOPREFIX )

Posted: Mon Nov 19, 2007 1:03 pm
by nageswaragunupudi
That is in line 4006 for me.