Re: XForms: Text in an input form for editing

Vince F. Golubic, MSEE (golubicv@wsmr.army.mil)
Mon, 18 May 1998 15:41:48 -0400

# To subscribers of the xforms list from "Vince F. Golubic, MSEE" <golubicv@wsmr.army.mil> :

Paul:

This can be done quite easily using the fl_set_input( ob, str ); Of course
you will
have to write a loader to read your data and update the form input fields
(ex: sprintf(str, "%d", i) before
using fl_set_input ) as required by your application depending on what
record you chode to show.
You can then edit the input fields, but somewhere you will have to keep
track of the changes
(to disk, to memory, etc..) when you press OK on that form for that
particular record.

V. Golubic
golubicv@wsmr.army.mil

-----Original Message-----
From: Paul Moreau <pmoreau@usa.net>
To: xforms@bob.usuf2.usuhs.mil <xforms@bob.usuf2.usuhs.mil>
Date: Monday, May 18, 1998 5:02 PM
Subject: XForms: Text in an input form for editing

># To subscribers of the xforms list from Paul Moreau <pmoreau@usa.net> :
>
>I'm creating an application that requires input and editing features.
>
>One of them is an address book. For entering new information it's great
>but I would also like to edit existing information using the same function.
>Is it possible to create an input form with text already in the input
>lines?
>
>Thanx.
> ----------------------------------------------------------------
> | Paul L. Moreau | Alpha Peripherals |
> | Sr. Firmware Eng. | 16842 Von Karman Ave. Suite 100 |
> | Email: pmoreau@alphap.com | Irvine, CA. 92606 |
> | | (714)263-6415, Fax (714)263-6416 |
> ----------------------------------------------------------------
>
>_________________________________________________
>To unsubscribe, send the message "unsubscribe" to
>xforms-request@bob.usuf2.usuhs.mil or see
>http://bob.usuf2.usuhs.mil/mailserv/xforms.html
>XForms Home Page: http://bragg.phys.uwm.edu/xforms
>List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/

_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html
XForms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/