Do the reports have to be from Crystal Report 10 to run on the Crystal Enterprise. My Crystal Report version is 9.2 and I am trying to Evaluate the Crystal Enterprise 10 with those report. Is that possible?
Any help is appreciated.
Thanks
Suzy
OOPsies : Let me correct one thing:
At the TreeView1_AfterSelect
Dim node As System.Windows.Forms.TreeNode
node = TreeView1.SelectedNode
i = node.Parent.Parent.Index
j = node.Parent.Index
Sorry about the error.
I figured it out.
At the TreeView1_AfterSelect
Dim node As System.Windows.Forms.TreeNode
node = TreeView1.SelectedNode
i = node.Index
j = node.Parent.Index
The reload the treeview with the dataset then do the following:
TreeView1.Nodes(i).Expand()
TreeView1.Nodes(i).Nodes(j).Expand()
I have a treeview that is coming from a dataset. When I update or delete the data I need to refresh the treeview and keep the setting of the treeview - if it is expanded.
Thanks in advance.
Suzy
hello,
I have a stored procedured on sql 2000. I am using vb6 and rdc to access the parameter on report and store procedure - the parameters(5) that are in the store procedure are not all showing up. I am using crystal 8.5.
Thanks for your help.
suzy
is there something in crystal that well allow me to find character in a fields like Charindex in SQL. It needs to be able to go thru the whole field and chars must start in a old number location.
Thanks
Suzy
That a mistake Its actually w/o it. I just had several parameters and I tried to cut out some to make it clearer.
I guess I didn't do a good job there.
I created a parameter that is not link to any field in any table. I want to use it to tell the report which selection process i want it to take. For some reason its not returning anything - it justs sits there - If I take out the IF statement and leave one of the statement there it works fine. I...
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.