Suchergebnisse

  1. P

    Get Current Mandant ID from the Acess Process?

    Is there a way to fetch the current Mandant ID from Sage Process without using the .NET Dlls? Are there any Common Function like gbOpenForm which can give me back the mandant Id as response? I.am facing the scenario where Multiple Sage Instances with different Mandant Ids are open and I need my...
  2. P

    Sage OutOfMemoryException while running a .NET Application via AppLibrary

    Hi, We are building our own Suite of Addons for Sage 9.0 using WPF and Devexpress Libraries. The idea is to open up our custom WPF Applications via Sage using Context Menus. Within our WPF Application, we use Devexpress components , AppDomain Calls (Since Sage is using Devexpress v19.x and we...
  3. P

    Context Menu error- Lokalen .NET-DLL-Applikations-Service aufrufen

    Hi, I attached a "ContextMenu" in the "DatenK Klassen" and attached this to a DataEdit element .. I am able to get the Menu and the Menuitems. The MenuItem is calling an Applibrary class. But while I click on the Menu item I am getting the following error. "System.NotImplementedException: The...
  4. P

    Opening Print Dialog Form .NET

    Hi, I have created an invoice via .NET. Is it possible to invoke the print dialog form on Sage via .NET Office Interop calls ? I had already managed to open the ArtikelStammdaten and VKBeleg forms on Sage via a .NET Call. Could not find any reference to open this particularr print dialog...
  5. P

    Create a new Beleg from an isolated .NET DLL

    Thanks fotr the reply. I have tried your solution. But it is not able to create receipt. Here is my code. session session; Client client; session = ApplicationEngine.CreateSession ("xxxx", ApplicationToken.Abf, null, new NamePasswordCredential ("Sage", ""))...
  6. P

    Create a new Beleg from an isolated .NET DLL

    What are the options available to create a new receipt from an isolated .NET DLL. I was able to create a new mandant object and also used the DcmContextBelegProxyServiceCall to initialize a beleg. But the BelId is always set to zero. Doesn't Sage automatically create a BelID? Is there any such...
  7. P

    Calling Sage 100 UI (From) .NET DLL?

    Hello Thomas, Thanks for your feedback. Do you have any documentation for the same? Thanks and regards
  8. P

    Calling Sage 100 UI (From) .NET DLL?

    Hi, Is it possible to call a Sage Form (for ex Artikelstammdaten) by a method in >NET DLL? To be more specific, I have a WPF application that should call Sage Forms. I was not able find any related article/documentation. Kindly let me know. Thanks
Zurück
Oben