Double Quotes & Printing
Joe Chasan
joe at magnatechonline.com
Tue Aug 9 19:57:00 PDT 2005
On Tue, Aug 09, 2005 at 08:50:24PM -0400, Stanley Barnett wrote:
> ...
> 1) How do I test for a double quote as data in a field. I have an imported
> field where the leading character is a " (double quote), and I need to
> remove it. There must be some special deal here because the double quote is
> used for most everything, and here it represents data that must be tested
> and acted on.
try xlate to remove them. double-quote is decimal value 34.
e.g. aa=xlate(aa,chr("34"),"")
> 2) I have downloaded all the blob samples and still do not see a sample of
> printing a blob field on a report. When I try, no matter where I place it
> on the report, it prints it at the bottom, which is not where it should be.
how are you trying to put it on the form, and where on the form are you
putting it?
if are you using the <F8>/<J> to place object, you are given options for
row,column,border,etc. - are you using that? how do those options relate
to the size of the section of the report you are putting it on?
--- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ---
-Joe Chasan- Magnatech Business Systems, Inc.
joe at magnatechonline.com Hicksville, NY - USA
http://www.MagnatechOnline.com Tel.(516) 931-4444/Fax.(516) 931-1264
More information about the Filepro-list
mailing list