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 bkrike 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 hayv

  1. hayv

    Grid

    Hi guys, can anyone help me with keeping the grid from scrolling upwards when I insert a record to the underlying file.
  2. hayv

    Problem with Modal Forms

    Walid I replaced the Clear All statement with the following and it works. But anyway I wanted to check with you becuase after 4 months of using Fox I dont believe anything I read on Microsofts Manuals, heres the code, I think this code doesnt leave any resources pending. PROC EXITPROC do...
  3. hayv

    Problem with Modal Forms

    Walid, the problem got solved by removing the clear all statement in the ExitProc executed on shutdown, and no I was not naming the forms as I mentioned before. No the why of this behaviour is still a mystery to me.
  4. hayv

    Problem with Modal Forms

    Thanks Walid, let me check and see if this is the problem, but I dont think I am naming the form at all. Ill keep you posted
  5. hayv

    Problem with Modal Forms

    Hope somebody can help in solving this issue: I have a non-modal forms, which are activated by clicking on a menu. All of these forms contain a command button that when clicked call a modal form which contains a grid that is used for record lookup. The modal form is passed a parameter that...
  6. hayv

    Rich Text Control

    Any of you guys know about a good article on the web about using the Rich Text Control, would appreciate any help.
  7. hayv

    TreeView Control

    Thanks guys, finally got it working, but really documentation on activeX controls is lousy to say the least
  8. hayv

    Accountingpackage?

    Check out www.accountmate.com, they use Visual Foxpro and sell source code H. Yanes hyanes@trompo.com
  9. hayv

    TreeView Control

    Is there anyway of refreshing the treeview control control after deleting a node without having to load the whole tree again. Documentation on TreeView is really bad. Any help is appreciated. First of all I cant find a method for deleting a node like the AddNode in the node collections so I...
  10. hayv

    Closing Databases

    Thanks Walid for your help, let me try this out then.
  11. hayv

    Closing Databases

    Is there anyway of closing an individual database, without the Close Databases command closing all free tables, when and when not a database is open and current. Would appreciate any help, can´t find anything in help or VFP manuals about it.
  12. hayv

    List Box Problem

    Thank you both, I guess its back to my homework with the treeview control
  13. hayv

    List Box Problem

    Think I have a good one here folks: How can I do the following A Listbox that contains for example groups of Fixed Assets lets say: + Cars + Trucks + Computers The + signs serves to expand the Fixed asset categories i.e, by clicking the + sign beside Cars the list box displays: - Cars car 1...
  14. hayv

    Modal Forms and Menus

    Thanks Rgbean, and your answer implies that there might be a way to emulate a modal form, is this possible? Hayv
  15. hayv

    Modal Forms and Menus

    Need help with the following: How can I run a modal form and only deactivate some pads on my menu, i.e keep the help menu activate. Modal forms deactivate all menu options automatically. I have seen it done in some accounting systems, modal forms appear and all but help bar are dissabled. Have...

Part and Inventory Search

Back
Top