Author |
Message |
Topic: EasyTrieve TERMINATION proc not really at the end |
andrew
Replies: 2
Views: 5391
|
Forum: Application Programming Posted: Fri Feb 24, 2006 11:48 pm Subject: EasyTrieve TERMINATION proc not really at the end |
Kolusu,
Yes, no issue when SEQUENCE with a unique field. In fact my original program sequence on year of date joined, and a lot computations based on count of records, sum of salary at control brea ... |
Topic: EasyTrieve TERMINATION proc not really at the end |
andrew
Replies: 2
Views: 5391
|
Forum: Application Programming Posted: Fri Feb 24, 2006 3:33 am Subject: EasyTrieve TERMINATION proc not really at the end |
Hi Every,
Has a TERMINATION proc to print record count at the end of report. However, when SEQUENCE present in report definition. The count always less than the actual count. Even more surprising, ... |
Topic: BASE64 decoding utility |
andrew
Replies: 8
Views: 12924
|
Forum: Application Programming Posted: Wed Jan 12, 2005 7:37 am Subject: BASE64 decoding utility |
Bithead, although your code is not exactly what I need, it give me confidence to write the code. Thanks Bithead. I made it which is pretty short. |
Topic: BASE64 decoding utility |
andrew
Replies: 8
Views: 12924
|
Forum: Application Programming Posted: Sat Jan 08, 2005 11:11 am Subject: BASE64 decoding utility |
Thanks OsCorp and BitHead
What is routine "BYTEBIT"? Is it just a simple routine to turn one byte to string of zero and one?
Thanks again BitHead. I will try it out. |
Topic: BASE64 decoding utility |
andrew
Replies: 8
Views: 12924
|
Forum: Application Programming Posted: Thu Jan 06, 2005 6:58 pm Subject: BASE64 decoding utility |
Hi All,
Does anybody has a routine to decode BASE64 data? It could be in Assembler or COBOL. It is used in an online environment to decode 20 bytes of data encoded by web application.
Searched t ... |
|