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: sdocker
  • Content: Threads
  • Order by date
  1. sdocker

    InstallShield and VFP 9 Merge Modules.

    InstallShield cannot find file VFP_Runtime I am on a new windows 11 machine and installed VFP9. I am running version 09 00 0000 7423 I am using InstallShield 2024 R2. Please see message below. Is there a merge module VFP_Runtime, and where can I...
  2. sdocker

    Email automation with OUTLOOKNEW

    I have been using ShellExecute to automate outlook emails from within a FoxPro app. Everything was fine until we upgraded to Windows 11 and had to switch to OutLookNew. Now we gat a message that this feature is not supported. Any ideas will be greatly appreciated. Sam
  3. sdocker

    directory name is invalid.

    I have an app that seems to be working fine, till the user exits. The folder becomes temporarily unavailable. If they try to run the app again, they get a message that "x:\folder\xxx\desktop\file.dbf does not exist". This happens when they run it from a desktop shortcut. The folder actually...
  4. sdocker

    Portrait & Landscape combines

    I searched some of the past threads and did not get an answer. I did learn that combining portrait and landscape in troublesome. I would like to print several different pages at once. One of which is in landscape mode. I hack the FRx's REPLACE TAG WITH cEmptyStr, Tag2 WITH cEmptyStr...
  5. sdocker

    ALTER TABLE not completing the process

    Using FREE TABLES (not in a DBC), I have to drop 150 Columns and then add 110 Columns. The code in processed each time the app is invoked. Sometime it works fine. Occasionally, it comes back with the message: Alias: CLDATA Error number: 12 Error message: Variable 'Cash_1' not found Line...
  6. sdocker

    Controls not visible

    I am trying to create a form that will scroll horizontally. The form scrolls but textbox controls on the right edge of the form do not show up when the form is initialized. They are there, because if i drag the mouse over them they show up; (without the border). I can't figure out what i'm...
  7. sdocker

    Command Button color

    Suddenly, every time I add a command button to a form, the top half and bottom half are different shades of the default or selected BackColor. I also noticed the "Select Object" icon on the forms controls tollbar is also colored and shaded. Very annoying. Thanks, Sam
  8. sdocker

    Tab stops on a page frame

    Is there a way to have the tab stops wrap around the page on a page frame without out stopping on the PageFrame tab. If I set the PageFrame.TabStop to .F., it doesn't go back to the first tab stop. The TAB key moves it forward and CTRL-TAB moves it backwards. Thanks, Sam
  9. sdocker

    Menu accelerator keys

    I am using a user derfined menu, and the Alt+? keys only work on the menu items that have a "Command" as the result. They do not work on the menu items that have "Submenu" in the result column. Any ideas? Sam
  10. sdocker

    INKEY() on the internet

    Hi, I have an app where the user goes to a website to enter information. = ExecuteShell('http://pprextensions.dat.maryland.gov/', "Open", "", "") The code works fine. My issue is, the area where the user has to enter the data is near the bottom of the page, and I would like to scroll there, or...
  11. sdocker

    Closing a print job

    I have an application that prints numerous forms based on user input. For example, if the forms are named 'A' to 'J', the print job can include any or all of the forms. There was a summary form that always printed at the end, so I simply used NOPAGEEJECT in all the forms except the summary...
  12. sdocker

    Aligning multiple section of a line in report writer

    I am trying to include a line of text whose center portion is bold and underlined. I get different results with an HP printer, a PDF printer and the report Preview. They look something like this...I am trying to include a line of text whose center portion isbold and underlined. I believe this...
  13. sdocker

    Calling SetFocus() from Valid event

    The code below is in the valid event of a ComboBox. I am calling SetFocus() and it should produce an error. It did once, so I took a screen shot of the message. Now when I come back to it, it works fine. The ComboBos style is set to 2: DropDown List. WITH THISFORM .REFRESH *-* According to...
  14. sdocker

    MSVCR71.DLL

    Hi, I just started getting the message attached whenever I tried to run an exe created with VFP 9.0. I tracked it down to the file msvcr71.dll that was in a folder that was probably created accidentally, and the file moved there accidentally. The errors started when this folder was deleted and...
  15. sdocker

    alignment of text in control on a grid

    Hi again, I have a grid with 3 columns: 1. CheckBox, 2. TextBox, 3. TextBox. . . Column Property.Alignment = Middle Center, Middle Left, Middle Left Column Header Alignment = Middle Center, Middle Center, Middle Center All columns ControlSopurce is an SQL cursor Column 1. ReadOnly = .F., 2...
  16. sdocker

    RLock fails and closes form

    Hi, I am using a grid with a CheckBox to change multiple records. I make the changes one at a time, ie. if the user clicks on the CheckBox, the field in the table is REPLACED with the new value. The problem I'm encountering is if RLOCK fails, it doesn't return .F., It just closes the form...
  17. sdocker

    CheckBox in Grid

    Hi again, I have a grid with a checkbox that looks fine, as far as the correct data being displayed. The data come fromm an SQL Cursor. The check box however does not respond to a mouse click. I would expect the check to appear/disappear as appropriate, like it does on a standard form. Thanks.
  18. sdocker

    Report Preview in Top Level Form

    I am using Mile Gagnon's post, listed below to preview a report in a top level form, which may have another form already open in it. It works fine, except I cannot seem to control the width of the "PrintPreview" object. Using the Sysmetric() function looks strange on a large monitor. Is it...
  19. sdocker

    Error c00000094

    I have an app being used by many people and 2 or 3 isolated cases where printing a report generates a c00000094 error. I believe it is happening on different printers, but it is always the same report. Would deleting the foxuser files or PACKing the report file help? I am using VFP 9.0 SP2...
  20. sdocker

    Trapping the CLOSE button on a form

    Is there a way to intercept the CLOSE button before it releases the form. Any references to a variable in the UNLOAD produces an Unknown Member error. I would like to remind the user to save any changes before it is too late. I don't want to disable it. Thanks, Sam

Part and Inventory Search

Back
Top