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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.