Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ghosting 2nd Posting
Message
 
 
To
03/07/2000 15:19:12
Steve Summers
Pima County Superior Court
Tucson, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00387837
Message ID:
00387925
Views:
16
What is your datasession? I guess it was set to default. Try private datasession.

>I’m having a problem I call “Ghosting” and I need some help from you. My users are reporting that information that was previously retrieved is being displayed after the they change the views retrieval key. What makes this problem worse is that it happens intermediately.
>
>Here is the scenario:
>The user chooses a retrieval key and opens the form. They close the form and choose a different retrieval key. They open the form the second time and the old child information is displayed!
>
>This form has a grid that is bound to a parameterized local view. Here is the code in the form.load:
>
>*-- Open view if not already
>If ! used(“vwsuprvsn”)
>Use vwsuprvsn in 0 nodata
>Endif
>*-- Init retrieval arg for view
>lidefid = pomain.idefid
>select vwsuprvsn
>requery()
>
>When the users reported that the prior parents information is sometimes being displayed in the grid, I added the following code to form.unload:
>
>If used(“vwsuprvsn”)
>Use vwsuprvsn in 0
>Endif
>
>After making the above code change the users continued to report the “Ghosting” was still occuring, so I installed VFP6 on one of their machines and tried to reproduce this behavior in debug mode. I was unable to reproduce the “Ghosting”.
>
>Here is the weird thing. The “Ghosting” has since disappeared on the users machine that VFP6 was installed on.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform