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

    Powerpoint narrative out-of-sync

    I am running Powerpoint2003 and created a show with narration on a pentium4 laptop. The show runs fine on the laptop but on other machines the narration continually gets ahead of the show and transitions. I packaged to a CD and it still is out of sync. I ran it on another network machine (not a...
  2. Rich196

    Wrong selection in combobox

    I have a form1 and form2. On form1 there is a grid populated by a view from which I allow a dblclick on lastname. I position the table containing the lastname and set up a parm to be passed to a combobox on form2. In the INIT event of form2 I put the lastname in the value property of the...
  3. Rich196

    Report based on view currency shows 4 decimals

    I have a report based on a view. The field in the view comes from a table that has the correct format for currency and displays correctly when browsed. (Format $, InputMask 999,999.99) The report shows the field as $999.9999. I have set the property for the field in the view designer as Format...
  4. Rich196

    How to set app_standardtoolbar property

    I have an app which has a standard toolbar. I want to make it not visible. I have set the app_standardtoolbar.visible using the project manager class tab and selecting app_standardtoolbar and setting visible=.f. I rebuild the app but the toolbar is still visible. What am I doing wrong? Or is...
  5. Rich196

    How to hide Foxpro error dialog box

    Is there a way to hide a Foxpro dialog box or keep it from being displayed? I'm testing my err handler and if a program error occurs there is a program error dialog that pops up. Since I am collecting the error information I don't want the user to see the message. Rich
  6. Rich196

    How to change properties of USE ? window

    I am using a query form similar to makesql in the solutions database in VFP8. The "Use table" button click event is : THIS.parent.cmdClear.click THIS.parent.choosetable choosetable opens a window by issuing USE ? and some of the properties such as ICON and the choice of tables and views I would...
  7. Rich196

    Fox icon in error windows

    I have a VFP8 app and am forcing an error to check error handling. I have code in the errhand to collect error info and send an email. All windows in the app and the main VFP window have the app icon, however, when the error occurs I get a window with a title bar that says "Program Error" and it...
  8. Rich196

    Wrong project metatable

    I had multiple projects in the Visual Foxpro Projects directory and put the files of each project into its own directory. I rebuilt one of the projects and on execution of the the main program I get a message that says the the metatable MTEACHERS_APP.DBF can't be found. This is an entirely...
  9. Rich196

    Reindex CDX files

    I have read everything I can get my hands on about recovering from CDX file corruption and I have written code that turns off the CDX present bit in the file header, deletes the CDX and uses FAQ1033 logic to re-build the index. I am using a DBC not free tables in VFP8. All works fine until I go...
  10. Rich196

    How to update procedure in distributed .exe?

    I have a distributed .exe that has a problem I have corrected in a stored procedure on the development machine. I rebuilt the .exe file and transported it to the user's machine. I replaced the .exe on the user's machine but the problem was not corrected prompting me to believe the procedure was...
  11. Rich196

    Executing .exe file shows error in German

    The .app file execution works fine but when I build the .exe file and execute it I get an error message that it can't find the .dbc (I think) in German. I tried putting Application.ActiveProject.VersionLanguage = 0x09 + 0x0400 in the main program to no avail. It is not with just one project but...
  12. Rich196

    Backup to CD question

    Hi, I have a question about a backup procedure. I am wanting to backup to a CD and am using XP and VFP 8.0. When I issue COPY FILE I get a message "unable to create file d:\...". I want to be able to do this programatically because this is a single user app. to be mass distributed. It seems...
  13. Rich196

    Grid and Header problem

    I have a many-to-many relationship between two tables necessitating a third table. All are connected via unique ID's and foreign keys. All is working fine except that on one of my forms I have a grid that displays firstname, lastname and some telephone numers in different columns. I need to have...
  14. Rich196

    How to print report to file in same format as printed output?

    Hi, I am using VFP8 and would like to email a report in the printed format. I can use the ASCII option but it naturally doesn't look like the printed report. It contains some values misaligned and on different lines. Is there a way to do this? Thanks, Richard M.

Part and Inventory Search

Back
Top