Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by burokio

  1. burokio

    VI\Sales Order\Totals

    Thank you! Changing perform to "_CALC" solved the isssue.
  2. burokio

    VI\Sales Order\Totals

    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...
  3. burokio

    VB Countinuum, Insert new line

    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'")...
  4. burokio

    Peachtree & ODBC again

    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...
  5. burokio

    Insert Row from the Edit menu. Unable to insert more than 15 rows.

    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...
  6. burokio

    Connecting to MAS 90 via ODBC in .NET

    :) I've never tried to connect to MAS 90 using any provider. Sorry.
  7. burokio

    VB Countinuum, Insert new line

    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...
  8. burokio

    Connecting to MAS 90 via ODBC in .NET

    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)
  9. burokio

    Connecting to MAS 90 via ODBC in .NET

    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
  10. burokio

    Visual Integrator - Executing job from external application

    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.
  11. burokio

    Visual Integrator - Executing job from external application

    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...
  12. burokio

    Visual Integrator - Executing job from external application

    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...
  13. burokio

    Connecting to MAS 90 via ODBC in .NET

    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

Part and Inventory Search

Back
Top