Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with simple View
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Problems with simple View
Miscellaneous
Thread ID:
00494081
Message ID:
00494081
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform