Hi All,
I use the function getAttributes in my program.
This function return an object.
I want to convert it(the return value) to an int variable.
How can I do it?
Thanks,
mn12
Hi,
I use access DB in my vb program,and I have SQL problem.
I have a table with 4 records:date,number and 2 other records.
each number can appear on some dates,e.x.:
number date
10 10/2003
10 1/2003
10 5/2003
20 3/2003
20 5/2003
20 6/2003
I want all...
Hi,
I use access DB in my vb program,and I have SQL problem.
I have a table with 4 records:date,number and 2 other records.
each number can appear on some dates,e.x.:
number date
10 10/2003
10 1/2003
10 5/2003
20 3/2003
20 5/2003
20 6/2003
I want all...
Hi,
I use excel in my vb application.
I use excel by the control (and not by ref).
I try to write on the control(excel workbook) via code,
and I want the values to be displayed at run time.
but--I don't succeed at all.
how can I do it???
thanks for your time.
I have created a DLL,and I want it to return a matrix with values.how can I do that?
can it return a vector of classes,or types? how?
thank you very much!
Hi All,
I create report by excel and use it in vb program.
my report includes text and frames around the cells.
I use the printPreview command in order to display the report.
when I display it on my computer,everything is right.
But when I try to display it on another computer-
everything(both...
Hi,
I create report in excel.I display more than 50 rows on the report,and so excel creare automatically 2 pages.
I want the same title to be shown on the two pages.
How can I "catch" the event of move between pages?
I have tried like this:
If rows = 50 Then '(excel create new pages...
How can I define sheets array ?
I want to create an array of 3 sheets.
I did something like that:
Dim sheetsArray(1) As XlSheetType
Xl.Sheets(sheetsArray("Sheet1", "Sheet2", "Sheet3")).Select
Xl.Sheets("Sheet1").Activate
but it really doesn't work...
Hi All,
I create reports in excel via vb.I have 3 reports,each report on another sheet.I display the reports by "printPreview",but I see only one sheet a time.
My question:
how can I display the 3 sheets one after the other by "printPreview" command?
I try to do that...
I have creared reports by using excel with vb.
in order to display the reports, i use the printPreview method.
How can i switch the tool bar (of "printPreview" displaying)off?
I tried to use this code:
activework.printpreview False
but, as a result, only two of the buttons of the tool...
Hi All,
in my program I create report by excel and open it from vb.
I open the report in "display before print" .when displaying before print is open, there are some buttons there that I want to cancel,or to cause them to be disable.
(those buttons are standard part of excel).how can...
I create reports by Excel and use them with vb application.
when the application is running,the reports are displayed by printpreview method.
the problem is: before the report is displayed,
I see for a second the regular workbook of excel(with the gray and white squares).
how can I solve the...
Hi,
I create reports by excel.my reports are running from vb application (I use VBA and not a control in order to display the report).
when I display the report (like "display before printing")and I press on the button that minimize the report,the report only becomes smaller but the vb...
hi all,
i want to create reports and connect them to access database.(import data from access db) and use them with vb application. which version of crystal reports i have to use?
(i try to use 8.5 versin(crystal analysis professional)but i
think that this version its only for web...
hi,
i'm a new user of crystal reports.
i have to create subreport and connect it to access db.
(i work with 4.6 version)
please help me,how can i create subreport?
how can i connect it and import data from database?
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.