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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: johan3000
  • Content: Threads
  • Order by date
  1. johan3000

    simple vfox9 program MAIN (template)

    hi All, is there any example the proper way to write the MAIN program of vfox9, where it includes menu and many form ? How do you break down the program (sub program) ? what is the main window style ? etc... PUBLIC.. ON KEY... SET command ... WITH _screen .Caption = ..... ENDWITH DO...
  2. johan3000

    how to handle different screen size

    Hi All, If the window screen could be one of : 800x600 1024x768 1280x768 1. Then how to write the code to get the current screen size and determined the grid, row, fontsize in that form ? 2. how to max the window/form size ? 3. if the screen size is bigger, then allow the user to change the...
  3. johan3000

    how to rotate excel object ini powerpoint2003 ?

    Hi all, I prefer printing excel worksheet (mutliple region) in powerpoint because it is easy to layout. The problem is some worksheet need to be print in portrait or landscape... so is it any way to rotate the excel objdect in the powerpoint ? While I have not find the solution, I setup 2...
  4. johan3000

    how CTRL+UPARROW to copy above cell in a GRID ?

    Hi ALL, in inkey() : Key Alone SHIFT CTRL ALT UP ARROW 5 56 141 152 DOWN ARROW 24 50 145 160 where and how I can trap the CTRL+UPARROW n CTR:+DNARROW to do the job? (is it using INKEY or what?) this is what I have in VALID clause in a...
  5. johan3000

    how to lock some record in BROWSE window ?

    Hi All, I wrote an General Ledger program, browsing a list of record (date,refno,accno,info,Debet,Credit). While browsing that data, it would be nice to protect all the previous month entries not to be modified. 1. Is they any easy way to protect some of the record in browsing (specify by the...

Part and Inventory Search

Back
Top