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...
Thanks Craig and Mike for your suggestions. I tried them all to no avail. After much gnashing of teeth and tearing of hair I finally think I have it. The problem is that there are two toolbars called standard. I used the App Wizard to build the framework and it subclasses a bunch of things from...
Perhaps I have not been clear in stating the problem. What I mean to say is the aplication opens up displaying the standard toolbar. I do not want a toolbar displayed so in the load method of the first form I said:
HIDE WINDOW "STANDARD"
I rebuilt the application into a new exe and when it...
Right, I had included the chn file in the project and I removed it in the project info files screen and it worked like a charm. I did not read wgcs's post above correctly.
My mistake.
Rich
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...
I included those files (foxhhelp8.exe and foxhhelpps8.dll)in step 2 of the install project which produced the setup.exe and it made no difference. I also tried including the help merge module even though the MS article 314296 states that "including the merge module (MSM) with a VFP 7.0...
I have the exact same scenario and I have used Installshield Express to install. When I executed hhupd.exe on the target machine I got a message saying there was a newer module already installed. Was there ever a resolution or does anyone have any other ideas? I have tried everything I know...
It just gives me the "Custom Error Handler" dialog box.
H-m-m-m. somehow I must be resetting the error handler and again I'm getting a recursive error? I'll check the code again!
Rich
I am using the ERROR command to generate an error and any number I use gives me the "Program Error" dialog box.
The code I am using is:
In Main.prg...
ON ERROR DO errhand WITH ;
ERROR( ), MESSAGE( ), MESSAGE(1), PROGRAM( ), LINENO( )
In stored procedures...
PROCEDURE errhand
PARAMETER...
Thanks for the reply Craig.
My apologies I should have been clearer. I already have the error handler working and collecting the proper information. In the process, when the error occurs, Foxpro, (not my code), shows a dialog box with the fox icon and the words "Program Error" in the title...
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
My users aren't using the command window. I only used that analogy because the code that I am using from the from the solutions sample uses the same command (USE ?) that can be entered in the command window. That way you could see what I am talking about.
The MAKESQL form in the solutions...
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.