[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

1547.0. "Loading text from a file into an entry form field" by MERIDN::WALSH () Thu Oct 01 1992 20:14

    I have created an entry form that has many
    description sections.  Each section is made up of fifteen 75 character
    fields.  Having the description consist of 15 individual fields 
    limits the ability of the user to modify a description since there
    there is no word wrap, etc...  I'd like to be able to open an edit 
    session, allow the user to type away and when they are finished, load 
    a predefined number of the lines from the document into the entry form.
    
    Anyone have any ideas on how I can accomplish this?  Opening the edit
    session is not a problem but loading the text of the document into the 
    entry form fields has me stumped.
    
    Thanks,
    Kristen
T.RTitleUserPersonal
Name
DateLines
1547.1A couple of waysSHALOT::WARFORDRichard Warford @OPA DTN 393-7495Fri Oct 02 1992 02:1810
    Take a look at the old SES system. In its LOG subsystem there is
    a problem log, which has two scrolled regions of text entry with
    editor option. THat may actually be a harder method than you need
    though it is fancy!
    
    On the other hand, once you leave the editor you can use the TEXT_FILE
    functions, or the NEXT_LIST function to step thought the text file.
    Then GET fieldx=symbol will load the field just fine.
    
    Rick