Search results

  1. F

    Webspeed integration with .Net WPF classes

    Hi Casper, Thanks for your reply...In the mean time i got things working... It seems webspeed can instantiate openedge classes containing dotnet code as long as the methods called from webspeed dont contain any reference to a dotnet class... By changing these (specifc) class methods to...
  2. F

    Webspeed integration with .Net WPF classes

    Platform: OpenEdge 10.2A / Webspeed 3.1D (Vista 32) Dear fellow webspeeders, These last few weeks i've been busy trying to get some Silverlight /Webspeed R&D going, since PSC itself doesnt seem to be in a hurry to extend current web(speed) capabilities. Atm im ambiciously trying to get a...
  3. F

    Webspeed installation Progress 10.2A01

    I guess you also checked that the webspeed broker you set up had the "supports default service" checkmark on (broker->Appservice Name List), since the posted url only checks the connection with the "default" webspeed broker...
  4. F

    Connect to Progress Webservice

    Hi All, WinXP SP2 Progress OpenEdge 10.0B01 MacroMedia Jrun4 JSE IIS 5.1 I'm currently performing a small test to see if I can get Konfabulator / Yahoo! Widgets working with a OpenEdge webservice. After some terrific moments to get the webservice adapter working in the progress explorer...
  5. F

    Run Sub in MS Access using OLE

    Hi all, I hope you can help me out on this one....(progress v8) After setting up a connection from Progress to MS ACCESS, I'm trying to pass some progress values to an access sub(procedure) Currently i'm using the following command from progress: chAccessApplication:Run(sub_nm#...
  6. F

    Fill in the selected result set into the message body in Outlook text

    I've included a very straightforward solution below; DEFINE VARIABLE myOlApp AS COM-HANDLE. DEFINE VARIABLE Myitem AS COM-HANDLE. DEFINE VARIABLE myRecipient AS COM-HANDLE. DEFINE VARIABLE myAttachments AS COM-HANDLE. CREATE "Outlook.Application" myOlApp. ASSIGN Myitem = myOlApp:CreateItem(0)...
  7. F

    Multiple buffers on same table in dynamic query?

    Thanks!!... This probably solves my problem....I'll try this tomorrow right away...;)
  8. F

    Datapump for PDF Merge

    You mean the following http://www.epro-sys.com/pdfinclude.php ???
  9. F

    Problems with the promsgs file !! Need help

    Next to the definition of environment variables as described in the previous reply, you also have to take good care what account starts the winat/at-service, since this will be user which in the end executes the cmd file. Often this will be the system-account with its own user rights / env...
  10. F

    Multiple buffers on same table in dynamic query?

    Platform: Progress Provision v9.0 !!!! Win2000 ------------------------------ Hi All, Since i'm fairly new to Progress v9 / Webspeed programming, a short question about dynamic queries... After performing some tests / reading the various topics about dynamic queries here, I managed...
  11. F

    Performance increase for FIND trigger

    Hi Msilva, We make use of DB triggers, since application triggers would mean modifying all sources as well... maybe your suggestion of only modifying the toplevel entry-programs can be used indeed, but does leave user-defined "backdoors" open....;) In any case thanks for the reply ...:D...
  12. F

    Performance increase for FIND trigger

    Hi Chris, Of course you're absolutely right when telling me to use query-clauses to define my desired record-set instead of a find trigger..... its indeed an ugly type of programming we use.... However using query clauses would mean a modification of ALL programs using these tables...
  13. F

    Performance increase for FIND trigger

    ============= PROGRESS V8.3C ============= Hi all, Because of a rather quick expanding "internal" market for our application, the demand for better "data" security increases each day. (internal competitors) On the other hand because of a limited development & implementation time, we...
  14. F

    Retrieve Process ID / Client ID from Procedure editor V8.3C

    Thanks Gabor, It worked perfectly..... and solved my problem... However its a pity that we still have to make use of API calls to get this info, preventing Progress' power of OS platform-independence.... I'm happy to see this has been changed in V9......:D Fred
  15. F

    Retrieve Process ID / Client ID from Procedure editor V8.3C

    Hi all, Does anyone know if it is possible to somehow retrieve the current session Process ID or Client ID in the editor (i.e. through handles or VST... Progress V8.3C) Other suggestions on how to quickly distinguish user sessions are very welcome... Fred v.d. Meulen
Top