Recent content by Justin Hewitt

  1. J

    Why Windows 2000 as OS?

    Folks. Your not giving us much to go on ? Basic questions .... What hardware are you running (or thinking of buying)? What size database do you envisage?? What transactional rate do you expect. Is Critical, really critical or just a perception??? Is it a 24-7-365 system or just...
  2. J

    Insufficient disk space error (9450)

    Jeff. I provide end level administration & troubleshooting to a network of 9000+ linked NT boxes all running an individual progress V8.3 database. I see all sorts of issues daily. What I have realised regarding the progress database, is that, given a stable hardware environment the database...
  3. J

    Insufficient disk space error (9450)

    Folks. Have you scanned the database via the proutil DBRPR qualifier. ie. _proutil DBname -C truncate bi -G 0 _proutil DBName -C dbrpr Options (V8) (V9 slightly different) 1 1 4 g n n Q Basically a block & record scan Usually best to pipe these command in via a flat...
  4. J

    PGP And Progress

    Try This http://community.wow.net/grt/nsdpgp.html Try The freeware COM+ Interface...
  5. 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...
  6. J

    running partial idxbuild via a shell script

    This is how I do it on a w32 platform It may be similar for Unix based Progress.. :: Create Re-Index INI File echo all > \post\idxbld.ini echo yes >> \post\idxbld.ini :: Progress Re-index Procedure set putil=\dlc\bin\_proutil %putil% %dbpath%\%dbname% -C idxbuild -TB 31 -TM 32 -T \tmp...
  7. J

    Animation

    Hi. A great site for animated gif/avis is Kevin Debin http://www.kevdebin.atlnet.com/animated/3rdShift_1.htm Use a sonic foundrys viscousity to convert them to either format ..
  8. 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...
  9. J

    Number of records in table

    Folks. Try _proutil <Dbname> -C tabanalys Can be used online or offline Regards
  10. J

    Using word through Progress

    TRY either of these two links general sample code Attachment Text -To-> Word engine http://forums.progresstalk.com/showthread.php?threadid=25622 Or Automation.i http://www.4gl.fr/English/us1.htm
  11. J

    How to create a .xml file

    Try The White paper At http://www.progress.com/v9/whitepapers/xmlwhitepaper.pdf & read The V9 manuals
  12. 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...
  13. 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.
  14. J

    Calculating Age

    Try ((today - birthday) / 365.25).
  15. J

    Mail Merge Question

    Codes Microsoft Q112671 'Constants defined by Microsoft Word 97. 'Released product. Global Const wd100Words = -4 Global Const wd10Percent = -6 Global Const wd10Sentences = -2 Global Const wd20Sentences = -3 Global Const wd24HourClock = 21 Global Const wd25Percent = -7 Global Const...
Top