Search results

  1. joey.jeremiah

    How i can use Com Handle in Unix OS.

    through an appserver running on windows ;) tell us what are you trying to achieve ?
  2. joey.jeremiah

    I daren't even click on them to report them...

    could be worst. if this wasn't just the comments forum we'd be out of business, so to speak.
  3. joey.jeremiah

    gethostname.p source code

    ?? i don't follow your last post, is that a question ? like i told you i don't know what gethostname.p you're talking about. i cannot run or check it if i don't have it. again ... maybe you can tell us where you got it ? maybe you can post it. i also asked about your version. which one...
  4. joey.jeremiah

    I daren't even click on them to report them...

    is there a captcha test to register new users ?
  5. joey.jeremiah

    Open source Icon Sets?

    if it's for a website you're most likely looking for template sets. i really wouldn't mind shelling out a few bucks for a good product. you get what you pay for. these things are royality free and usually cost a couple or more hundred bucks, usually. i too would be interested in other...
  6. joey.jeremiah

    gethostname.p source code

    are you talking about smtpmail ? which gethostname.p ? where did you find it ? maybe someones win32 api ? by the way is it oe10.0b without any service packs ? if i'm not mistaken, that version before the 1st service pack did not/left out support (by mistake) for char datatypes in...
  7. joey.jeremiah

    Uk

    Please PM me your phone. I'd be happy to meet.
  8. joey.jeremiah

    Uk

    I would hate to miss out on that. Can I call you later this week ?
  9. joey.jeremiah

    Uk

    Wish I could drop by. I'll make a special trip for that :)
  10. joey.jeremiah

    Uk

    I'll be in London between the 19 to 29 (this month). If anyone is in the neighborhood and would like to meet for a beer (or whatever) let me know.
  11. joey.jeremiah

    little squares in display on .Net interface

    it just so happens i specials in hebrew ;) i've done dozens of projects like that with many different combinations. the even better part is the bi-directional algorithm in mixed heb or arab and english text. if you'd like private message me and i'll help you sort out the problem in no time...
  12. joey.jeremiah

    little squares in display on .Net interface

    1. is there a second language used ? 2. what are the ASC( ) values for these squares ? sure. could be the label. try changing the LABEL or COLUMN-LABEL. maybe start with just a blank.
  13. joey.jeremiah

    little squares in display on .Net interface

    could be special, non printable characters like tabs (between 0 to 31, i believe). could be another language not supported by this font. is there a second language used ? what are the ASC( ) values for these squares ?
  14. joey.jeremiah

    Adobe Flex and WebSpeed

    very cool !
  15. joey.jeremiah

    vlookup between 2 excel files in progress

    do you need the temp-tables to be dynamics ... because the csv files will be different ? for example, order's csv and orderline's csv one day and customer's csv and order's csv the other. because if they're not, that is, if it's always the same data, same columns there would be no reason for...
  16. joey.jeremiah

    vlookup between 2 excel files in progress

    import into temp-tables
  17. joey.jeremiah

    search inside the .p .w and .i files possible?

    i also like using findstr on windows or grep on unix, both support regex and theres no need to install anything. for example: findstr /sim /C:"for each item" *.p *.i
  18. joey.jeremiah

    sending xml through progress

    its like this i've got lots of, i think, great libraries. but i'd like to find someone who could help me write a couple words about them.
  19. joey.jeremiah

    sending xml through progress

    i wrote a 4gl http library a while back anyone interested ?
  20. joey.jeremiah

    Progress connection to MYSQL

    AFAIK the ODBC DataServer does not support MySQL. ... But you could write some kind of Data Access procedure or procedures (or objects) that lets you work, receive or send Temp-Tables on the Progress side and uses either ActiveX or maybe MySQL API to interact with MySQL side (I believe Scott...
Back
Top