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!

Recent content by milosv

  1. milosv

    F1 and SHIFT-f1 doesn't work !

    I was uninstall MSDN Library and reinstall VFP8 without SP1. Everything now working fine. I'm a little scare to install MSDN and SP1 again ?!? I'm not sure what is happening there ?? Regards, Milos VFP8 SP1
  2. milosv

    F1 and SHIFT-f1 doesn't work !

    Hi Ramani, I was playing a lot with IntellisenseManager ?!? I tried in the command window ON KEY LABEL F1 and PUSH KEY CLEAR Same problem. F1 still doesn't work. How can I see witch function (or what) is assigned to the F1 key? Milos Milos VFP8 SP1
  3. milosv

    F1 and SHIFT-f1 doesn't work !

    Hi,(zdravo), I tried starting the "dv_foxhelp.chm" file on its own, outside of VFP. YES. WORKING FINE. I probation to with "set help to", but doesn't work too. F1 work fine in other programs, so I think, maybe must I uninstall VFP (not just REINSTALL from CD) and install again. Need I SP1? What...
  4. milosv

    F1 and SHIFT-f1 doesn't work !

    Hi, I use VFP8/SP1 on WIN XP PRO. Suddenly my help doesn't work. When I press F1 nothing happen. I was reinstall VFP but F1 still not work. Options/File Locations/help file name and path is correct. Command in command window b SET HELP TO "C:\Program Files\Microsoft Visual FoxPro...
  5. milosv

    Convert prg sample to scx file

    Hi to all, I completely agree with you. More heads more knows. I consider your advice and I hope that next time I will ask something more intelligent. Thanks a lot Milos
  6. milosv

    Convert prg sample to scx file

    Mike, DSummZZZ and ALL , I always spend a lot of time before ask somethings!!!? Did you try bescribe code and than suggest ME. I think, I must learn VFP from underground begin. Thanks a lot. Kind regard, Milos
  7. milosv

    Convert prg sample to scx file

    Mike and ALL, Sorry, did you try my written code in ???.prg !!!??? I still assure my (cut .and. paste code)! My code works good, but you say that you can MODI FORM and save without tribulation?? I don't! Mike, don't forget, I am BEGIN veracious VFP programer,[help me - why not?!] What is your...
  8. milosv

    Convert prg sample to scx file

    Mike, Sorry, When I MODI FORM MyForm /everythink is OK!! I save the form, but when I open form (reopen) again it is unchanged. My explicite sample! (from *++++ to *++++) *+++ Public oForm oForm = Createobject('myForm') ****** HIRE I add line SAVEAS("MyForm") oForm.Show Define Class...
  9. milosv

    Convert prg sample to scx file

    Mike Lewis, If I save form from program with: SET DEFAULT TO GETDIR() Ovse=NEWOBJECT("MyVse") Ovse.SAVEAS("MyVse") && write SCX,SCT I use modi form and then save it, but!? I can't modify form. Any change I made come after save and reopen form unchanged. How...
  10. milosv

    Convert prg sample to scx file

    Hi MikeLewis, Can you give me suggestion how to unlock form created with SAVEAS for modifications ? I put then methods by hand into form. It is a lot ready-made for me if I don't need to make GUI interface as new form. I found at adress www.leafe.com/dls/vfp program PrgToVcx but unfortunately...
  11. milosv

    Convert prg sample to scx file

    SORRY to ALL, My mistake. SAVEASCLASS doesn't work. (something about visible and nonvisible forms). SAVEAS work in BOTH vfp7/8. You can write VCX from form with MODI FORM and then SAVE AS CLASS. But here is another problem. I can't modify form. Any change I made come after save unchanged. How...
  12. milosv

    Convert prg sample to scx file

    Hi mgagnon,MikeLewis I put this code in MyPrg before define class AS FORM. vse=NEWOBJECT("MyVse") Ovse.SAVEASCLASS("MyVse","MyVse") && write VCX 0vse.saveas("MyVse") && write SCX,SCT DEFINE CLASS MyVse AS form .. .. ENDDEFINE Some idea...
  13. milosv

    Convert prg sample to scx file

    Hi all, How can I convert sample prg with define class into visible form .scx file. When I put all prg code into command window, everything work fine, but I wish modify form in graphical environment ? Milos
  14. milosv

    VFP8/SP1 - SET STATUS BAR ON/OFF

    Hi, hi, hi to all I'm solve the problem !?! I use WIN XP and when I unlock and hide WIN XP status line, VFP status bar come visible. I don't now how, but now all things is OK. Now, because I am beginner in VFP, I can continue with research and post another stupid question! Just a little shame...
  15. milosv

    VFP8/SP1 - SET STATUS BAR ON/OFF

    Hi Ramani, I very appreciate your help (more times) but in this case _SCREEN.Themes = .f. or .t. doesn't change anything. SET STATUS ON/OFF WORKING FINE (with nice blue status bar), but SET STATUS BAR doesn't. I don't see status line with NUM LOCK etc... I wasted your time, but I wait a little...

Part and Inventory Search

Back
Top