I am creating a new report in Access, i have one field with can grow....i have used vertical lines....but that field height is increased.....line height is not getting incresed...how to do that?
i am using vb6 with sqlserver 2000 and crystal reports 7..
every time i am calling report it asks me for databaase and password....
is there any way to set database string and password in coding?
hi,
I want to add template column dynamically in Datagrid...
I mean through VB code only.....not HTML Code which example is given in MSDN Help.
Anybody can help me????
hey guys,
I am using this Code in HTML Page to display all the Name from the Dataset
<TABLE id="Table4" style="HEIGHT: 19px" cellSpacing="0" cellPadding="0" width="358" border="0">
<%For Each FetchLawRow In FetchLawDS.Tables(0).Rows%>
<TR vAlign="top" align="left">
<TD style="WIDTH...
how can i create a Word 200 Document using VB 6.0 and office object library with all the facility of Table and formatting of text and etc...
just like Invoice or Purchase Order
so data will coning from Access and using vb i want to create a direct document of Purchase Order....
Can anybody...
i am using crystal 8.5
i have created a report - like a Purchase Order.....
and when i tried to export this in word... Its not coming in the proper way....the indentment and the space and the table .... all are just mess...
Should i use anything special to export this in word in a proper way????
when i export the report in excel format. it is not properly formatted.
So, how can i design the report, so it esports properly formatted form in excel?
I am using VB 6.0 with access
at this line of coding
mainconn.execute "Delte * from Table1"
I got the error
Run time error : 02147467259(80004005)
Unspecified error.
Can anybody help me how to solve it?
I am using Crystal 7 with VB 6 & Access.
How to set the database location at the runtime when i am using subreport?
in main report i can set that with this
cr1.datafiles(0) = $serverpath & "\Sales.MDB"
But i don't know about the subreport.
Please help me.
I am using Crestal 8.5 with VB 6 & Access.
if ant to print Company logo in the header part of the report as per selection of company from access database as -OLEObject datatype - Field.
Please help me.
I am using Crystal Report 7.0 with VB. Database is on Server & i am calling report from client node.
In one report i am using 2 subreports & each sub report having 2 databases. One database is from Server & second is from Local harddisk. In main report i can set database path from vb like...
I am using VB6.0 with Crystal Reports 8.0
I am inseritng 2 subreports in a main report. & i want to pass the total of the subreports in a main form for some formulas.
Any body help me!
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.