Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OBizObjMaintenanceForm Error
Message
From
18/12/2001 11:35:36
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
OBizObjMaintenanceForm Error
Miscellaneous
Thread ID:
00595657
Message ID:
00595657
Views:
53
Eveything runs fine except when I put a CEditBoxl control on Page 2 with the control source tied to a memo field. When I make any changes within the box and click 'OK' I get an error. A view (with fields marked updateable) is in the backend. I am using the onetomanylistobj that comes with the form.

The error generated is in the ccursor.save() routine:

IF CURSORGETPROP("BUFFERING") != DB_BUFOFF

IF TABLEUPDATE(tlAllRows, tlForce)
lnRetVal = FILE_OK
ELSE
*--------------------------------------------
*-- Return error number of what went wrong
*--------------------------------------------
=AERROR(laError)
lnRetVal = laError[AERROR_ERROR]
ENDIF
ENDIF

The TABLEUPDATE(tlAllRows, tlForce) line errors out.
Next
Reply
Map
View

Click here to load this message in the networking platform