Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Business Object
Message
From
19/06/2001 14:17:31
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00520211
Message ID:
00521171
Views:
13
>In the builder of ProgroutinObj, under the Parent/Child setting, Parent object is ProgrammersObj which is present on page1. In the intial selected alias Tab, I selected Requery if parent changes. With this settings I get the error, but if I change the settings in the initial selected alias tab to Don't auto query then it doesnot give me error but shows me blank grid.
>
>This is happening everytime I select page 3 and never got the chance to add the record
>lnewChildOnNewParent for ProRoutinObj is False
>
>Thanks
>Bharat

You should only get error # 1547, Cannot insert an empty row from a view into the base table, if you've: added a record to the view and attempted to update (in this case the update is done implicitly through requerying what I'm guessing is a record-buffered view) without first populating any fields.

What you may want to do is add SET STEP ON in ProgRoutinObj.New() My bet is you'll be surprised to find that something is triggering a new record in the view.
---J
Previous
Reply
Map
View

Click here to load this message in the networking platform