Browse lookup problem

Richard Kreiss rkreiss at verizon.net
Sat Jun 4 08:53:22 PDT 2011



-----Original Message-----
From: filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com [mailto:filepro-list-bounces+rkreiss=verizon.net at lists.celestial.com] On Behalf Of Jay Ashworth
Sent: Friday, June 03, 2011 8:38 PM
To: filepro-list at lists.celestial.com
Subject: Re: Browse lookup problem

----- Original Message -----
> From: "Richard Kreiss" <rkreiss at gccconsulting.net>

> I have code that has been working for some time now. Today my client 
> called and said all she is getting is .00 .00 .00 in the browse 
> window.
> 
> ◄ If:
> Then: SHOW "\r E \r-Update Expiration Date, \r U \r-Update Card, \r D 
> \r
> 682 ------- - - - - - - - - - - - - - - - - ◄ If:
> Then: ba="(brw=10 xkey=xdeu show=pkeep prc=nocard fill=desc,top)"
> 683 ------- - - - - - - - - - - - - - - - - ◄ If:
> Then: bb="[\b5 Master Code Tp Last Four Expires \a-]"
> 684 ------- - - - - - - - - - - - - - - - - ◄ If:
> Then: bc="*3 <16 *5 XXXX*18 *6"
> 685 ------- - - - - - - - - - - - - - - - - dokeyA ◄ If:
> Then: lookup card = l_card k=4 i=B -nxm b=(ba&bb&bc)
> 
> This works on my system but fails on their system.
> 
> I changed ba,bb, & bc to h,I,j and the browse worked as it should.
> 
> Ba,bb, and bc are on used in input processing. They are not defined in 
> auto processing and the is no @entsel processing.
> 
> Can anyone see why this should suddenly fail?

Anyone monkeying with the code, even that file's automatic table?  New array with a different edit, perhaps?

The answer to the above question is YES.  The CEO of this company has some filePro experience and added dim foobar(14)(8,.2):ba.

When I was finally to get back into their system this AM, I checked again for an array mapped in auto processing.  I changed the array to dim foobar(14)(8,.2):va and changes his output to use these fields.  

This should correct the problems they were having yesterday.

Richard






More information about the Filepro-list mailing list