Very much you I thank.
Makes good work.
This line erroneous " Clipboard. SetData Picture1. Picture "
It is necessary to be " Clipboard. SetData Picture1. Image "
Once again I THANK
Miho
Hi All,
At me in PictureBox eat Picture.
I want is taken Picture, copy it in Word, will leave distance 10 mm and honey agarics copy it .
Whether who can that will give provisional code?
I shall be very grateful.
Miho
Hi
I want to show in Crystal Report filtered DataView.
For this purpose I use the following code:
Dim dv As DataView
dv=New DataView
With dv
.Table=DataSet11. Tables ("Art"
.RowFilter = " Artic Like ' B * ' "
End With
Dim rpt As New CrystalReport1
rpt. SetDataSource (dv)...
At me filter:
dv. RowFilter = " Name LIKE ' A * ' "
Also works. But when I complicate it :
dv. RowFilter = " Name LIKE ' A * ' And Year > 18 "
Shows error " Cast from string " Name Like'A * ' " to type 'Long' is not valid ".
Someone can tell where my mistake?
I shall be very grateful...
Hello,
I packaged my program with Package and Deployment Wizard.
I want, when the program install on the friend computer, I file Artist.dsn install as it is necessary, in C:Program Files/Common Files/ODBC/Data Sourse, but in Package and Deployment Wizard is present only Common Patch and file...
In procedure Private Sub Text1_Change () I want to specify:
If Text1. Text contains Numeric
And
If Text1. Text does not contain Numeric
How it to write?
Miho
Hi All
When I want that the form was closed when I press on Escape I write the code:
Private Sub Form_KeyDown (KeyCode As Integer, Shift As Integer)
Select Case KeyCode
Case vbKeyEscape
Unload Me
End Select
End Sub
But when I want to close DataReport...
Ken Thanks for the answer.
It not password problem.
When user one is not present a problem.
But when one user has already contacted database
And another wants to communicate is shown
The message " You can't open vbd.mdb because another user has the database open "
Miho
Hi All
I work with database Access2000. All is good.
But when in a network, the first user communicates normally
But the second can not contact database.
Database protected passwort.
That it is necessary to make that the database worked in a network?
Miho
Hi All
In mine to the program made on VisualBasic 6.0
I work with database Access2000. All is good.
But when in a network, the first user communicates normally
But the second can not contact database.
I connection to use provider " Microsoft OLE
DB Provider for ODBC Drivers.
That it is...
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.