Once again. Thanks. You have been most helpfull. I now have a direction to go in. All I have do do now if figure out what fields info to move and how to mark as processed.
Thanks.
Thanks for the reply. I will look at Integration Manager and see what is needed to do this. However this is not a one time shot. The current sales programs are located on the DEC and will remain there. So this will be an ongoing thing.
I work for a manufacturing firm that has legacy software for their sales orders on an older DEC VMS system. Currently our accounting department is manually putting the sales entries into Great Plains in a networked environment. The Great Plains data is SQL based. I have been assigned the task...
Not exactly. The grid is already populated with the appropriate data and the cells are already formated correctly. What I had in mind was when a user checks a box in the grid I want other optional boxes to show as checked or unchecked automatically. To date I have not been able to show the...
I need to update a check box in a farpoint spread when another check box is checked or unchecked and show the results immediately. I have tried to do this in the button clicked and change events. Neither will update the other check box cell till I leave the current cell. Any ideas on how to...
Does anyone out there know where I can find any documentation on the parameters for the ini files for pdf995. It seems that the pdf995 web site has none. I have no way of knowing what paramaters are needed to make an application I have written work correctly. Any help is appreciated.
We are currently in the process of moving data from a DEC Alpha machine using VMS to SQL Server 2000. All the files on the DEC were created using VAX Basic. I have one file, on the DEC, that is made up of a number of fields that are arrays with up to 300 elements in each array. The problem I...
This may or may not help you with what you are trying to do. this is the code that I use to connect to the current users Lotus email account to send a document. Hope it helps.
email = InputBox("Enter the e-mail address of the recipient", vbOKCancel)
If email = ""...
I do not use a data control I use a connection string to open the recordset
recordsetRec.Open sqlstatement, connectionstring,adOpenDynamic, adLockOptimistic
a quick example:
in a public module I define the connection string
Public Const SQLConnect = "Provider = SqlOLEDB.1;Integrated...
Be sure you have the 'permissions' required to update or add new to the table in question.
Be sure you have opened the record set with adLockOptimistic and not adlockreadonly.
I have a sales order acknowledgement document that is, based on variable data stored in our database, and generated through code in Visual Basic and printed on a HP laser jet printer in landscape orientation using the 'printer.print' method. This document may be from 1 up to 20 pages in length...
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.