Search results

  1. joey.jeremiah

    Sencha Development With Progress

    I have. I've used Sencha ExtJs and ExtTouch extensively. I even created a Progress and ExtJs framework for a modernization project (which I'll be happy to share) - HTML5 Rocks! - Forum - OpenEdge Development - Progress Community But I would not use Sencha for a new project today. Sencha is...
  2. joey.jeremiah

    Reporting Tool For Cui

    btw i will also add a query optimizer opensource project called rocket to docxfactory soon. contact me offline if you'd like to know more.
  3. joey.jeremiah

    Reporting Tool For Cui

    There's also the free docxfactory project at docxfactory.com. HTH
  4. joey.jeremiah

    Question OpenEdge.Core.ByteBucket message when expecting XML

    It used to be that Progress was simpler than C :) The network client is insane. We need something similar to fetch in JavaScript. I don't know what this is.
  5. joey.jeremiah

    Soundex

    you could have a look at the standard libraries project @oehive.org <code> {slib/slibstr.i} message str_soundex( "LLOYD" ). </code> the output will be "L430" hth
  6. joey.jeremiah

    Using delimiter while creating excel sheet in progress 4gl

    sorry if this comes off a bit strong but I don't understand why anyone would use com handles to create office files. just a few reasons why not to use com handles - it is windows only, extremely slow, uses a ton of resources, horrible server side solution, definitely doesn't scale and even...
  7. joey.jeremiah

    Configuring Oe Replication Plus For Dummies With Openedge Explorer

    Maybe I'm not the most objective but I wanted to mention that there have been some performance and resource usage improvements to OE Management in 11.7. I have been playing around with OE Management 11.7 today and it does feel more responsive and faster.
  8. joey.jeremiah

    Pro2-sql Product

    Pro2 uses triggers but the latest version has moved to capture data changes (cdc) from triggers which was just introduced in OE 11.7. I don't know a whole lot about cdc and the latest version of pro2 that uses cdc yet although i could find out but the latest version of pro2 that uses cdc...
  9. joey.jeremiah

    Question Source Management Solution : Deployment / Build / Technical Impact Analysis ?

    for code impact analysis, have you had a look at the the meta catalog content builders in progress developer studio? it's already included in the developer studio, although you need to create a database to set it up. in terms of packaging and deployment, it depends on your application. for...
  10. joey.jeremiah

    Configuring Oe Replication Plus For Dummies With Openedge Explorer

    I have found a case study of a customer using OEM to manage approx 900 resources across 40 remote adminservers. I'm checking if the case study can be made public and will let you know soon.
  11. joey.jeremiah

    Dear Please Help Me

    Is it for QAD?
  12. joey.jeremiah

    Configuring Oe Replication Plus For Dummies With Openedge Explorer

    I know most experts prefer using the command line and vi. The same with Microsoft Powershell but mere mortals like myself have a problem remembering all the Progress servers and operating system commands and switches. I usually need the documentation for that. The same for editing huge OpenEdge...
  13. joey.jeremiah

    Configuring Oe Replication Plus For Dummies With Openedge Explorer

    Now that I'm part of the borg, I guess I'll be speaking for the collective... :) I've had my fair share of issues with the AdminServer but there's usually a good reason, like, a busy port, permissions etc., all of them were resolved and once it's setup there's nothing more to do. I've...
  14. joey.jeremiah

    Determine If Pdf Has Editable Text Fields

    1, 2, 3... DocxFactory :) I am working on a Sharepoint integration to DocxFactory that would allow for a solid server-side, sub-second pdf and many other file type generation.
  15. joey.jeremiah

    Question Rest Adapter Available In Oe 11.3

    PASOE or classic AppServer? There's videos, tutorials and docs for both but it would be easier to do with PASOE plus all new appserver enhancements will only be added to PASOE going forward. PASOE is a Tomcat web server that has been extended to run OpenEdge applications. PASOE includes and...
  16. joey.jeremiah

    Comment C.a. Discussion

    From what I've heard, alot of stuff is planned for OpenEdge. The machine learning and Cognitive thing are an interesting topic and it would be interesting to see what they have planned. We will probably hear more about it soon.
  17. joey.jeremiah

    Comment C.a. Discussion

    It's essentially a change in direction from Digital Factory to the Cognitive thing and we'll probably see alot happening in that area this year. There's no real change to OpenEdge.
  18. joey.jeremiah

    Smtpmail And Ssl Issues

    Even though some (not all) ssl/tls connection can be done with 4gl/abl sockets you'd still need to write the authentication model. To me it looks like it just keeps getting more complicated. It's time we use an industry standard solution like curl. Just my 2 cents
  19. joey.jeremiah

    Smtpmail And Ssl Issues

    Installing anything on UNIX is difficult, at least for me.
  20. joey.jeremiah

    Smtpmail And Ssl Issues

    Another question is what do you guys think of curl? Is there something better? It can definitely do everything mentioned and far more. curl could also be used later for other protocols, like, imap, pop3, http(s), ftp(s) etc.
Top