Simple newbie problem

Hi , im total newbie in developing Lotus database so i have few simple questions:

1)I have simple form :

One Text Field named val1

One Button named but1

When J press but1 i want to change val1 text (for ex. “Text1”);

J go to onPress section but dont know how to acces to val1.(in Lotus Script) in fomulas i do:

@setField(val1;"Text1);

2)Where exacly i can find classes fields (for ex. is it possible to dynamicly change button label or combobox possible values by bressing button on the same form ??

3)When i made a vew and i double press on some row it always opens the form with the object was created , is it possible to change that ?

Thats all 4 now , J have a lot of questions but i’ll wait with them since sombody explain me this 3.

Thx

Subject: Simple newbie problem

1.dim ws as new NotesUIWorkspace

dim uidoc as NotesUIDocument

set uidoc=ws.CurrentDocument

call uidoc.FieldSetText(fieldname,value)

  1. Not that I know of.

  2. Look up form formula in the help