Search results

  1. J

    Question

    I am making a report, and wish to have it wider The output is like this asdfasdf asdfasdfasdf asdfasdf sdsd sdsdd sdsdd where the characters are fields.......but i want them like this asdfasdf asdfasd asdad asdd asdad asdasd asd...
  2. J

    SImple question

    I presently do not have Corvu nor Actuate. Would like to get it we are 8.3b right now going to 9.1 in the next 7 months. Sco Openserver 5.5 If i get it for v8 will it still function under v9 in character mode only I only use CHUI and my reports could look a lot better with a tool like...
  3. J

    outputting html to be read by word

    chr plant a CHR(put the ascii decimal code for page break here) and you will get your page break.... should work. OUTPUT TO VALUE(email-file) PUT CHR(45). /*45 si an example */ OUTPUT CLOSE. that is how I would do it... I use CHR for line feeds, space and tab...
  4. J

    v8 and handles

    h-custqry = QUERY q-cust:HANDLE . QUERY-PREPARE(). QUERY-OPEN(). does v8.3 support this....i tried it ..says attribute is unknown so i am guessing it is a v9 thing only. ;(
  5. J

    v8/v9 CHui training

    Wow I just went to a 5 day PROGRESS training session for CHui coding.......what a difference a little bit of guidance can do...... My website on Character programming is coming up so keep an eye out.
  6. J

    Input From Terminal

    WAIT-FOR check it out in the progress programming language book
  7. J

    Index Problems

    ya there is tons of them....but i cant read them .....would have to de-compile or reverse-engineer the code.......it's a 3rdparty thing.....we run off a platform. Joel
  8. J

    Bi File Full

    Reply My BI file was only 203 megs.....it indicated 198 megs when I rana huge index for a table. I had to re-run my index since it was on our development database and it was erased the next day. The DB grew since then and the BI went to 203 and stoped my index......then I couldn't start...
  9. J

    CHui web site

    I am creating a site on CHui programming, mostly based on -Tips -Useful reporting , use with CHR function -Lots of code -Lots of DB help -Scripts and Unix calls, code and help -Useful monitoring of your activity in unix I would like for all the CHui programmers to contact me so I...
  10. J

    Remarks

    I would like to thank Chris for the wonderful that is PROGRESSTALK, I am a relatively new member and a relatively new member to the Progress community for that matter. This site has enabled me to create some contacts, help others with DUMP and LOAD, and has helped me reach a level of...
  11. J

    Bi File Full

    My bi file is full......what to do .......truncate it ....I thought it was going to write overitself........im sure i red this somewhere.... Well it's full, what to do now...anyhelp is appreciated... I think im going to truncate it....with proutil Help Joel:confused:
  12. J

    Bi File Full

    My bi file is full......what to do .......truncate it ....I thought it was going to write overitself........im sure i red this somewhere.... Well it's full, what to do now...anyhelp is appreciated... I think im going to truncate it....with proutil Help Joel:confused:
  13. J

    Trigger Q?

    I want to create a field trigger NOT A TABLE TRIGGER. Where ==> when the field gets the value ST it runs the given code. Progress Books are very good for explaining the steps to achieve this. I understand fully what to do and how to do it. This is my Question: How do I point to the...
  14. J

    Dump/Reload, DB Re-org Clueless

    e-mail me I will give you a full routine for dump load regen............ It takes 30 hours approx on a 16 gig.database to do....... with our setup........ Let me know if you are interested......it's step by step with commands......on SCO OpenServer 5.05 and progress db 8.3b good luck
  15. J

    hmmmmmm

    are you CHui or Gui...... I found some code that I can show you if you are CHui let me know joel:rolleyes: :D :) ;p :awink: :chat:
  16. J

    Font And Bold Q?

    OK here is some of my code....... IN CHUI of course /* Prepare report column headings*/ OUTPUT TO VALUE(ws-report-dump) APPEND . PUT UNFORMATTED CHR(10) barred-lines CHR(10) CHR(10) "Product-ID: " Prod_ID CHR(9) "Description: "...
  17. J

    Good books written on Progress

    PROGRESS SITE On the progress site you can get all there book in PDF format I would go there are start reading, the progress software co. books are pretty good regards, Joel ;)
  18. J

    Index Problems

    MY 2 cents......reflections I think it is a problem within the shared memory segment.....where the lk file is compared and it isn't the same so it jamms...... Which is probably why it worked fine when I run indexes on the backup server. hmmmmmmmmm,..........
  19. J

    Index Problems

    I built an Index, basic one with the index editor , NON-UNIQUE, not worded, 3 fields asc, active, standard index and after it's creation I try to run a standard module. I get........ CRC for IM-TRANS-PROD does not match CRC in so/batchpa.p Try recompiling (1896) Unable to...
  20. J

    Unix statement

    HELPPPPPPPPPPPp ok here goes mpsar 1 1 | cut -d " " -f 16 not grep....my bad.... but it does not give me the 16th field.....like it should how else could I go fetch the 16th field of this output.... :confused:
Top