Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why twice?
Message
From
10/03/2003 14:05:45
 
 
To
10/03/2003 13:29:01
Jorge Haro
Independent Consultant
Juarez, Mexico
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00763780
Message ID:
00763816
Views:
31
Hi Jorge,
I have it narrowed down to a select statement that works the second time, and thereafter, just not the first time.
SELECT Iordterm.psnum, Iordterm.custcode, Iordterm.customer, ;
  Iordterm.project, Iordterm.statesold, Iordnum.psnum, ;
  Iordnum.shipdate, Iordnum.plslb, Iordnum.bulklb, ;
  Iordnum.extended , Iordnum.bulkcost, Iordnum.lotnum, ;
  Iordnum.bulkprice, Iordnum.lotlett, Iordnum.variety, ;
  Iordnum.salesman, Iordterm.ordtot ;
 FROM  sis!iordterm INNER JOIN sis!iordnum ;
   ON  Iordterm.psnum = Iordnum.psnum ;
 WHERE BETWEEN(Iordnum.shipdate,ldBegDate, ldEndDate) ;
 AND !DELETED() AND &lcMajor ;
 into table combotemp
>Hi Winn, do you refresh the form when the button is clicked?, could you post the code in the button's click method?
>
Winn Pauley
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform