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

    Exporting memo fields to Excel

    Hi all. I have a memo field in a DBF that holds up to 5 lines of an address. I would like to create a cursor file with the 5 extracted lines of character data and export that to an Excel file, but I seem to be having a few problems with the MLINE function. Is there a better way? Thanks. Andy.
  2. amwprogg

    Turn off the sound

    Hi all. I would like to turn off the sounds made during running of my application, say when user clicks on a "Save" button, or an information message is displayed. I've tried adding SET BELL OFF to my startup program but this doesn't seem to make any difference. Many thanks. Andy.
  3. amwprogg

    Converting form from Foxpro 2.6

    Hi all. What is the best way to convert a form from FoxPro2.6 to VFP9? Thanks.
  4. amwprogg

    Install an application ONCE ONLY

    Hi all. I have an application written in VFP9 and it is installed using the Windows Installer and InstallShield. What I would like to do is make it so you can successfully install the application ONCE ONLY. After successful install the software doesn't install anymore. Is there a code or error...
  5. amwprogg

    String within a string

    Hi all. I have a SQL Select statement and I want to select only the records where the "activity" character field contains a pre-defined string. The code is like: SELECT * FROM table ; WHERE THISFORM.activity_search.Value$table.activity=.T. ; INTO CURSOR tmpcursor Will that do it, because it...
  6. amwprogg

    Still a desktop icon problem?

    Hi all. I have written an application using VFP9 and it is installed using the InstallShield FoxPro Ltd version. I specify a shortcut icon and I include this icon on the startup disk, but on some machines (laptops in particular) it reverts to something completely different. I have to find a way...
  7. amwprogg

    Report Preview Toolbar - can it be suppressed?

    Hi all. When "previewing" a report, can the Preview Toolbar be suppressed leaving the user to scroll through the report instead of clicking from page to page? Andy.
  8. amwprogg

    Desktop icons not as they should be

    Hi all. I have an install program written using the InstallShield for FoxPro v5.0 - and I have specified that the desktop icon should be a certain file. When the application is installed on some machines the icon is different (it somehow adopts the icon that is the windows installer icon). Why...
  9. amwprogg

    FULLPATH problem

    Hi all. Having installed an application, I want to get the file path to the database files. During the install, the user can change the destination directory if they want to. I've tried using the FULLPATH function, but it doesn't return the full path - and I know the file I specify as one of the...
  10. amwprogg

    Multi-page report with NO "detail" lines

    Hi all. I'm just getting to know the ins and outs of VFP9, and I have to write a report that is about three or four pages long and has NO "detail" (repeating) data lines. If I create the report in the HEADER or FOOTER areas it just says the report is "too big"! What would be my best options...
  11. amwprogg

    Read-only text box colors

    Hi all. I have a text box which has the current score (a changing number) in it. I want it to be READ ONLY or DISABLED - but depending on the score I want the backcolor to change. ?
  12. amwprogg

    Adding color to one section of a grid

    Hi all. I have a grid and one of the columns of the grid is a number (a running total) - and I want to add color to the grid - if the total is zero to 3 I want the cell to be green - if 4-5 I want it to be amber (orange) - above 5 red. Like traffic lights really. Based on the value of the total...
  13. amwprogg

    Strange instance with record pointer

    Hi All. I have a simple form that has a NEXT button for displaying the next record. It initialises OK (displays the first record on file) then when you press the next button (which effectively just SKIP 1 and displays the next record) the pointer has gone to the record number AFTER the EOF. As...
  14. amwprogg

    FOXUSER on the Desktop

    Hi all. I've written a thread on this subject before, but I'm still having problems. I can't stop the FOXUSER files from appearing on the desktop when I run my application. I've tried SET RESOURCE pathname\FOXUSER to no avail. Any suggestions would be much appreciated. Andy.
  15. amwprogg

    Problem with msvcr71.dll on install?

    Hi all. I am installing a VFP9 application with InstallShield - works fine on most installs - but sometimes it crashes out of the install saying "Cannot find msvcr71.dll". This file is definitely there, in the INSTALLDIR. Anyone else had this problem? Thanks. Andy.
  16. amwprogg

    FOXUSER files appearing on the Desktop

    Hi all. If you install and run an exe application in VFP9, is there any way to stop the FOXUSER files from appearing on the desktop? Andy.
  17. amwprogg

    Interruption during Installation process

    Hi. I am trying to produce an installation CD for my first professional application written in VFP9. I have been struggling with InstallShield Ltd Edt. for a couple of weeks now - you pop the disk in to the machine and the installation process starts fine automatically - then - half way (or so)...
  18. amwprogg

    Reports - "Error Loading Printer Driver"

    Hi. When running my application on a machine with a laserjet printer, I preview my reports and when I come to print them it says "Error Loading Printer Driver". One report bombs me out completely with "Fatal Error: Exception Code=C0000005@"date" ". Any ideas? It runs fine on other machines...
  19. amwprogg

    Big reports

    Hi. I have a report that is 3 pages long, with header info and a summary at the end - there is no detail info as such (repetative data) but there are lots of fields and complicated designs involved - keeps saying the report is too big for header or detail or footer section - is there a better...
  20. amwprogg

    Nothing happens when running application

    Hi. I've set up an application exe file on another machine with all the relevant libs, data etc. and SET PATH to the correct data folder - but when I run the application absolutely NOTHING happens? There's nothing silly in the main program. I build the EXE on my machine and copy it over on CD...

Part and Inventory Search

Back
Top