Search results

  1. J

    Mabry FTP/X Help Required

    Folks. Is anyone outhere using the Mabry FTP/X Com+ Object from the CHUI? I have downloaded the sample ftp/X object & have been playing with some sample code in a dev session. The methods & properties are working as expected; However, I cannot get the event procedures to fire...
  2. J

    FYI - Person - Address Schemas - XML

    Folks. The following link will take you to a great standards site for XML transfer of people data These XML schemas are also great for normal database schema design for people-address-etc exchange & storage with internationalization in mind. http://www.hr-xml.org/channels/home.htm...
  3. J

    Share Code , Email etc.

    Folks. Some Bits & Bytes Updated The SMTPComObject Ip to accept a string for the content input. Now (MemoryString or FlatFile) Combine this with the Ip_mergeTextWithDynamicData & ip_ConverttextFileToString & you have a basic mail merge to email Anyway, It works for what I need...
  4. J

    Technical Paper Link - FYI

    Folks. Interesting technical white paper on different webserver performance structures on Linux & 2000 May interest those using JDBC/J2EE to progress AT http://www.sysinternals.com/files/webserver.pdf regards.
  5. J

    Simple Text -> Word Conversion IP

    Converts text in formated script to word document. Requires MSoffice COM objects Its basically all I needed but If you make improvements Please post your changes to allow others to access Instructions inside ZIP file attached .. regards
  6. J

    POP3 & SMTP Code Via EasyMail Objects

    Folks. Attached is some Code to interface progress to Easy Mail Objects SMTP & POP3 Objects I have found them to be robust & richly functional. I wrote the same functions in pure progress via 9.1 sockets but the performance was not there. You will need a Temp licence from Easy Mail...
  7. J

    Sequences & JDBC

    How do you access database sequences via JDBC SQL92? I have looked in the manuals & KB I cannot get a clear picture if it is supported. If not directly supported is there a reasonable workaround.
Top