Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CLastParentUniqueID assignment?
Message
From
18/10/2004 12:36:03
 
 
To
18/10/2004 12:25:17
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00952312
Message ID:
00952322
Views:
9
I found out what I did wrong. I changed set the auto requery value to "Requery on Init" instead of "Requery if parent changes" I guess "Requery if parent changes" has the Parent ID value stored to the cLastParentUniqueID property.

Aloha,

James

>Hi All,
>
>Can anyone tell me when/where the cLastParentUniqueID is assigned? I have a form with a mover box on an added PageFrame. I was originally getting a Datatype mismatch where it tried to compare the cUniquedIDField value and the cLastParentUniqueID values.
>
>
>IF TYPE('loParent') != 'O' OR ;
>  EMPTY(loParent.cUniqueIDField) OR ;
>  EVAL(loParent.GetAlias()+'.'+loParent.cUniqueIDField) ;
>   == This.oSelListObj.cLastParentUniqueID
>
>
>I found that the original value of cLastParentUniqueID was set to none and my ID field values are integers. So I tried changing the original value of cLastParentUniqueID to 0. I no longer get that message but am now getting repeated AskToSave prompts. I suspect is has to do with the cLastParentUniqueID assignment and want to check it out but can't find out where the value is assigned.
>
>Aloha,
>
>James
Previous
Reply
Map
View

Click here to load this message in the networking platform