Search results

  1. jdpjamesp

    Linux script issue

    We have a standard config that we import into scripts usually that sets DLC.
  2. jdpjamesp

    Linux script issue

    Thanks Rob.
  3. jdpjamesp

    Linux script issue

    Bloody typo. It's dbtmp.
  4. jdpjamesp

    Linux script issue

    Having a bit of a brain fart. Can't work it out. Trying to get a script to move a bunch of tables to a new storage area. Annoyingly the KB only has the scripts for Windows which is less than useful!! If I run the command from the command line, the table moves successfully, but if I run it from...
  5. jdpjamesp

    Multi-Window

    You can't open multiple dialogs at the same time as they block by design. You would have to convert them to windows in order to be able to open multiple at the same time. This isn't too difficult to achieve, but it may impact the operation of your application.
  6. jdpjamesp

    Question Convert progress 9.1d05 database to sql database.

    Converting the database should be reasonably easy. Dump the data in some format that SQL would like. Generate a schema in SQL. Load the data. I'm not entirely sure what else you're hoping to get.
  7. jdpjamesp

    Japonese Character

    You'll need to make sure the database and all clients use a character set that supports the Japanese characters.
  8. jdpjamesp

    OpenEdge Discord Server

    For those that want a more realtime experience of chatting about Progress, please see the new OpenEdge Discord channel. https://discord.gg/JXApkxZEa6
  9. jdpjamesp

    Discord server

    Funny you should mention it. I'm actually setting a basic one up. Watch this space.
  10. jdpjamesp

    Question What if I change the listener-minport and listener-maxport in target <dbname>.repl.properties?

    Not sure why this one was blocked, but I see you managed to get the thread created so I'll lock this one.
  11. jdpjamesp

    "Query"

    Surely it would be peter.p which might be useful in 20 or so years time?? ;)
  12. jdpjamesp

    "Query"

    I have a query about your stance on queries.
  13. jdpjamesp

    Question "OUTPUT TO" -> path of location where the file needs to be saved is on a different server

    Unless you have mounted the external drive on the Linux machine then you won't be able to write to it in a stream like that. And a word of warning - streaming to a network location can be slow. You may be better streaming to a local folder and then using an OS-COMMAND to copy the file to the...
  14. jdpjamesp

    Unable to connect with Solix database archiver.

    Giving us the actual error would be a very good place to start.
  15. jdpjamesp

    Question How to drag and drop an editor field widget using mouse out of an child frame widget into another child frame widget (or the parent frame)

    Shouldn't be too hard to delete the object and recreate it with the same properties as the old object, just a different frame. If you hide the widget, create the new one hidden and then unhide it once it's realised it shouldn't look too bad or be too slow. But I'd question why you want to do it.
  16. jdpjamesp

    asbman works from localhost but not while using -host option

    Firewall? Check port 20931 as a starting point.
  17. jdpjamesp

    Treeview OCX - Set Focus

    In which case you'll need to provide a lot more detail as the answer Wolfgang has given is correct. There is evidently a problem with your code.
  18. jdpjamesp

    Answered Question on xcoding

    You will get compiler errors if the icode is not encrypted. We have that issue every time we update our OE minor version as it overwrites the webspeed includes with unencrypted versions so we have to xcode them again.
  19. jdpjamesp

    Answered How to offload document generation to pasoe

    It may be worth checking out DocxFactory DocxFactory Project
Back
Top