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...
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...
I want to use method Find from two criteria
DataEnvironment1.rsCommand1.Find " Name = '" & Text1. Text & "' And Size > 0 "
But gives Error.
Whether it is possible to make it and what syntax?
I shall be very grateful.
Miho
Hi all,
At me the following code:
If DataEnvironment1.rsCommand19 ("Time" = Null") Then
In a case when cost " DataEnvironment1.rsCommand19 (" Time ")"
Really Noll, does not carry out construction below.
Someone knows as to specify it?
Miho
Hi All
At me eat Data Environment and I want during performance of the program,
changed ConnectionString. Who that knows as it to make?
I shall be very grateful to all.
Miho
Hai all,
I apply DBGrid to make records in Database,
But I want Update Database not after each lines,
And when I shall finish all records and I shall press on the button.
It can be made with DBGrid or another is necessary control?
Tenks.
Miho
Hi All.
At me eat string type 0 88 354. Then there will be another of type 35 258 1 564 etc.
I want will share string in variables not marks and numbers
A=0
B=88
C=354
If were letters - each mark, one letter, and here two or three figure - one number
And I do not know as it to make.
At someone...
Hi All.
I had one of problems.
When I connect ADO with Access database,
Which is protected with the password, connection not
It is impossible.
Whether who has that decision?
Miho
HI All.
At me eat such problems,
I connect ADO with Access database
Which is protected about the password, I enter the password
In ADO connection, but I receive the message:
" Test connection failed bacause of an error in
initializing provider. ". When there is no the password all as...
Hi All,
I want will add in SETUP.LST file the order that
At install create shortcut in C:/Windows\Start Menu\Programs\StartUp.
In what section also what to write.
I thank preliminary.
Miho
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.