Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with set relation command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problem with set relation command
Miscellaneous
Thread ID:
00445281
Message ID:
00445281
Views:
44
I have established a temporary relationship between 2 tables(scrental and sccust).

as I scan through scrental, the pointer in sccust moves correctly, until I put an insert...values command within the scan. Then the pointer in sccust no longer moves correctly. Here is the code: If I remove the insert command and only leave the messagebox then it works correctly.
select sccust
set order to cus_acct
select scrental
set relation to rnt_acct into sccust  && Sets relation from scrental to sccust

select scrental
scan 	
   messagebox(sccust.cus_ccno)
   insert into scautopy (aut_pk) ;
   values(padl(x3genpk("scautopy","sc"),5,"0"))
endscan
Any ideas?

Thanks,
Paul
Next
Reply
Map
View

Click here to load this message in the networking platform