...exclusive
4. zap
5. append from c:\trash\MyTableCopy
6. reindex
The code that is generating the error is as follows:
PROCEDURE UP_COMMENT
*Comments
TRY
LOCAL XS, V1COMMENT, strTemp
XS = ALIAS()
SELECT FDNM && Field reference lookup table
SEEK "COMMENT"
IF FOUND() THEN
**>>Line...
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...
...CLEAR EVENTS
RELEASE ALL
CLOSE ALL
IF VARTYPE(gfrmSplash) = "O" THEN
gfrmSplash.Release
ENDIF
CHDIR &gstrFishDir.
** set flag that there was an error to reload winfish
blnHaveError = .T.
SET BELL OFF
RETURN TO MASTER
Thanks all for those who reply.
Art
Art...
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...
...using the following code:
oADORs = CREATEOBJECT("ADODB.Recordset")
oADORs.ActiveConnection = oADOConn
oADORs.Source = "Select * from .dbo.tblMasterLoans"
oADORs.CursorType = 3
oADORs.LockType = 3
oADORs.Open
DO WHILE NOT EOF()
oADORs.AddNew...
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
...oAdoConn.Connectionstring = "user ID = adegaeta;initial Catelog = ISD_Deals;Data Source=CGIDEVW2K;Connect Timeout = 60"
oADOConn.Open
** step #1
** copy the deal information to the menu section of this new program
IF oADOConn.State <> 1 then
Messagebox("Error Connecting to...
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...
...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 = "FORM"
DO FORM &pstrItem. to pstrReturn
** if a return form is...
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.