Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get rid of message
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00514385
Message ID:
00514439
Views:
11
>Hello,
>I got 2 minor problems in running my VFP app that I'd like
>to fix.
>1. When I fire off my app every time, I noticed a blank
> window showing before the main form of my apps appears.
> Even though it is a very short duration and it just flickers
> for less than 1/2 a sec or so, but it is still noticable.
>2. When I step through my app and then exit, there is sometimes
> this message: 'Data has been changed. Would you like to
> save the changes?". Sometimes it shows even when I just browse
> a table and haven't change anything. Checking off at "set development"
> under TOOLS->OPTION wouldn't fix it. Set notify off wouldn't
> either.
>
>Even though neither of these are serious flaws, yet I would like to
>get rid of them to make my app look a bit more professional.
>Could somebody please give me some ideas?
>Thanks.


1.
This looks like a DE-system (Development System) which 'll show the _SCREEN of VFP. If this is the case, put a _SCREEN.Visible = .F. in the early stage of the init of your app.
Can alo be the other way around : you don't have DE, but _SCREEN.Visible is somewhere set to .T.
Other hunch : your "blank" screen may be a black screen, implying a Dos-call.

2.
Looks similar to opening a Class and don't perform any changes; I have it with some classes, and it implies that something is wrong in the VCX. What ? I never found out. It just thinks you changed something derived from base-info which is not consistent. I don't suppose this is your situation, but you 'll never know (what's in your app -> you might manipulate classes).

Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform