I'm trying to merge a word document from a foxpro .dbf file. It works fine on some machines, but on others Word wanted to confirm the data source. How do I make the Confirm Data Source Dialog box not appear?
I have tryed to set confirmconversions to false in my opendatasource statemnt, but...
How do I define dialogs?
Mike gave me this one:
#DEFINE wdDialogFileSummaryInfo 86
How do I know what number to put behind them?
For Example, I need to know how to define wdDialogFileSaveAs. Is there somewhere I can find this information?
Marissa
I am trying to change the name of a word document that had been merged. I can't use saveas because I cannot assume the user wants to save the document, but I would like to change the title of the document for the suggested name if they should chose to save it.
I have found the folling example...
OLE error code 0x80040154: Class not registered
I installed my software on the new laptop we just received and I am getting an error on a createobject statement. But what is strange is that it is not the first createobject statement. Many others are executed before this one fails. I do not...
All:
I am using a messagebox in a private data session and it seems that my messagebox is delaying the form's controls to refresh. I am using refreshes and LockScreens and this doesn't help.
Does anyone have any information about messageboxes that will help me solve my problem?
I definatly...
I am currently trying to obtain 2 records out of a table that consist of 1 million records. I want the person with the highest last name and the person with the lowest last name.
Using BETWEEN or <> operators in my where statement seems to take longer than a SEEK comand.
Which is more...
Please Help.
I have many routines that are used by multiple programs in my system. I am currently classifying these procedures and doing AddObjects to add them to form/formsets. I am getting an error saying that I cannot redefine the parameters in Method1 in _class1. This error occurs...
How do I close an SQL Server generated cursor?
I am currently trying:
CLOSE xCursorName
REALLOCATE xCursorName
Program Error when the follwing code is reached:
IF USED('xCursorName')
SELECT xCursorName
USE
ENDIF
This error lead me to believe that the cursor is not released. Any help...
How do I reference a remote table so that I can use a SELECT statement and put the results into a cursor? I have already established my connection with the server.(SQL Server)
This is my code using a local table:
SELECT TOP 1 * FROM table INTO CURSOR table_cur ;
WHERE ALLTRIM(table.field1)...
How do I reference a remote table so that I can use a SELECT statement and put the results into a cursor? I have already established my connection with the server.(SQL Server)
This is my code using a local table:
SELECT TOP 1 * FROM table INTO CURSOR table_cur ;
WHERE ALLTRIM(table.field1) ==...
Help Please!
What am I missing?
Do I need to open the table or create a cursor before my SQLEXEC? Am I allowed to name the cursor the same as my remote table?
SQLEXEC(chandle, 'SELECT TOP 1 * FROM testtable ;
WHERE ALLTRIM(test1) == m.xyz','testable')
Any help or extra information would be...
I am trying to update a remote view. I am currently using UPDATE(), SET(). How can I use the TABLEUPDATE so I don't have to set the fields in the SET()?
I am using a GATHER MEMVAR then a TABLEUPDATE, but it slects the first record in the view and changes it, not the record that is being...
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.