Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with a code....
Message
From
01/05/2001 12:53:46
 
 
To
30/04/2001 19:18:44
N. Lea
Nic Cross Enterprises
Valencia, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00501783
Message ID:
00502059
Views:
17
>Hi there!
>
>Thank you for responding to my question. I have been having a time to get this right. I tried your code, and I keep on blowing a ALIAS is not FOUND error. Could you happen to elaborate for me the first line:
>
>IF SEEK( table1.account_no, table2, {tagname} )
>
>I got the table1.account_no part = Table1.{fieldname)
>
>I think I keep on blowing on the table 2 part.
>
>Both of the tables have an ascending index on account_no. I tried variations of the code:
>
>IF SEEK( forms.account, form_temp.account, account)
>
>IF SEEK( forms.account, form_temp, account)
>
>What am i doing wrong?
>
>Thanks again!
>
>Nathan

The table2 and tag names should be in quotes:
IF SEEK( forms.account, "form_temp", "account")
Try that.
Dan LeClair
www.cyberwombat.com
SET RANT ON - The Wombat Blog

Life isn’t a morality contest and purity makes a poor shield. - J. Peter Mulhern
Disclaimer: The comments made here are only my OPINIONS on various aspects of VFP, SQL Server, VS.NET, systems development, or life in general, and my OPINIONS should not be construed to be the authoritative word on any subject. No warranties or degrees of veracity are expressed or implied. Void where prohibited. Side effects may included dizziness, spontaneous combustion, or unexplainable cravings for dark beer. Wash with like colors only, serve immediately for best flavor.
Previous
Reply
Map
View

Click here to load this message in the networking platform