Search results

  1. jdpjamesp

    Question GetDateFormatEx - how to access Windows constants?

    Well I never. My memory is failing. You're right of course, Tom.
  2. jdpjamesp

    Question GetDateFormatEx - how to access Windows constants?

    You will have to create a constants library yourself. In your version the best way will be an include file I guess. In a modern version you could encapsulate them in an object.
  3. jdpjamesp

    Progress Talk and Progress ID

    Not being able to post the link is a bit annoying, yes. I've liked your post and if you get enough likes it should allow you to post them in future. I presume you clicked a link on one of the external resources feed posts? Those link out to the Progress Community pages. No harm having your...
  4. jdpjamesp

    What is the FASTEST Computer Language? 45 Languages Tested!

    Yeah... be pretty easy to make a program to calculate primes slowly...
  5. jdpjamesp

    Question Lock wait timeout of 1800 seconds expired (8812)

    I think the question is more "Is the ABL locking because the SQL is blocking it? And how can I identify this?"
  6. jdpjamesp

    Returning to the called program

    Try APPLY "CLOSE" TO THIS-PROCEDURE.
  7. jdpjamesp

    Question Allowing blank user connections while allowing SQL connections

    Are you who I think you are? Nice to "see" you if so. :) Could you post the exact error you're getting in ODBC please? Sometimes the errors here can be useful in pinpointing the issue. Did you set up a broker to accept SQL connections? The recommendation is to add a secondary broker for SQL...
  8. jdpjamesp

    External DLL 32bit vs 64bit

    It's referred to hear in the community: https://community.progress.com/s/question/0D74Q000007xf6uSAA/detail
  9. jdpjamesp

    programmable virtual keyboard development

    You can't. Not with a standard alert box. You could code a custom .net MessageForm with your desired dimensions - we use those because you can expand them to include a lot of information that an Alert Box doesn't.
  10. jdpjamesp

    External DLL 32bit vs 64bit

    Which OE12 version specifically? OE12.2.5 has, I believe, had the 32bit AppBuilder re-inserted. All other OE12 versions only have 64 bit AppBuilder.
  11. jdpjamesp

    Question Read QRCODE

    What are you using to read the QR code itself? Because Progress can't do that. Is this an application written in ABL, or is it a web app that talks to Progress via an API? Generally, if this is a pure ABL system, I would buy a USB barcode reader. This will spit the QR code out in plain text. So...
  12. jdpjamesp

    Question Read QRCODE

    You're going to need to provide quite a bit more detail to get an answer. This is far too ambiguous. See my sig for a starting point.
  13. jdpjamesp

    Calling function from .NET WebBrowser

    Not sure if this is of use, but Chrome is now available as an Open Source distributable called Chromium. I'm not sure how well it integrates with OE10, but it should be ok IMO. Here's a webinar to get you started
  14. jdpjamesp

    JasperReports

    I've not even heard of it until now. Do you have any specific problems or questions?
  15. jdpjamesp

    View content in BLOB format

    If you're on a Windows client then you can use the .Net framework to launch the file which can be a little more robust than os-command. Easier to trap errors. System.Diagnostics.Process:Start (tmpFileName). Edit: To clarify - that comes after the copy-lob statement.
  16. jdpjamesp

    Question Connect Salesforce to Progress

    If you move to v11 before the v12 upgrade then you can use PASOE and rest services very easily. The upgrade to v11 is a bit simpler than the upgrade to v12 as there are still 32bit options. Assuming that's a barrier. PASOE is a Tomcat based server that you can connect to very easily via REST...
  17. jdpjamesp

    I am looking for a job as a developer

    Might help to know where you are based.
  18. jdpjamesp

    Question Loading DF (.df's) File in Progress via Proenv or cmd

    Look into using Apache Ant and more specifically PCT. Very simple to build automated scripts that way.
  19. jdpjamesp

    wsaman deploy issues

    Pradeep - I've moved this to a new thread. It's always better to start a new thread than to dredge up an old one. If you need to link to information int he old thread, then please link to it.
Back
Top