Search results

  1. PeMertens

    Question Function keys in .NET UI

    Hallo Stefio, this is unfortunately -by design - not possible. You will be limited to "GO", "END-ERROR" and "DELETE" functions. To have more selectable options available in a .NET based "CHOOSE" list, you will have to implement a small selection Frame which is displayed whenever a list line is...
  2. PeMertens

    Updating menus in EB2.1

    The menu labels as they appear to a user reside in mnt_det. mnt_det and mnd_det are synchronized for example by the menu maintenance program. Therefore, it works there and not in your example routine. This is a _very_ old feature (+10 years). May I advice to analyze QAD Apps intensively in...
  3. PeMertens

    prosoapclient.xml is missing when connecting a web service

    Hi Casper, no, it didn´t. But meanwhile I found the missing components on our LINUX development server. This let me overcome the problem but introduced error message "Error initializing SOAP Processor: Cannot instantiate class 'WASP_WSDLFaultExceptionDeserializer' (11733)" instead. But there...
  4. PeMertens

    prosoapclient.xml is missing when connecting a web service

    Hi folks, currently I am investigating how to connect public web services in order to be prepared for a customer project. Therfore, I adopted several code samples found in this forum and in oehive.org and (quick-and-dirty) tried a code like this: <<<<<<<<<<<<<<< RUN AccessWebService...
  5. PeMertens

    Reports in excel format

    Hi all, especially for those guys who love to "speak" PROGRESS I would like to make a remark: my sample shows not only a typical integration of Excel into MFG/PRO (and this is certainly much quicker than than purchasing a tool :) ) but unveils a little how easy it is to transform Visual Basic...
  6. PeMertens

    Reports in excel format

    Hello all, in a GUI version of MFG/PRO, you can try this. Basically it is possible to remotely control Word, Excel, Outlook and other applications from within any MFG/PRO program if you want to. Let me show you a simple sample :-) Peter DEFINE VARIABLE excelAppl AS COM-HANDLE. def var...
Back
Top