Another Problem : Update Field

Hi,

I am new to lotus and so Im not very good with script.

I have two forms, Form A and Form B.

Form A has an order number which is generated for each new user.

When the user adds additional info…they press a buttong which opens Form B.

I would like to update the field B with the same order number from form A.

Can anyone show me how to do this?

Thank you.

M

Subject: Update Field

In the form b, indicate that you want to inherit values from the selected document, by opening the form properties dialogbox of form b. Check Formulas inherit values from Selected document.

Then the field on the form b that needs to be the same as the one form A, make it Computed when composed and put the name of the field from form A that it corresponds to.

Subject: RE: Update Field

Hi,

I may have come across a slight problem…

Although the order number does appear on form B…

I get the following error message when trying to put information onto form B.

“Cannot convert text to a number”.

This occurs when I click on my list box or try and input text into a text box.

It also appears when I click on my save event button.

Any suggestions?

Thanking you in advance

M

Subject: RE: Update Field

Hey

Thanks - it works!

Subject: RE: Update Field

Hi,

I may have come across a slight problem…

Although the order number does appear on form B…

I get the following error message when trying to put information onto form B.

“Cannot convert text to a number”.

This occurs when I click on my list box or try and input text into a text box.

It also appears when I click on my save event button.

Any suggestions?

Thanking you in advance

M

Subject: RE: Update Field

can i see your code for that problem because it is my problem also…