I am trying to import a CSV file to the MAS 90 SO.ORDER table and I am stuck with Totals Salels Order information.
It seems that line items are imported correctly and when I open an imported SO Total Amount is shown correctly on the Line Items tab. But when I open the "Totals" tab "Taxable...
From what I remember(I do not have Great Plains installed now, so I cant check) you have to programmatically click "Expansion Button" and then use "Save Button" to save each line item:
Click Expansion button
MoveToField("'Expansion Button 5' of window 'SOP_Entry' of form 'SOP_Entry'")...
I read several threads about connecting to peachtree using ODBC.
I just want to clarify what has to be installed on client system? If I'll install and use Pervasive SQL server on my development environment to access Peachtree data does it mean I have to redestribute it or part of it with my...
I am using Countinuum for VisualBasic components to integrate with VB. I need to insert rows into scrolling window of the Sales Transaction Entry form(if it matters). The only way I found I can insert rows using Edit->Insert Row menu. And here I have problem, I cant insert more than 15 rows...
How can I insert new line into the window 'Line_Scroll' of form 'SOP_Entry'?
I have to add new sales transaction from vb code.
Everything goes ok until I try to add line items.
I am filling SOP_Entry form by using series of
MoveToField\SetDataValue operations, but how can I add new line to the...
Actually I dont know. I`ve never tried to connect to MAS 90 via ODBC .Net.
I only had similar problems connecting to Interbase server.(Was trying to use OleDB provider instead of ODBC)
It looks like you downloaded ODBC .Net data provider but still trying to use OleDB provider.
use Microsoft.Data.Odbc namespace instead of System.Data.OleDb
Ok, thanks
Now it works, actualy I dont understand why it did not work earlier. Not sure, it might be my "Start In" setting was incorrect,
any way, thanks for your reply.
I read documentation more carefuly and gain an understanding of some command line parameters, but I am still unable to create a valid shortcut.
Shortcuts I create either show follwoing message box:
---------------------------
MAS 90
---------------------------
A Launcher has already been started...
From the Visual Integrator Users Manual I found out that there is a posibility to run an import job from external application.
I found the Shortcut Command Line Example in the MAS 90 Help system but it did not help me to create a shortcut to my job.
Does anybody know how to create a shortcut to...
Probably you have to download the
ODBC .NET Data Provider
this is an optional component, you can download it from microsoft site. This link might work:
http://www.microsoft.com/downloads/details.aspx?FamilyID=6ccd8427-1017-4f33-a062-d165078e32b1&DisplayLang=en
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.