Mike, Both this problem and your forms and reports unload problem could be a result of your NULL setting. Is NULL by any chance set to a space?
Bill On Fri, Nov 30, 2012 at 12:31 AM, Michael J. Sinclair <[email protected]>wrote: > Hi All, > I have an app that was working just fine until recently, and now I can't > figure out why it is acting differntly. > > I am running this code in Rbase for DOS... > > Here is the code... > > SET VAR vHARDBLANK = (CHAR(255)) > UPDATE tablename SET columnname = (SRPL(columnname,.vHARDBLANK,' ',0)) > > The goal is to clean up the appearance of a report by changing any blanks > to a hard blank. > > The code was working fine until yesterday, and now the above code erases > the letter 'Y' > Why is the letter 'Y' being treated like a blank? > > Thanks > Mike Sinclair > >

