Request form

grofsgrofs Member Posts: 53
Hy,
I try make in request form a Text Box. It have to open a 5728 Form, but it didin't work! :(
Can everyone help me in this probleme?

Comments

  • BeliasBelias Member Posts: 2,998
    "doesn't work"...what does it mean?error?textbox not shown?
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • sendohsendoh Member Posts: 207
    Can we see your codes?
    Sendoh
    be smart before being a clever.
  • MalajloMalajlo Member Posts: 294
    If an action is opening form, you should use button or lookup.

    So if you want to lookup from a textbox.
    Variables
    Name DataType Subtype Length
    Look Code 20
    Manf Record Manufacturer
    <Control1000000000> - OnLookup(VAR Text : Text[1024];) : Boolean
    if action::Lookup = FORM.RUNMODAL(5728,Manf) then
      Look := Manf.Code ;
    
    SourceExpr on TextBox is Look.
  • ebsoftebsoft Member Posts: 81
    grofs wrote:
    Hy,
    I try make in request form a Text Box. It have to open a 5728 Form, but it didin't work! :(
    Can everyone help me in this probleme?

    Just put "Manufacturers" on the tablerelation property of that textbox!

    Enjoy it!
    Regards,
    Federico

    MBS Specialist since NAV 2.0
    My experiences on Linkedin
Sign In or Register to comment.