[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

3794.0. "enterable scroll region in a form " by VAXRIO::ABREU () Fri Jan 21 1994 16:08

    Hi,
    
       I have a customer who wanted to program a form with an enterable
    region scroll .. I don't know how to define the named data .. I
    couldn't find any example .. Well .. I found one in note 367 .. but
    this was complicated to understand .. I'm new to ALL-IN-1 programming
    ... So ... does someone have something easier  ?
    
    I put the example of the form I 'm using ... 
    
       Thks .. Marcia    ALL-IN-1 V2.4
    
!          FMS Form Description Application Aid 
!                     Version V2.4
 
FORM NAME='MARCIA_SCROLL'
    AREA_TO_CLEAR=1:23
    WIDTH=CURRENT
    BACKGROUND=CURRENT
    ;

SCROLL BEGIN_WITH=7  END_WITH=12 ;

TEXT (2,22) 'teste de tela de scroll'
    ;
TEXT (5,2) 'UP/DWN       CODIGO     VALOR'
    ;

ATTRIBUTE_DEFAULTS FIELD
    CLEAR_CHARACTER=' '
    NOAUTOTAB BLANK_FILL NOBLINKING NOBOLD NOREVERSE
    NOUNDERLINE NODISPLAY_ONLY ECHO NOFIXED_DECIMAL
    LEFT_JUSTIFIED NOSUPERVISOR_ONLY NOSUPPRESS NOUPPERCASE
    ;

FIELD NAME='SCROLL_KEY'  (7,2)
    PICTURE=5'X'
    DISPLAY_ONLY 
    ;
FIELD NAME='CODIGO'  (7,15)
    PICTURE=6'9'
    ;
FIELD NAME='VALOR'  (7,26)
    PICTURE=6'9'
    AUTOTAB 
    ;

ORDER BEGIN_WITH = 1
    NAME='SCROLL_KEY' 
    NAME='CODIGO' 
    NAME='VALOR' 
    ;
    
T.RTitleUserPersonal
Name
DateLines
3794.1Not that *I* klnow anything about programming, but...IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeFri Jan 21 1994 19:237
    You might need some named data before it will work. Try looking at the
    EMHEAD form (the one that's used for entering mail addresses), does
    that help?
    
    Otherwise, I'd recommend the FMS and Application Programming books.
    
    Graham