Search results

  1. joey.jeremiah

    Web enabling Progress 8 application

    please tell us more about the project. what do you mean by web enabled. for example, who's going to be using it ?
  2. joey.jeremiah

    Excel Formatting

    the temp-table expositor saves you some time, there's nothing really new here. it lets you create lists in excel on *windows* using activex and several other text formats. libxlsx let's you create rich, professional looking documents with styles, formulas, charts, pivots, images etc. for...
  3. joey.jeremiah

    source code control system

    btw you should checkout tugboat's - roundtable http://www.tugboatsoftware.com/roundtable/
  4. joey.jeremiah

    source code control system

    you mean code impact. for example: if you change an include file or table definition etc. which files will be impacted and may have to be changed and compiled. you need a code parser that can get that information from your sources. and an application that stores and uses it...
  5. joey.jeremiah

    XSL Stylesheet and SAX?

    maybe have a look at libxml.p in the progress standard libraries project no sax though, dom only. http://www.oehive.org/project/lib
  6. joey.jeremiah

    source code control system

    http://www.oehive.org/project/svnhook
  7. joey.jeremiah

    Excel Formatting

    look at the samples.zip you could do it in one command. and you don't have to know about any object. none. the whole idea is that you do the visual design part in office (or open office). and fill in the data in progress. for example: 1. you create a file in excel with a list...
  8. joey.jeremiah

    Excel Formatting

    did you try the samples by any chance ? has anyone else did ? thanks
  9. joey.jeremiah

    Excel Formatting

    http://www.oehive.org/project/libxlsx checkout the samples.zip also works on unix/linux (actually even faster). tell me if you need a hand. hth
  10. joey.jeremiah

    Piew - Free Progress Code Editor

    Wow !!!!!!
  11. joey.jeremiah

    What has become of that list?

    ... need another search about activex. hard to believe, but it looks like all the knowledge collected over the years is gone. without the knowledge base part, peg has lost alot of it's appeal. not sure i'll renew this year. i'm sorry but it's irresponsible. i don't need to tell anyone...
  12. joey.jeremiah

    What has become of that list?

    good one :) bwt i found the answer i was looking for, Chris, thanks for the link!
  13. joey.jeremiah

    What has become of that list?

    what good would that do ? i need to search the messages to find an answer.
  14. joey.jeremiah

    What has become of that list?

    i'm not sure that's the case, but that's not good either. i believe i've heard the site will be upgraded 4 times in the past 2 years. anyone has a copy of the monographs ? i also need to do a search about pdf include as soon as possible.
  15. joey.jeremiah

    What has become of that list?

    even if it is, taking a month to restore from backup isn't good. this is a paid service after all.
  16. joey.jeremiah

    What has become of that list?

    what, no backups, not even a year old one ? so, all the messages, technical articles, downloads etc. are gone ?
  17. joey.jeremiah

    request time out and zeroing all ctivities

    hi Avi, if the query returns different results and takes that long. sounds like the query might be the problem ? how about posting the query. cheers.
  18. joey.jeremiah

    ABL : dynamically invoking methods

    did you look at the CALL object ?
  19. joey.jeremiah

    SMS through progress

    The phone company here has a service that lets you send SMS through email. Check with your phone company. But thats probably not the only way. We have a SoftPBX that we could probably use to send SMS. Cheers.
  20. joey.jeremiah

    How i can use Com Handle in Unix OS.

    create an html file. i've wrote a util for doing just that. contact me privately if you're interested, it will atleast save you a few days just on this job. we use it all the time on unix/linux. besides com sucks it's a horrible tech. eats up way too much resources, doesn't scale ... it's...
Back
Top