Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with simple View
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Problems with simple View
Divers
Thread ID:
00494081
Message ID:
00494081
Vues:
52
i have this view:
SELECT Ubcargo.*, Cargo.cdescrip AS cargo;
FROM ofertas!ubcargo, ofertas!cargo;
WHERE Ubcargo.icargoid = Cargo.iid;
AND Ubcargo.iubid = ?vp_iubId

when use in the project manager work fine, but when i put in Busines object child, (i check Requery if parent changes) where the parameter is a integer value send me this error message:

An empty row cannot be inserted from a view in its table or tables base (Error 1547) While a view is being updated, is being inserted a new empty registry (without modified fields) in one of the tables bases of the view. check of which each registry that is inserted from a View in a table base has at least a field that has been modified in the View before the update of the Vista.

this error show in requery method from the BO, lnRetVal = REQUERY()

that I am making bad?

Best Regards

Francisco Morosini
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform