Thank you. Just can you tell me why the following one does not get back
to original form
Note: it is not a list, just calculated value
<form name="listLookupPaymentReference" title="" type="single"
>
<field name="paymentRefNum" title="Payment Reference"
widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain"
description="${paymentRefNum}"
target="javascript:set_value('${paymentRefNum}')"/>
</field>
</form>
Bilgin Ibryam wrote:
For an example take a look at LookupCustRequestItem screen in order
manager application
Bilgin
On Mar 27, 2009, at 11:51 PM, Jacek Wagner wrote:
All,
Can lookupform be called with multiple parameters (target-parameter)?
The following example has only one, but I would like add one more
parameter
<field name="productId" position="2" title="Product ID">
<lookup target-form-name="LookupWorkshop"
target-parameter="childAge" size="10"/>
</field>
Jacek