Recent content by swip

  1. S

    Answered How to offload document generation to pasoe

    This project may be free but doesn't seem to have any documentation whatsoever. Anyway I could workaround my problem by creating a directory named Desktop under C:\Windows\SysWOW64\config\systemprofile\
  2. S

    Answered How to offload document generation to pasoe

    That's a bummer! Are there any alternative to create word documents without com-handle?
  3. S

    Answered How to offload document generation to pasoe

    Hi, I'm currently trying to offload the generation of word documents to my pasoe instance. my start.p runs a asynchronous procedure on the appserver and sends the response to another p file where the document should be opened again. I've added the AppServer to my developer studio in order to...
  4. S

    Question Error Handling with Exceptions

    Hi, I want to throw Exceptions in my Code and what those to be catched by the start procedure. The Problem I'm experiencing is the following. My start_procedure.p is instantiating a System.Windows.Forms.Form and executing wait-for. WAIT-FOR System.Windows.Forms.Application:Run(myObj). In this...
  5. S

    Answered Start PASOE detached

    Wonderful! Thank you very much. :)
  6. S

    Answered Start PASOE detached

    Hi, for an update tool I want to build I need to stop and start the pasoe instance to sync db schemes. I used pasman to start and stop the instance. The only problem I have is that when I use the line below, it always creates a shell window, which I don't want. pasman <start/pasoestart> -I...
  7. S

    Question Automatically load _user records into database

    Hi Rob, now that I read your answer I recognize that I have given too less info. You are right I want to add users which are dumped to a _user.d file. I will look into this and I will report back asap. Thanks!
  8. S

    Question Automatically load _user records into database

    Hi, from time to time I need to create a new database and add users to it. Is there a way to just accomplish this with proEnv only? I already no that I can use prodb to create a database but for adding users I need the Database Administration tool which is not convenient.
  9. S

    Server to Client

    I am running PS 12.2
  10. S

    Server to Client

    Hi James, thank you for your answer. I think your project is very cool and I need to tinker around with this a bit. Your suggestion regarding the PSTimer OCX Control won't work for my project because we use Progress x64 only. With Web PASOE application you mean a web app which utilizes the...
  11. S

    Server to Client

    Architecture: We have a client application which is in a location with very limited network bandwith, that's why we close connections to the appserver after receiving our query data and open them again if we need it. The client application runs also on little ressources, so we don't want to run...
  12. S

    Server to Client

    Thanks Cecil, I will look into this. @tamhas How would you approach this when the program where these tasks are displayed in an abl app?
  13. S

    Server to Client

    Hello, my customers can create tasks and for example, if they forward it to someone else the other person need to get notified about it. There are many tasks per user and I don't want to use a timer per client and ask the AppServer if there's any new data. To reduce the load for the clients I...
  14. S

    Answered Config files for scheduled task

    I stopped searching for it after finding results only for the "basekey ini" part. Thank you very much!
  15. S

    Answered Config files for scheduled task

    Hi, I have a procedure which is deployed as an .r-file to my customers and I set it as an scheduled task to run every few minutes. The problem is I have parameters I need to set for every customer, like IMPORTANT_PATH and ALLOWED_AMOUNT. In other languages I would out those variables in a .ini...
Top