Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Vincentan
  • Content: Threads
  • Order by date
  1. Vincentan

    Special datagrid with powerfull search feature

    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...
  2. Vincentan

    How to detect when the child form been unload

    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...
  3. Vincentan

    How to bind the textbox with listbox

    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...
  4. Vincentan

    How to capture the first line in multi-line textbox

    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
  5. Vincentan

    How to passing a recordset value as query in crystal?

    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 =...
  6. Vincentan

    How to bind the text box to note pad format?

    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...
  7. Vincentan

    Set the textbox.enable = true but not in Grey display

    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
  8. Vincentan

    Detecting when the other form been unload

    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]
  9. Vincentan

    How to passing a value from findform to main form

    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...
  10. Vincentan

    How to Integrate Text Box with DataGris

    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...
  11. Vincentan

    Multi-Step Operation Generated Error

    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...
  12. Vincentan

    Why I can store Null value in SQL tables?

    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...
  13. Vincentan

    Confirgure currentdb and using ADO recordset

    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 ?
  14. Vincentan

    Need Expertise help for integrate for combo box and flexgrid/ datagrid

    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 =...
  15. Vincentan

    How to show the text display?

    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'

Part and Inventory Search

Back
Top