Normal Topic Problem with @Field() (Read 816 times)
NHUser
Full Member
***
Offline



Posts: 320
Location: Amherst, NH
Joined: Aug 2nd, 2010
Problem with @Field()
Aug 29th, 2013 at 9:04pm
Print Post Print Post  
I have a series of elements that are set up using vloop.  It seems to works well however I've run into a problem.  The programming is taking the data in one element called elastomer# and creating a statement that uses that info by the following programming:

@Field(vField) = "Rubber: " + vElast + "        Lot #: _________________"

Prior to hitting this statement, I set vElast=Elastomer#.  This is done about 5 lines of programming before the statement above.

The problem is that one record does not put the correct vElast info in the @Field() statement.

Using writeln() statements, I've proven that other records are behaving as expected.  That is, if I change the elastomer# field, the @Field() statement changes to match.  However, in this one record, I get the same incorrect elastomer# no matter how I change the info in the elastomer# element.  It seems "locked" on the wrong info.

Any suggestions?
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Problem with @Field()
Reply #1 - Aug 30th, 2013 at 2:58pm
Print Post Print Post  
Hello Paul,

If you want to, send the DB and DAT files to support@lantica.com along with which form I need to look at and what record and I'll take a look at this and see what is happening.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged