Problem in Request form in Datatport

chandrurecchandrurec Member Posts: 560
Hi all,

I tried to create a request form in a dataport to get some values from the user but when i design the request form the export tab is getting disappeared but i should get both request forma as well export tab.

is it possible?

if possible, kindly provide me a solution on how to achieve this?

Thanks in advance.

Regards,
chandru.

Comments

  • kitikkitik Member Posts: 230
    Create a text variable (FileName)
    Create a new Textbox. Modify the properties, ID=1 ; AssisEdit=YES ; SourceExpr=FileName

    Write this code on the OnPreDataport:
    CurrDataport.FILENAME := FileName;

    Hope this helps,

    Salut!
    Laura Nicolàs
    Author of the book Implementing Dynamics NAV 2013
    Cursos Dynamics NAV (spanish) : http://clipdynamics.com/ - A new lesson released every day.
  • krikikriki Member, Moderator Posts: 9,110
    [Topic moved from 'NAV 2009' forum to 'NAV/Navision' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • matttraxmatttrax Member Posts: 2,309
    Search the forum. You'll find the solution.
Sign In or Register to comment.