Hi,
Do not check the transaction object properties when you are using datawindows functions
Use the return code of update()
Check transaction properties when you use embedded sql
SQLCode, SQLDBCode & SQLErrText
Hi,
Check this
Long ll_Component
editmask lem
For ll_Component = 1 To UpperBound(control)
if control[ll_Component].TypeOf() = EditMask! then
lem = control[ll_Component]
Messagebox("", lem.text)
end if
Next
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.