Thank u very much!
Can't we try like this in VB 6?
TIA...
User Profile
Collapse
-
Hi Brain,
May be I am very late and Hope you might have got the solution, but, if my this reply helps someone, i would be very happy.
If I got ur problem understood correctly,
in the Text_KeyPress() procedure, put this sentence if I am correct
If keyascii = vbkeyreturn then ...
Hope I reached this problem.
With Regards,...Leave a comment:
-
Hi Veena,
Thank You for a quick and helpful reply.
Can't we extend the list for all the items starting with the letter(s) while we type in?
Thank you once again!
WIth regards,
Mohan...Leave a comment:
-
Combination of textbox and listbox in VB 6
Hi Everyone,
I'm working with a project, in which i used a listbox and textbox as a combination. Hoping anyone would help me, i explianed my problem:-
There is a list of companies (sorted or not) in a listbox. While typing in textbox, as per each letter is being typed, the company names in the list MUST BE SELECTED.
For eg:
In Textbox In Listbox
M List starting with M... -
Hi Werks!
I agree with the Lotus18's suggestion!
Better u create two tables: One containing the Book Details like NO., TITLE, AUTHOR, PRICE, DOP, NO. OF COPIES, ETC. and the Other containing ACCESSION NO., ETC. based on the Date of Purchase.
Probably, this may help to solve your problem.
ALL THE BEST!...Leave a comment:
-
Add or Delete a Column in backend database in VB project
Hi everyone,
I am doing a project in VB with Access or SQL as backend.
Please help me whether we can Add or Delete a Column in backend database in VB project dynamically (i.e. while running the project) by the client?
Also give me the possible code for both MS Access and SQL to do so.
Thank you all in advance! -
Hi everyone!
WIN key + R - To show the RUN command Dialog. Just as press START button and click on the RUN command.
WIN key + F - To show the FIND / SEARCH command Dialog. Just as press START button and click on the RUN command.
This may help, to my knowledge!Leave a comment:
-
Hi Ali Rizwan,
Very Nice Idea! And may be useful for many!
ThanQ!...Leave a comment:
-
Hi Lotus
Can't u put validation when u r entering/adding a new schedule on
- Day and Time
- and, if required, Room and Course
Can't u use InStr( ) for getting the M or Th?
Am I getting ur problem?...Leave a comment:
-
Hi Lotus
Here what I mean to say is..... r u storing M in one record and in a conflict record M/Th or otherwise u want to get M schedule from one record and Th schedule from other?
So, as I am in a bit confusion......Leave a comment:
-
Hi Lotus
If I got ur problem.....
Can't u change the database field width? To store 4 characters "M/Th"...
R u storing in the same way already?Leave a comment:
-
Hi godhulirbalaka!
May this help you...
ALL THE BEST!
Respond if it helps u...Leave a comment:
-
Yeah!
I got no. of selected items but not the checked items....Leave a comment:
-
This is what really the problem in that thread...
http://www.thescripts.com/forum/thread742864.html
So how to rectify this when MODAL forms are shown....Leave a comment:
-
Thank You Lotus!
This is a very good and quick responsive forum!...Leave a comment:
-
Hi Lotus
I am sorry!
May this help...
...Code:Dim iCheked, iSelected As Integer For Each itm In Me.ListView1.ListItems With itm If .Checked Then 'checked? iChecked = iChecked + 1 End If If .Selected Then iSelected = iSelected + 1 'selected? EndLeave a comment:
-
Hi Killer and Lotus,
Very good discussion!
Here we can use any of the above Form Events.
But as Lotus raised a question, it makes some problem when another form is shown MODAL. Please Lotus post a new thread and we try to get a solution.
But where is Kabyr whether he got the solution from this good discussion.
Thank you both of you!
This is my 100th post.
Thank You ...Leave a comment:
-
-
What more do you need? Are you looking for tutorials?...Last edited by Killer42; Nov 29 '07, 11:08 PM.Leave a comment:
-
Hi Wernerh!
May this help u along with the above two explained u
Better u take texts array and use...Code:Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Text2.SetFocus End Sub Private Sub Text2_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Text3.SetFocus End Sub
...Code:Private Sub Text1_KeyPress(Index As Integer, KeyAscii
Leave a comment:
No activity results to display
Show More
Leave a comment: