Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with my code
Message
From
29/07/2002 14:17:11
 
 
To
29/07/2002 12:15:52
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00683493
Message ID:
00683643
Views:
20
Am I misreading your code, or are you only inserting a new record into the table if a record with the ordenproceso.value already exists?

Should your code say instead :
if !seek(.ordenproceso.value,'llamadas','ordenproc')
By the way, since you are selecting llamadas, and setting the index to ordenproc anyway, you really only need
If !Seek(.ordenproceso.value)
Alan

>Thanks for you support, but i have this problem and it consists in that every time that you use the...
>
>
>if seek(.ordenproceso.value,'llamadas','ordenproc')
>
>
>it always says that finds the value in the .ordenproceso.value even when you are introducing a new record that doesn't exists in my table.
>Please help to solve this out.
>
>Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform