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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1547.1 | A couple of ways | SHALOT::WARFORD | Richard Warford @OPA DTN 393-7495 | Fri Oct 02 1992 02:18 | 10 |
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 |