PROBABLY SOLVED: PRINTER NAME variable?

Kenneth Brody kenbrody at bestweb.net
Wed Feb 20 15:49:08 PST 2008


Quoting Jay R. Ashworth (Wed, 20 Feb 2008 18:36:21 -0500):

> On Wed, Feb 20, 2008 at 05:31:32PM -0500, Kenneth Brody wrote:
>> Quoting Jay R. Ashworth (Wed, 20 Feb 2008 17:14:52 -0500):
[...]
>> >My command was
>> >
>> >form barcode
>> >
>> >not
>> >
>> >form "barcode".
>>
>> And, coincidentally, you have a variable called "barcode".
>
> In fact I do not have one; I never declare long variable names; I don't
> believe there are any arrays in the code either.  [searches]
>
> As my memory lead me to believe, the string 'barcode' appears *one
> place* in that table; in the FORM command.
>
> So... *why* didn't I get a runtime error, if not a syntax error?

Then you probably have a field named "barcode".

Just before the form command, add:

     mesgbox "barcode = '" & barcode & "'"

-- 
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list