If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Core Dumps

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-11-08, 06:09
Felix M Mutale Felix M Mutale is offline
Registered User
 
Join Date: Sep 2006
Posts: 17
Core Dumps

Dear All,

Would any one know why the following program dumps on SCO UNIX OPENSERVER 6.0 and Informix-4gl 7.32 and Informix-SE 7.25 ?

MAIN
OPEN WINDOW win_print
AT 5,2
WITH 18 ROWS, 77 COLUMNS
ATTRIBUTE(BORDER, PROMPT LINE LAST)
Display "Hello World !!! " AT 10,10
sleep 10
CLEAR WINDOW win_print
CLOSE WINDOW win_print

END MAIN

Or what library function will cause the program to run run and display like this:

+-----------------------------------------------------------------------------+
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ Hello World !!! ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦ ¦
+-----------------------------------------------------------------------------+

Thanking you all in advance.



Felix Mutale
Reply With Quote
  #2 (permalink)  
Old 08-29-08, 07:33
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi Felix,

I think that you check de variable TERMCAP and define of variable TERM.

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On