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 SkipVought 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: hwkong1688
  • Order by date
  1. hwkong1688

    Double click DBgrid from form1 ,data will appear on another form2

    Can provide simple example for my refence. (e.g: form1 datagrid1 and form2 text1.text,if i double click the data row in datagrid form1 then data will appear in form2 text1.text, i really no idea how to write. your help is high appreciated.
  2. hwkong1688

    Double click DBgrid from form1 ,data will appear on another form2

    Hi friends,if I double click the form1 datagrib the PLU,description and price will appear on form2 text1.text,text2.text and text3.text, how to write this code on dbgrib1.dblclick event ? i connect my database using data control.
  3. hwkong1688

    How to automatically generate the sequence number in database ?

    Thank you for your helps friends.. [thumbsup2]
  4. hwkong1688

    How to automatically generate the sequence number in database ?

    How to write the vb6 code to automatically generate the number into database? Example i want store the number 955117000001 into my database table 'barcode', after i click the command button. if i click the command button again will store the next number 955117000002 into database table...
  5. hwkong1688

    Compile error method or data member not found ??

    Thank you for your reply friends,Now when i run the program is no more error already,but Why my database still cannot in sequence number ? anything wrong ? where the GetNewBarcode write in ? (eg: command button,click event).
  6. hwkong1688

    Compile error method or data member not found ??

    When I run got this error msg: compile error method or data member not found My code is 'in a module Public ADOCn As ADODB.Command Public ConnString As String Public adoRS As ADODB.Recordset Public strBarCodeNo As String Public Sub OpenDB() ConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _...

Part and Inventory Search

Back
Top