+ Post New Thread
Page 54 of 215 FirstFirst ... 4 44 52 53 54 55 56 64 104 154 ... LastLast
Threads 1061 to 1080 of 4299

Forum: Programming

These forums cover a broad range of programming topics (before 01/01/2002).

  1. Establishing Library List

    Just installed the new code/400. The Software shop where I work is just started to implement it and I sure like what appears to be a good start. The...

    Started by Guest.Visitor‎, 04-04-2001 05:34 PM
    • Replies: 2
    • Views: 165
    04-16-2001, 08:03 AM Go to last post
  2. Trigger Question

    You have to run addpftrg for each event you want to monitor but you can have the same program attached to all events. I prefer to have one trigger...

    Started by S.Mildenberger‎, 04-04-2001 02:19 PM
    • Replies: 2
    • Views: 323
    04-05-2001, 08:51 AM Go to last post
  3. Automatic Upload With Error Monitoring...

    <DIV><FONT face=Arial size=2>Chuck,</FONT></DIV> <BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px;...

    Started by Guest.Visitor‎, 04-04-2001 11:43 AM
    • Replies: 3
    • Views: 417
    04-09-2001, 08:13 AM Go to last post
  4. Installing

    <DIV><FONT face=Arial size=2>Mark,</FONT></DIV> <DIV><FONT face=Arial size=2></FONT></DIV> <DIV><FONT face=Arial size=2>I have V4.5 on NT 4 SP5 and...

    Started by Guest.Visitor‎, 04-04-2001 09:56 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 520
    10-29-2001, 06:32 AM Go to last post
  5. Tomcat web server on AS/400 much slower than my PC

    Well, you may want to run some simple timings comparing JDBC access on the AS/400 to that on the PC. Second, what is the speed of your PC? As far as...

    Started by J.Pluta‎, 04-04-2001 09:39 AM
    3 Pages
    1 2 3
    • Replies: 21
    • Views: 1,164
    09-14-2001, 05:07 AM Go to last post
  6. Anyone?

    Yes, we are just beginning to use VisualAge for RPG. We are currently trying to train ourselves.

    Started by mbaumann@indepmo.org‎, 04-04-2001 06:51 AM
    3 Pages
    1 2 3
    • Replies: 23
    • Views: 1,383
    07-02-2001, 11:28 AM Go to last post
  7. Cobol Message

    How different is cobol for the 400 as compared to cobol for the 390? I'm unemployed with about 2.5 years of 400/RPG/CL and 18 years of 390/Cobol. I...

    Started by Guest.Visitor‎, 04-04-2001 06:39 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 838
    08-14-2001, 11:54 AM Go to last post
  8. String parser with word-wrap

    Does anyone have an code example of an RPG or RPGLE program that does this? I did write one once upon a time but the source seems to have...

    Started by Guest.Visitor‎, 04-03-2001 08:19 PM
    • Replies: 1
    • Views: 457
    04-03-2001, 08:19 PM Go to last post
  9. EDI Books?

    I'm going to learn eDI at my job. Can anyone suggest any good books on the subject? Thanks!

    Started by Guest.Visitor‎, 04-03-2001 02:13 PM
    • Replies: 0
    • Views: 244
    04-03-2001, 02:13 PM Go to last post
  10. Quick question about processing the enter key.

    How do I tell my RPG program that the enter key has been pressed without the user actually pressing it? What are you wanting to do in your RPG...

    Started by Guest.Visitor‎, 04-03-2001 01:55 PM
    • Replies: 4
    • Views: 316
    04-04-2001, 06:57 AM Go to last post
  11. Copying source lines in SEU

    Kate, CCR is what you are looking for. Also, did you know that you can position the cursor on a line number and press F1 during an SEU edit session...

    Started by J.Wells‎, 04-03-2001 09:08 AM
    • Replies: 2
    • Views: 627
    04-03-2001, 09:40 AM Go to last post
  12. Java text convertion

    James, I've done quite a bit of work with Java, including JDBC. Java data conversion normally works quite well. One caution in Java, though. Examine...

    Started by J.Pluta‎, 04-03-2001 06:56 AM
    • Replies: 2
    • Views: 173
    04-03-2001, 07:09 AM Go to last post
  13. Testing...just a test message

    Test message goes here...

    Started by Guest.Visitor‎, 04-02-2001 06:11 PM
    • Replies: 0
    • Views: 210
    04-02-2001, 06:11 PM Go to last post
  14. Client Access Macros for Hex Code

    Tina, I'm using C/A Express but instead of a macro I changed the CTRL-W key combination to "apl 22" - which inserts a hex 22 (white) at the current...

    Started by Terry Winchester‎, 04-02-2001 04:53 AM
    • Replies: 4
    • Views: 1,028
    04-06-2001, 06:07 AM Go to last post
  15. How to trap @DbLookup and @DbColumn errors

    Probably the most efficient way to trap an error caused by the powerful and often used @DbLookup and @DbColumn functions is to load a variable with...

    Started by Guest.Visitor‎, 03-31-2001 02:42 PM
    • Replies: 0
    • Views: 525
    03-31-2001, 02:42 PM Go to last post
  16. Cache

    Is there a command to force objects into the cache? I know I can get some of them there by doing a VERIFY with "Cache" checked; I'm interested in...

    Started by Guest.Visitor‎, 03-30-2001 02:12 PM
    • Replies: 0
    • Views: 140
    03-30-2001, 02:12 PM Go to last post
  17. Notice - server down Sunday April 1

    *************************************************************************************************************** To: ALL USERS From: System Admin...

    Started by Guest.Visitor‎, 03-30-2001 03:55 AM
    • Replies: 0
    • Views: 185
    03-30-2001, 03:55 AM Go to last post
  18. Sql & Delete statement messing up

    DELETE FROM AKFILES3/AKRLP100 WHERE (SELECT WKLTNO, rlltno FROM akrlp100, akwkp100 WHERE wkltno = rlltno and wkship = '1') Tell us what you are...

    Started by J.Pluta‎, 03-29-2001 11:43 AM
    • Replies: 4
    • Views: 264
    05-02-2001, 01:28 PM Go to last post
  19. How to set editor font

    How do I set the editor so it always comes up with a certain font? I know how to setup the fontsize in the profile (SET FONTSIZE 8), but do not know...

    Started by Guest.Visitor‎, 03-28-2001 01:48 PM
    • Replies: 4
    • Views: 217
    03-30-2001, 06:27 AM Go to last post
  20. Debugger ??????

    Like a dinosaur in a tar pit!!!!! -bret p.s. Dinosaur when used in this message is not meant to imply either implicityly or explicitly the general...

    Started by Guest.Visitor‎, 03-28-2001 01:20 PM
    3 Pages
    1 2 3
    • Replies: 20
    • Views: 863
    05-03-2002, 06:30 AM Go to last post

+ Post New Thread
Page 54 of 215 FirstFirst ... 4 44 52 53 54 55 56 64 104 154 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts