Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OBizObjMaintenanceForm Error
Message
De
18/12/2001 11:35:36
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
OBizObjMaintenanceForm Error
Divers
Thread ID:
00595657
Message ID:
00595657
Vues:
54
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform