Hi,
I have crystal reports running fine a few pc's and I have installed it on another but I cannot make the initial connection to the server. All folder connections work fine.
I have gone to create a new report, and selected "Create a new connection" in the free on the left, then ODBC(RDO)...
Hi There,
I am having problems with a report.
I have selection perameters in the selection expert which are excluding nulls and I need it to allow nulls.
On the selection expert I have a few fields but the one I am having trouble with is the paymentmethod field which is using a "is one of"...
Hi,
I have created a crystal report to gather data and print when equal to a specific ID, and I want to call this report from vb and make it print the report using the ID I have open on my application.
So is there a command like this in existence?
call printreport(thereport.rpt, id=123)
Thanks
Thanks for all your help guys, I did the tweaks to th list view and now it is showing the data the way I want!
I just checked the full row select and it was fine.
Thanks again for all your advice!
Thats a good idea, I think I will have to go with that!
Its a bit stupid that you can't set the column widths, since list boxes are supposed to be neat!!
Wierd!
Thanks again for your help!!
Hi Andy,
I was using MS Sans Serif before but I changed it to Courier, but it still pushes the next column over, so if I have 2 values here below
Name Address
Barry Newman Here
instead of getting neat columns like this
Name Address
Barry Ne Here
I get this
Name...
Hi,
I have a list box that I populate from a listview using additem with vbtab's inbetween.
The problem I have is that if the text in a cell is long it pushes the next colomn over, and I would like to set column widths so this does not happen.
Ai am using
Dim tabs(7) As Long
tabs(0) =...
Getting the items from a listview like this
for x loop
listbox1.AddItem liscview1.additems(x).SubItems(1) & vbtab & listbox1.AddItem liscview1.additems(x).SubItems(2) & vbtab & listbox1.AddItem liscview1.additems(x).SubItems(3)
next
I just found a webpage that said I had to use the mid...
Yes they are populated.
I just want to get a cell value.
Here is my table
ID Name Address
1 Bill Here
2 Ben There
3 Bob Everywhere
and when the user clicks on a row I want the column 2 to be obatined in a textbox.
Hi,
I'm new to VB6 so, but cannot find how to get a value of a column in a multi column listbox.
i've tried .text and list(x) but these return the whole line from the listbox,
sorry if this is really easy but its starting to do my head in!
Thanks.
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.