I am using a table in Word 2007.
A paragraph mark suddenly appeared on the top of the last page otside the table area.
Any rows below it are not recognized as part of the table.
How do I get rid of it ?
Thanks,
Corg
Olaf,
Thanks for the time and effort.
I added the 2 lines to the config.fpw and included it in the compiled program.
I'll be in touch when I hear from them.
Corgette
This is the contents of the config.fpw included with the install. I doubt they modified it.
SCREEN=OFF
codepage = 1252
TITLE = Viper PP Solutions
Is this file really necessary ?
Corgette
Hi all,
My user finally got back to me and we isloated it a bit.
They are also running some other foxpro based applications.
If they boot the machine in SAFE MODE, my application loads fine.
I left their IT person instructions to use Task Manager to "End Processes" one at a time to see if...
I got a screen shot but I don't know how to attach it. It was in an email and I put it in a Word Doc.
It appears to be a VFP error before the app is up and running.
I told the user to try to install it in a different folder, and if that fails to try it on another PC.
Will keep all...
Olaf,
I specifically told them to double click the EXE.
The install includes a config.fpw file with the following:
SCREEN=OFF
codepage = 1252
TITLE = Universal Software Solutions, Inc.
The config.fpw included was last modified on 11/15/1998
I will try to get them to email me both these...
Here we go again. i'll try to respond in order of responses received.
danfreeman:
I meant the first message they're getting is not getting to the error handler. All the mesage says is "Program error. Parameter statement not found." I have asked for a screen shot so I can more exact.
The...
Olaf,
These are the first three lines of code. There is no parameter statement as the prgram is called without any parameters.
PUBLIC merror, OleError, xInform
xInform = .T.
ON ERROR DO ErrHand WITH ERROR( ), MESSAGE( ), MESSAGE(1), PROGRAM( ), LINENO( )
ABOX is a function for calling...
Thank you all for the response.
I am trying to get a scan shot of the error message and some more info regarding the OS etc.
For MikeLewis and danfreeman:
This is the error handler in use:
lcError = ABOX('RC','I',1, ;
+ 'Alias: ' + ALIAS() + CHR(13) ;
+ 'Error number: ' +...
Thanks Olaf,
I don't know the error number. All their getting is a message that "Parameter statement not found" or "No Parameter statement found", as soon as the app is invoked.
If it was a missing param statemnt, It would happen to all users.
One user out of over a hundred and fifty installations gets a "Parameter statement not found" error.
I was also just informed that this has been happening with each years application. (A new independaent version is released each year)
I believe it something on her system that is causing it...
Thank you for the quick reponse.
So sorry I did not make my question more clear.
I would like to do a text search with a third party utility, "Total Commander".
I questioned them and they said it was dependent on the software that opened the file, that determined if another application could...
Is there an option in VFP 9.0 to allow a text search on an open prg or sct file.
It is sometimes cumbersome to have to close them to do a search.
Thanks
I am trying to find a way to see if a table is open by another user.
I open the table, select a record and lock it.
Then in another window on the same computer, I open the table again as follows:
USE Table09 alias table EXCLUSIVE
FLOCK() returns .T. even though the table is open and...
A customer is thinking of upgrading to a Windows Server 2008,(64 bit).
My apps are compiled with VFP 9.0 SP1. I was reluctant to install SP2 because of the Vista complications.
Are ther any known problems with Windows Server 2008?
Thanks
I've had this problem a few times. What helped me was switching to Instalshield Express and selecting "Static Scanning" from the:
Installation designer
Item 3
Dependencies
and adding all of them to the app.
Good luck.
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.