All,
This problem is happening quite often with version 7 and 8 of VFP and I cannot figure out how to resolve this.
In certain cases when I try evaluate the memo field of a clipper dbf file (DBF, DBT,) I receive a fatal error exception in VFP 7 and 8. The only way to get around this is to do...
Cool, thanks for the feedback. What have you used this for besides PDF's? Have you used eques for Excel?
The reason I ask is my application is dependent on Adobe for PDF writer and distiller, as well as Excel for creating spreadsheets.
Thanks again for your feedback. Also if you have any code...
All:
I am wondering if any of you have used the Adobe Scrobat Full SDK with any of your VFP applications? The reason I ask is I just downloaded the full SDK for 5.0 and it looks like a great replacement than having many Full Adobe installs on client machines.
I have tried Ghostscript and...
All:
How does one go about adding the _genxtab functionality to a VFP application?
I have a couple of reports that could use this type of code.
Is it a class? or can I just say DO (_Genxtab) in my application.
Do I need VFP installed on the client to do this or will the run-time dll's handle...
All:
Real quick question. I have an error handler built into my code, however sometimes when this handler fires, it causes any output to be directed to the current open form/screen
Can anyone tell me what might cause this? It's almost as if a VFP error set's the console back on, very strange...
Mike, thanks for the advice.
The problem I am running into is I have a web site in .NET that I created to track these assets.
I have users that can get a request to look at an asset that was done 3 years ago. So they go to the site, type the number in, and information is returned along with...
RGBean,
I have no idea what I have done, but I finally got the file into VSS.
What was happening was when I tried to add the files using VSS directly, I was getting a VSS error, files already open. WHich was strange.
So I did the following:
Create a dummy text file called lib.txt
1. Added...
All:
I have just created a master asset file table in SQL server of about 1 million records (15 fields) for my company. They want to keep track assets for a given 2 years and add new ones as we move along.
The program that updates the assets is in VFP using ADO. The new assets are in a VFP...
VFP 7.0 SP1, VSS 6.00C, adding through VFP project manager. Should I add them with VSS instead of within VFP?
Have not tried that since I have my VCX added to my project.
Thanks for the reply
Art Art DeGaetano II
Software Developer, MOUS
All:
Can anyone give me some insight to the following:
Everytime I try to add my VCX file to VSS, I get the following error message:
Error #1 in createvcxcursor (887), the file does not exist
I know for a fact that this file exists in the proper location
Any answers to this questions are...
Hello all. I have this simple project to work on and I want to make sure I am going in the right direction.
I have a SQL server table of about 100,000 asset numbers and I want to create an interface to load a spreadsheet to eventually find any matches, then report back to the user the found...
OK, I have just qualified the table as you suggestion in #1, but now when I check the recordcount I get -1. This is odd because I have 2 test records in my table.
Is there any other reason why I am getting recordcount -1?
Thanks
Art
Art DeGaetano II
Software Developer, MOUS
All:
This is driving me crazy. I have the following code to access as SQL server table:
LOCAL oAdoConn
LOCAL oADORs
oAdoConn = CREATEOBJECT("ADODB.CONNECTION")
oAdoConn.Provider = "SQLOLEDB"
oAdoConn.Connectionstring = "user ID = adegaeta;initial Catelog =...
Thanks to you all.
WGCS, tried your method last night and it kicked A$%&^
I knew there was a way with VFP!
Thanks
Art
Art DeGaetano II
Software Developer, MOUS
So you are saying you can read the name from the database and then macro sub that field name to find the proper control?
That makes sense.
Art
Art DeGaetano II
Software Developer, MOUS
All:
Hey another question. Has anyone written, found, etc a control array in VFP that works just like a VB control array?
My problem is I have this form with any textbox controls. each textbox is named exactly as a field in a database (no the controls are not bound). I want to know if there is...
Nevermind all I just figured it out.
Here is what I did:
PARAMETERS pstrAction, pstrItem
LOCAL pstrReturn
SET PROCEDURE TO &gstrFishDir.\Lib\libclas.app ADDITIVE
DO CASE
CASE pstrAction = "PROGRAM"
DO &pstrItem.
** do the form that was first called.
CASE pstrAction...
Actually the menu is not the problem, I want to be able to load the password form. Then if successful, unload the password form and then load a data entry form.
This is what I need to figure out how to do. I must have not been clear to what I was asking.
Art
Art DeGaetano II
Software...
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.