Create PO

vyankuvyanku Member Posts: 791
Hi,
Can we create PO in report as per ISO requirnment?
Because as the items in the po increases the report expands.Which disturbs the design of report?
Is there any other solution to create PO just like Big Bill of any company having lots of items with annexture of 2 pages?
Can we export po in word so that we can attach the annexture?

Comments

  • gulamdastagirgulamdastagir Member Posts: 411
    1.Insert Mail Merge Feilds in the Word Document and Save it as ".dot" file.
    2.Set the Table ID property of a new Codeunit to Purchase Header Table
    3 write code in the OnPush trigger using word automation objects and you have to access purchase line table also
    4.Create a Menu Item or command Button to run the codeunit from the PO form
    Regards,

    GD
  • Alex_ChowAlex_Chow Member Posts: 5,063
    Or upgrade your client to 5.0. it's a built in feature to be able to create POs in Word.

    Otherwise, you'll need to do what gulamdastagir suggested. However, you'll probably write a lot more code than you should.
  • vyankuvyanku Member Posts: 791
    Is this is possible that If we create PO In VB .Where all the information is generated from PO in Navision we just take that information in VB as per ISO standered and print it.??? ](*,)

    Is it more simple than iintegration of Word??? ](*,) ](*,) ](*,)
  • gulamdastagirgulamdastagir Member Posts: 411
    vyanku wrote:
    Is this is possible that If we create PO In VB .Where all the information is generated from PO in Navision we just take that information in VB as per ISO standered and print it.??? ](*,)

    Is it more simple than iintegration of Word??? ](*,) ](*,) ](*,)

    1.You can go for NODBC with MS-Access,Excel
    2.You can go with crystal reports
    Regards,

    GD
  • gulamdastagirgulamdastagir Member Posts: 411
    And as far as Visual Basic is Concerned you can always ODBC.


    hope this helps
    Regards,

    GD
Sign In or Register to comment.