Search results

  1. joey.jeremiah

    Programmatically dial-up modem

    haven't done it before but it can be done on windows with winapi. you could start here - http://msdn2.microsoft.com/en-us/library/ms737239(VS.85).aspx theres probably lots of samples out there. ask google. please let us know how it turned out. good luck !
  2. joey.jeremiah

    Sending PDF documents via HlyaFAX

    Please do, and please post it @oehive.org I really like your work !!
  3. joey.jeremiah

    Shall/Will can-find(tablename) Return True When There are More Than 1 Qualified Rows

    Re: Shall/Will can-find(tablename) Return True When There are More Than 1 Qualified R with CAN-FIND and FIND if you do not specify FIRST/LAST then it is a UNIQUE find that is there has to be only one unique record matching your WHERE clause if there is no record or more then one unique...
  4. joey.jeremiah

    SQL Reporting Services & Progress

    You could replicate the changes as they happen from Progress to SQL Server. We've done this in several places. Private message me if you'd like to hear more.
  5. joey.jeremiah

    Java Client for Progress 9.1A

    the product name is webspeed http://www.psdn.com/library/kbcategory.jspa?categoryID=287 but you're still going to need to develop these programs in progress and experience on mfg/pro.
  6. joey.jeremiah

    Java Client for Progress 9.1A

    btw you could also use an appserver component to bridge between version 9 and version 10, if you needed these features. at a minimal cost and minimal effort.
  7. joey.jeremiah

    Java Client for Progress 9.1A

    it would be a pretty straight forward job to build a web application that accepts requests and passes xml and json, on version 9. in version 10 you could also create java proxies for progress programs running on a server that pass java sdo's. we also do outsourcing these days. private message...
  8. joey.jeremiah

    Source code repository

    no problem. we probably have different experiences. i still think theres a difference between a private person that earns a salary and multi-million dollar companies, especially, the ones that do their own development. for most companies finding the right solution is more important, at least...
  9. joey.jeremiah

    Source code repository

    even 100 bucks is too much for a private developer. but for most companies this prices are a non-issue.
  10. joey.jeremiah

    Printing PDF file to a Printer Divice

    cool. thanks for posting.
  11. joey.jeremiah

    Source code repository

    i'd say most of us here use subversion these days. and the subclipse plug-in for recent versions with the new eclipse based ide but it can also be tied to the old progress editor (i've done this before).
  12. joey.jeremiah

    Date

    P4GL syntax is more English like then code :) That's the idea. I would recommend downloading the docs off psdn.com and starting with the Programming Handbook. I'd also recommend that every time you run into something new take 5 minutes and read up on it in the online (editor) help and just...
  13. joey.jeremiah

    Linked Server

    or replicate the data and in real time to sql server, mysql or other.
  14. joey.jeremiah

    Any Future in Progress???

    i've been hearing the phrase "java is the new cobol" for the past year or so and not from microsoft and the likes. heres a recent one - http://www.infoworld.com/article/07/12/28/52FE-underreported-java_1.html seems like java isn't hot as it used to be and lots of shops are opting for ruby...
  15. joey.jeremiah

    How to dynamically increase the frame variables?

    actually these are widgets. the variables values are displayed in those widgets. widgets like frames, fill-ins, combos ... that is everything that makes up your user interface can be created dynamically that is at run-time. theres a whole chapter, or two about widgets in the programming...
  16. joey.jeremiah

    Basic training

    i know exactly what thats like, i see it every day. a good training course and mentoring is invaluable. the right teacher could teach a chimp 4gl and make a great developer out of him. sadly lots of (but not all) shops don't know any better and even if they did they wouldn't know where to...
  17. joey.jeremiah

    Which AJAX Framework are you using?

    Oh, and again I would highly recommend this book to anyone. http://www.amazon.com/Dreamweaver-CS3-Missing-David-McFarland/dp/0596510438 It's probably the only Web development book anyone needs. Well, not really but almost :)
  18. joey.jeremiah

    Which AJAX Framework are you using?

    Hi Cecil :) How are you ? Do you have DreamWeaver (you'd need version CS3 or better for the built-in Spry integration) ? If I didn't have DreamWeaver (and tons of us do) it probably wouldn't have been my first choice. I use spry, mostly, because of the integration with DreamWeaver and the...
  19. joey.jeremiah

    GUI for windows and linux

    webspeed is a good option. i always prefer web over gui.
  20. joey.jeremiah

    Any Future in Progress???

    Famous last words ;) I think we've all said something like that plenty of times. Maybe it doesn't have to be an all or nothing deal. I also do web and PHP work these days and advanced UI's like Flex and some other stuff. But I also have plenty of Progress business.
Back
Top