As every application should havea search procedure where most of people create it as class and just call it when its needs.
I try to create a form with search feature and it contains datagrid and text box, the user will need to input the text and the grid will show the record which similar with...
Great Expertise!
I have mainform and childform and I have datagrid in my mainform where adodb in childform for update, I need to refresh my mainform datagrid when child form been upload.
How do i detect in mainform when my childform been unload? and I will fire some function in my mainform...
Hi all expert!
I'm using adodb for my sql database, I have a text box where try to code it as search fields, when the user key-in the textbox it will auto display the listbox which attache as follow and it will search by every single character.
the example code are:
Private Sub...
Hi All, I have a question here and need your advice, I have a textbox which enable multi-line, I have key key few line of the text but I want to program it maybe just capture the first line to field 1 and second line to field 2.
Thanks
I using ADODB and recordset and I facing a problem in crystal selection fomula and any expertise kindly please correct and advice my error!
Dim ItemNoFrom as string, ItemNoTo as string
ItemNoFrom = "ABC001"
ItemNoTo = "ABC100"
crReport.action = 0
crReport.selectionformula =...
Hello all friends!
I have a problem here, i have many single line text box in my form and I in certain text box which is only single line text and some will be multi-line text box.
The main point is, I want it to show all the text box in single line in the form even for those which text box is...
How could we show the text box in normal and we don't want to show in gray color when we set the textbox.enable = true?
When the text turn into gray color we can actually see clearly if we have too many information and text, can we keep maintain it clear and not turn to gray? Thanks
Hi Guy! Please advice me and I have problem here!
How do I actually able to detect when the sub or other form been unload? and I need to perform some action in the main form when the sub/other form been unload!
Thanks! [morning]
Hello Guy,
recently I had create a form which allow to select the record by using data grid and I had to set the find method in main form, when I calling findform.show, the operation still be continue in main form even I had not finish choose the record.
How do this work around to passing the...
Hi Expertise! I have a problem here, I have a data entry form which create a find button for allow user to select the record by pop up the form with datagrid and return it to main form.
In the grid form I have text box and datagrid, I would like to integerate with datagrid where user keyin the...
Hello all expertise! I using ADO and SQL 7.0 for my VB.
Recently I facing a problem, i have a from when I want to save the record and this error will popup:
Run Time Error '-214721887 (80040e21)'
Multi-Step operation generated error, check each status value.
I had set the tag for each text box...
Hello an have a good days for all expertised!
I need your help and advise for my VB6 & SQL 7.0 and I suing ADODB, recently I can't store and display a Null value in my SQL database, my example code is:
txtPartCode = rsc!Part_Code
txtPartDescrip = rsc!Part_Description
the rsc = recordset from...
Hi all expertise!
How to configure the currentdb for opening or loading the access database? For examplea I have mdb file in M:\sales\tgdb2.mdb and how to configure for currendb as opening?
Is that possible to use ADO recordset instead of using DAO ?
Hi all expertise, I need your help!
currently i have a combo box which load a huge record for additem, this will make the process slow when I add every item for my combo box drapdown list.
my code is here:Dim COn as New ADODB.CONNECTION
Dim Rsc as New ADODB.RECORDSET
Con.ConnectionString =...
I need your expertise help!
I need to show the display to * when I type any key in the text box? How to set the keypress code for this?
Example:
I key the value in text box for text1.text = 'abcdefg'
and the display change to * = chr$(24) sign when I type 'abcdefg'
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.