Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating through SPT
Message
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00818150
Message ID:
00818298
Views:
17
Thanks for the advice, I didn't notice that.

Enmanuel

>>Thanks a lot Cetin!!!! The problem was on the tables property. I was
using the name of the local cursor in both parameters.

>
>It's good to see you solved your SPT problem, just a recomendation: do the Message(s) after your SQLROLLBACK(..), the transactions must be short, if your user doesn't see your message, the process could block all the users.
>
>
>
>IF !TABLEUPDATE(0,.f.,"NominaPopular")
>  lcError=''
>  Aerror(arrCheck)
>  For ix=1 to 7
>    lcError = lcError+trans( arrCheck [ix])+ chr(13)
>  Endfor
>  SQLROLLBACK(Thisform.ConnHandle)
>  MESSAGEBOX(lcError,0,'Error def')
>  WAIT WINDOW "NO SE pudo Actualiza La Tabla 1"
>  RETURN 0
>ELSE
>
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Previous
Reply
Map
View

Click here to load this message in the networking platform