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 strongm 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: asm338s
  • Order by date
  1. asm338s

    VFP Freezing

    do i need to add this before every print and preview or just print. =fpreset() do form abc.frx to printer prompt =fpreset() =fpreset() Report form abc.frx preview nowait =fpreset()
  2. asm338s

    Suggestions - How to avoid corrupt index problem?

    Hi All: What do you think would be a good idea to avoid corrupt index problems. 1. Everytime the program loads - DELETE ALL INDEX FILES - USE ALL TABLES EXCLUSIVELY - REINDEX ALL TABLES 2. Copy all the indexes in a seperate folder and replace them with old ones everytime a program loads...
  3. asm338s

    combo box question?

    How would I check to see which values are selected in the listbox when running my sql queries. Select * from table1 where INLIST(table1.column1, 'value1', 'value2') into..... *value1 and value2 are multiple values selected by the user from the list
  4. asm338s

    Converting from Foxpro 6.0 to 7.0

    Thanks Guys. Fluteplr I love the way that you answer questions!!
  5. asm338s

    combo box question?

    How can I allow the user to select multiple items from a combo box?
  6. asm338s

    Reinstall a Program

    Yes I am using VFP 6.0 set-up wizard. I use some code to create a desktop shortcut. Where do I need to write the code to remove it?
  7. asm338s

    Converting from Foxpro 6.0 to 7.0

    What do I need to do to smoothly transfer all my apps from 6.0 to 7.0? Which files do I need to back up? Is there a list of steps somewhere that one should follow. I heard that 7.0's database is based on sql server. Will this have a major impact on my existing 6.0 tables. Please tell me...
  8. asm338s

    Reinstall a Program

    I am having a problem: When I reinstall my program it removes the ProgramName in the Start Menu, but the shortcut Icon on the desktop and C:\MyApp folder is still there. How can I get rid of them?
  9. asm338s

    Hyperlink

    How can I redirect a user to a website when they click on one of the items in a Drop-down menu.
  10. asm338s

    Opening Acrobat Reader From VFP6.0 EXE

    I am using the same ShellExecute command. It works. It'll open any file type with the default program associated with that particular file type.
  11. asm338s

    Zipping files

    Hi CFB: Could you explain what you ended up doing as I am trying to zip a few files through foxpro. How did you ended up integrating WinZip with foxPro. Thanks asm338s
  12. asm338s

    Zip reports

    Hi Dave: My program creates 10 reports. 4 out of 10 are in landscape format. Notepad doesn't show these reports correctly. The spacing between columns is reduced, and all data comes jumbled up. Rest of the reports i have as both .txt and .doc files are in c:\myApp folder. Now I want to...
  13. asm338s

    Controlling a Form while in a different form.

    I use this approach while handling calls between multiple forms. public oformObj DO FORM myForm Name oformObj Now you can make changes to myForm through oformObj. eg. oformObj.cmd1.click() Hope this helps.
  14. asm338s

    Procedure Problem

    Thanks. I am kind of embarassed that I didn't think of this approach earlier.
  15. asm338s

    command button

    How can you find out if a cmd button was clicked. if cmd1.click = .t. && this doesn't seem to work. Any ideas?
  16. asm338s

    Procedure Problem

    Is there anyway you can find out from where in the program a particular procedure is called? I call a procedure from my .exe when the program is started and then call it again when the program is closed by clicking a button on the toolbar. I want the procedure to behave differently depending...
  17. asm338s

    Zip reports

    I would like to print them to a file and then zip the file, but some of my reports are in landscape format and I can't view them correctly in .txt format. Any solution for this? In other case I convert some of my other reports to word document and I would like to give the users an option to...
  18. asm338s

    Zip reports

    How should go about zipping foxpro reports? Any ideas??? Thanks in advance.
  19. asm338s

    Colored Messagebox

    Hi all: Kindly tell me where I can find some info on this app. Thanks
  20. asm338s

    Colored Messagebox

    Has anyone used the mbox.app from universalthread.com? If yes, could you please guide me through on how to get started as there is no read me file with it that provides any instructions.

Part and Inventory Search

Back
Top