post data in a table or a list

prezdelepfprezdelepf Member Posts: 4
edited 2005-08-23 in Navision Attain
I seek to post data in a table or a list. Which component can I use?
thank's
Rémi

Comments

  • jhoekjhoek Member Posts: 216
    I'm sorry, but I fail to understand what you mean. Can you describe in more detail what it is that you wish to achieve?
    Kind regards,

    Jan Hoek
    Product Developer
    Mprise Products B.V.
  • prezdelepfprezdelepf Member Posts: 4
    Sorry!

    So, I try to retrieve data from list coming from SQL database, that is to say, users have to look for data in a list on a form (like a lookup table) but values are saved on a table in SQL database.
    So first, i create a codeunit with a ADO connection to database, but i don't know how to fill in dynamically a list in navision from SQL. :-s
    Rémi
  • jhoekjhoek Member Posts: 216
    I think you'll need a codeunit that retrieves the database from the external database, populates a temporary record buffer with it, and displays that record in a form that's used as the lookup form. Is that what you mean?
    Kind regards,

    Jan Hoek
    Product Developer
    Mprise Products B.V.
  • prezdelepfprezdelepf Member Posts: 4
    OK, I'll try to use a temporary record.
    Thanks!
    Rémi
Sign In or Register to comment.