If I want will put on DataReport in Text1 "1000", in VB6 I write:
Report. Sections ("section4" .Controls. Item ("text1") .Text=1000
How it to write on VB2005 for CrystalReport?
Miho
Hi All,
I can not find an example for Insert Row in Access database in mine website.
What syntax AccessDataSource1.Insert.... or AccessDataSource1.
In VB2005?
I shall be very grateful !!
Miho
Hi All,
I can not find an example for Insert Row in Access database in mine website.
What syntax AccessDataSource1.Insert.... or AccessDataSource1.InsertCommand...
In VB2005?
I shall be very grateful !!
Miho
Hi All,
How I can is taken value Text box or Function box which is in DataReport?
I can will put value:
repFull.Sections("ReportHeader").Controls.Item("label2").Caption=12
But as it is taken this value when it already there.
Preliminary Thanks
Miho
In VB6 and VS2003 this of problems is solved. For the final decision of this question it is necessary to use control Resizer which many firms offer, but good are not cheap. This control makes again the size the form and all the control in her . Whether I do not know it is solved in VS2005...
Vrite so:
For i = 1 To intYears
'listitems = CStr(decPaymentDue)
dim Aa as String
Aa=i & vbTab & Pmt(decInterestRate / 12, i, intYears, decLoanAmount, 0, 0)) & vbTab & IPmt(decInterestRate / 12, i, intYears, decLoanAmount, 0, 0))
lstPayments.Items.Add(Aa)...
Hi All,
May DataGrid1 does not grasp procedures DataGrid1_KeyDown, DataGrid1_KeyUp, DataGrid1_KeyPress, DataGrid1_DoubleClick.
Someone knows why it so?
I shall be very grateful.
Miho
I think this are not the reasons.
I have an example with the same source code that works, but when i put it in my project it does not work from 1. till the end.
I want will change name and width colums on DataGrid. Has written the following code all on rules.
Works up to a point 1, but does not want will change columns
Ani ideas?
Private Sub Form2_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
dt.Columns.Add(New...
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.