Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug or Feature?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00177070
Message ID:
00178076
Views:
31
>>Hi Jim,
>>
>>Look at my reply to John. There are no links or relations neither in the database nor in the DE. There is no referential integrity. Everythig refers to mt_MASTER but the view on which the grid is based that goes like
>>select ... from DETAIL where DETAIL.idmaster = ?MASTER.id
>>
>>The problem is not that the referenct to MASTER fails. It SHOULD fail but, if MASTER is added to the DE, everything works fine. Who is moving the pointer in MASTER?
>>
>>Thanks a lot.
>Silvio,
>
>What makes you think the record pointer is moving in Master?

The fact that Detail is being updated properly. Moving through mt_Master is accomplished by a commands that look like skip in mt_master
go top in mt_master and so on
The grids refresh properly. As they are pviews, the only thing that happens is:
requery(grid.RecordSource)
grid.refresh()

Records are added to detail both interactively and programatically, never mentioning Master but only mt_Master.

Do you think that we actually got, at last, a programming language that doesn't do what we tell it to do but what we actually want to do?. If this were the case I would forgive all the bugs and features by design in the langauge.

Thanks for your interest.

Silvio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform