M
Mos
Hi all, Im developing organization in VS.NET2005 using visio addon.
The basic code is as
VisAddOn.Run("/S-INIT")
VisAddOn.Run("/S-ARGSTR " + "/FILENAME=" + exportFilePath)
VisAddOn.Run("/S-ARGSTR " + "/NAME−FIELD=Name")
VisAddOn.Run("/S-ARGSTR " + "/MANAGER-FIELD=PID")
VisAddOn.Run("/S-ARGSTR " + "/UNIQUE-FIELD=ID")
VisAddOn.Run("/S-RUN")
The 'exportFilePath' is an excel file that has data from database. The excel
file has 51 Rows. My requirement is I want to draw all the 51 nodes on one
page but when the application runs, it distributes the shapes on 3 pages.
Anyones help will be greatly appreciated.
Thnx in advance.
The basic code is as
VisAddOn.Run("/S-INIT")
VisAddOn.Run("/S-ARGSTR " + "/FILENAME=" + exportFilePath)
VisAddOn.Run("/S-ARGSTR " + "/NAME−FIELD=Name")
VisAddOn.Run("/S-ARGSTR " + "/MANAGER-FIELD=PID")
VisAddOn.Run("/S-ARGSTR " + "/UNIQUE-FIELD=ID")
VisAddOn.Run("/S-RUN")
The 'exportFilePath' is an excel file that has data from database. The excel
file has 51 Rows. My requirement is I want to draw all the 51 nodes on one
page but when the application runs, it distributes the shapes on 3 pages.
Anyones help will be greatly appreciated.
Thnx in advance.