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!

Search results for query: *

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

    ( ) in Caption property of page

    Using vfp 7.0 I have a PageFrame with 4 pages. If I use the caption... Delete Form(s) it shows up... (Delete Form(s I can't figure out why ?
  2. michaelkatz

    _command.prg

    All of a sudden a file, _command.prg, appeared. I recently migrated to a mew computer and may have changed a setting when I reinstalled VFP 7.0 Any one know what I did ?
  3. michaelkatz

    Aborting 1 report out of a series

    We send up to 30 reports to the printer. some of which are lengthy. There is a delay between reports as the data is manipulated, and I put in If lastkey() = CHR(27) to see if escape was pressed, and abort the report. It works fine, except when the next report is being processed, the IF...
  4. michaelkatz

    form not visible

    When I double click a pdf document on the internet, I get a blank screen after a message on the bottom says "Installing Components" and then a little box with an "X" in it in the top right corner. It works fine when I click on a PDF document on my local drive.
  5. michaelkatz

    windows installer and vfp 7

    We distribute an applications annually. With the 2005 edition , a customer tried to delete an .exe file with windows explorer. When they next tried to run the application, windows installer tried to install and things went down hill. We get an error message # 1300, and the line number is...
  6. michaelkatz

    Can VFP determine version of Adobe

    I have an application that prints PDF files. If the user has Acrobat Professional installed, I can do it transparently using the coding in chapter 8 of MegaFox by Hertzenwerke Publishing. The only way I can do it if the user has only the Acrobat Reader installed is by using ShellExecute. 1. Is...
  7. michaelkatz

    ShellExecute tp print and then delete file

    I am using ShellExecute to print a PDF file. I gave up on trying to close adobe Acrobat when the printing is done. I also want to delete the file after it is printed. However, the file is in use until released by ShellExecute and the Delete command fails, or the delete command executes too...
  8. michaelkatz

    font selection with ?|??

    I am trying to use the ?|?? commands to sned dat to a printer and eventually create a PDF file. I am having trouble selecting a fixed space font, or any font for that matter. I believe my syntax is correct. Is therer a setting I am missing, such as where to find the font???
  9. michaelkatz

    Open vfp without opening command window

    Is ther a way to start VFP 7 without the command window automatically opening?
  10. michaelkatz

    Printer Line Spacing

    Is there a way to control the vertical spacing of the lines on a desk jet printer, with VFP 7? No problem with laser jets that take cursoe movement calculation s to 4 decimal places. I have to duplicate some GI forms that do not follow thw conventional 10 Pitch and 6 LPI. Thanks Michael...
  11. michaelkatz

    Scanned forms in VFP 7

    I am responsible for an application that does the following: Collects data for local Government tax forms. The filled in tax forms are then printed to a LASER printer using printer fonts (Soft Fonts), which are downloaded to the printer. The forms are constructed line by line. Problems: 1...
  12. michaelkatz

    ComboBox DisplayValue

    I am using a dropdown combobox, style = 0. I nedd to detect when the user enters something not in the list, (which is populated using the addlistitem method). It appears that the displayvalue is not updating accurately. For example: if the textbox portion contains 'hat' and the user...
  13. michaelkatz

    Scrollable forms with VFP 8

    I am using VFP 7 and tried creating scrollable forms. I was not satisfied and could not live with the limitations. Some of you experts had warned me about this. Does anyone know if there has been any improvements to this in VFP 8 Thank you Michael mkatzla@juno.com
  14. michaelkatz

    Spaces in path names

    We distributa an application and if the user installs it in a folder that includes a "space" in the path name, it gernerates eroor # 202 "Invalid Path or File Name". Tried enclosing path name in quotes and it still doesn't work. Any Ideas?
  15. michaelkatz

    listboxes

    What is the best way to poulate a listbox and avoid items appearing twice when using the scrollbars. Also, the last item cannot be displayed without using the down arrow or the bottom scrollbar arrow. Thank You Mkatzla@juno.com
  16. michaelkatz

    CANNOT RELEASE FORM

    For some reason a form that was releasing properly no longer does. Here are the facts. App was developed using VFP 5 It is a blank form with no controls. Its function is to let the user know that the app is running, while it updates last year data. It was working fine last year. I copied all...
  17. michaelkatz

    Registering OCX's on a network - VFP 7

    Using VFP 7 I finally got InstallShield to work and install the DLLs and Ocx files. However the installed program only works on the machine where Setup.exe was run. On other workstations it produces errors like "Cannot find VFP libraries", and an OLe control is not found (because it is...
  18. michaelkatz

    InstallShield - Add/Remove

    I am new to VFP 7 and installShield and foolishly answered "Yes" to disable the "Change", "Remove" and "Repair" buttons in the general information section of step 1. Now I can't test my setup without removing the prior installation, which I can't remove...
  19. michaelkatz

    Inserting code programatically.

    I would like to insert some code into the "DragDrop" method of @ 175 controls on a pageframe. The original programmer was inexperienced and the controls are classes from 7 different libraries. I hesitate to make the changes in each of them, as I am not aware of what the effects might...

Part and Inventory Search

Back
Top