Hey RKondoudis:
The code is compiled in VB. The program runs the orgwiz then saves the file then closes. It's been a while since I worked on it but it worked well. I've never used peoplesoft so I can't help you there.
Good Luck
Ken
Hi all:
I read in a csv file and create a visio doc using the Org chart wizzard. It works perfectly except for the ordering. It seems to order randomly instead of the order in the file.
'START THE ORG CHART WIZ
objVisio = CreateObject("Visio.Application")
objAddOn =...
Hi all:
Thanks for your efforts. Here is the solution I came up with.
Dim objVisio As Object
Dim objAddOn As Object
'START THE ORG CHART WIZ
objVisio = CreateObject("Visio.Application")
objAddOn = objVisio.Addons.ItemU("OrgCWiz")
objAddOn.Run("/S-INIT")
' add your arguments...
Hi all:
I am using VB.net and Visio 2003. I am trying to take an excel file and make a visio file. I can actually use a .bat file to create the visio file using this command:
c:\Program Files\Microsoft Office\Visio11\DLL\OrgWiz.exe" \wait /FILENAME=C:\Documents and Settings\cdaniels\My...
I have a report and subreport both running of an ADO recordset using an .ttx file. This part I have working well. The subreport is an on-demand subreport.
What I want is to be prompted for values which I can use in calculations. The parameter, lets say param1 is numeric and has prompting text...
Hi All:
I have a report running of an ado recordset using the ttx file. I am tring to create an ondemand subreport that will prompt me for parameters and do some calculations.
The problem is I can not get the subreport to prompt for parameter or even link properly, meaning no records in the...
Hi All:
I have a main report which takes in a date parameter. I need to get all the records in the subreport which have a date less then the parameter.
I tried placing the parameter in a shared variable but the select expert will not allow me to use the shared var there.
Any ideas will...
The report must be displayed first showing the totals.
Then I need to let the user enter information such as hours, wages, consulting fees, etc. Then take that info and calculate with the existing totals.
It is close to a parameter field. What I need to accomplish is to allow the user to input values on the report. Then I need to use those values to calculate another part of the report.
I am not sure if it is possible to trigger an event or something to accomplish this.
Any more thoughts would be...
Hello all:
I have been asked to create a report which takes in some values on the report itself. I started with a text object which does allow the input of text. However, I can't seem to refere to the text object to retrieve the value to use in my report.
Any help with this problem...
Hi All:
I passed a comma delimited list of user ids into a parameter. The in the select record use ToText({USERS.user_id}, 0) in {?UserIDs}
The problem is, if the list = 1211,1311,1411, then it will pick up Users with ids of 211 and 131 and 411.
Is there a way in crystal to...
Hi Everyone:
I have seen the question: How do you change the dsn through the url, but have not seen any answers. Does anyone know if this can be done through the web, mabey with the use of asp or cold fussion. Any comments would be appriciated.
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.