Options

Dataport Requestform

mfabianmfabian Member Posts: 187
edited 2000-07-29 in NAV Tips & Tricks
By default, Dataports let you select the Import/Export filename. However, as soon as you use the RequestForm this Filename-Field disappears.
If you want both, RequestForm and Filename do the following:
1) Define a global Variable "Test"
2) Insert a Textbox with SourceExpression "Test"
3) Set the AsistEdit property to "yes"
4) Assign ControlID "1" (one) to the Textbox! [/B] It only works with ID 1.
5) OnAssistEdit Trigger of Textbox insert the code:
Currdataport.Filename := test;


Marcus Fabian
m.fabian@thenet.ch
+41 79 439 78 72
With best regards from Switzerland

Marcus Fabian
Sign In or Register to comment.