Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menu items disappear (PRG) 1

Status
Not open for further replies.

Menglish

Programmer
Jun 22, 2001
66
I just installed VFP 8.0 and when I run my program (menu.prg) the selections disappear until I put my pointed over them, then that one item reappaears. I deleted all FXP and recompiled all the prgs but it still does them same thing. The forms operated normally. Any "quick-fix" ideas as what may be the cause?

Thanks,

Millard English

PS: The same thing happens with compiled EXE programs created with VFP 7 & 8.
 
HI

In your Main.Prg
before calling the Main.Menu
add the code...

_screen.Themes = .f.

This is only a trial. Test and see, if this is what is causing you the trouble.

Also have you applied the SP1 ?

:)

____________________________________________
ramani - (Subramanian.G) :)
When you ask VFP questions, please add VFP version.
 
Hi ramani,

You are a gem as that fixed the problem. Where the heck did you find documentation for fixing this problem? (SP1 is installed)

Thanks again and a star to you.

Millard English
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top