hi people.
how can I change the "Data Createted" and "Last Modify".
I need that for a file "Name.txt" or "Name.doc"
thanks for any sugestion.
Hi people !
I want to create a morse code aplication , but I don't no how generate a sound . The Beep function it's not good .
Thanks for any sugestion.
Mike
What code I'm try to use for resize a AnimationControl , after size to a "File.avi", for example.
It is posible?
How?
Thanks for any sugestion.
Mike
I have a Form , one Animation Control and ResFile .
In this ResFile I have one resource "Ani1.avi" (Custom type).
How can I assign them to Animation Control
With Ani1
.Top=...
.Heigh=...
other properties
.AutoPlay=True
.and hier I want to put the code for (Open or LoadResData) I dont...
How can I use a diferent Font Style in some RichTextBox or TextBox or , why not , in a other controls .
For example I have a RTBox and I want to write the Title with Bold , and the user text with Italic .
For a moment I use this Code
RTBox.Text="NAME:" & rs!name & Chr(10) &...
How can I use a diferent Font Style in some RichTextBox or TextBox or , why not , in a other controls .
For example I have a RTBox and I want to write the Title with Bold , and the user text with Italic .
NAME:(bold)
John Smith(italic)
CITY:(bold)
London(italic)
Thanks for any sugestion .
For CCLINT .
My experience in DataBases it's limited .
I'm work with this code :
Dim myDB As DataBase
Set myDB = OpenDataBase(AppPath)
....
What must be change or append ?
Hi pople !
I have made a database using VB6 with VisDataManager support . I want to avoid that the user to open the database using MS Access programme or other .
How can I restrict the access to open this (.mdb) database .
Thank you for any sugestion .
...This code exist in Private Sub DataEnvironment_Initialeze{}
I put in DataEnvironment>Command1 this phrase in SQL Statment
"SELECT * FROM table WHERE name LIKE ? AND age LIKE ?"
If user not select something in Combo2 , I must change the SQL with IF-ELSE-END IF code like this ...
...'Sam L.' and field(Age)= '17'
In a Form the user selected from Combo1 "John" and from Combo2 "31" .
SQL="SELECT * FROM friend WHERE name LIKE '*" & Combo1.Text_
& "*' AND age LIKE '*" & Combo2.Text & "*'"
Now I wish to display in detail report...
...( for example varNAME ) in Command (Data Environment) in SQL statment .
If I open Command1 in Design mode , I can create a SQL like this :
SELECT *, name AS Expr1
FROM friend
WHERE (Tip LIKE 'John')
To such it's OK .
But how change 'John' with one variable like varNAME
I expect any sugestion...
Hi there.
If I created with another program one small animation like a banner , how can I inserted him in my project ?
What control must be in Form , what components it necesary to loading from Project\Components and what it is corect code line ( if it's necesary ) to write in program .
I want...
...varName = Combo1.Text
varAge = Combo2.Text
Now the program create a SQL Statment for loading data from a Database .
SQL = "SELECT * FROM table WHERE name LIKE '*" & varName & "*' AND age LIKE '*" & varAge & "*'"
Question :
How can I transfer the varName and...
...from one table ,to print in one DataReport , and where I place this code ?
I hope to this code it's some like SQL statment , for examle : SQLSelect = "SELECT name FROM table WHERE name LIKE '*" & varName & "*'"
Please if you can give me a little example to I learn .
Thanks .
How can I reverse then sign of one number ?
EX : varNumber = 12 - 14
Result varNumber = -2
I wnat varNumber positiv 2
Exist any function for this ?
Thank you man .
...one DataReport witch have just some records returned by SQL statment , something like this :
SQL="SELECT name FROM table WHERE name LIKE '*" & varName & "*'"
Please give me a complet example .
I don't now nothing about work with code in DataEnvironment
Thank you very much.
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.