Search results for query: *

  • Users: jue
  • Order by date
  1. J

    Filter dropdownlist and display message box

    it same...in vb.net it call dropdownlist..i think it same. please help me.
  2. J

    Filter dropdownlist and display message box

    Hi evryone .. i've problem here...please someone help me i 've dropdownlist and when user select item in dropdownlist error message will display "Please select another item, this item already use". This message it can be a pop up message or just use the label. Please help me..it's urgent
  3. J

    Problem with multiple selection.

    HI.. Tq reply my message... i already use check box list... my problem is in database ..i don't know how to create check in database.
  4. J

    Multiple Selection

    HI.. I've problem here. I have chkdrugname where is user can select this drug name more than one. my problem is how i insert into database. And how the database look like. i use PL/SQL as my database. here my sample coding. Private Function adddrugtest() As Integer Dim oleConn As...
  5. J

    Problem with multiple selection.

    hi.. i've problem here. i have check box, chkcategory. this check box user can select more than 1. and this chkcategory dynamic. user can add on. i want to know how the database look like. how to insert and select into database? is it have to store separate database.
  6. J

    How to calculate age?

    hi.. the format date of birth is 29.04.1982. how to call the the function??
  7. J

    How to calculate age?

    hi everyone.. Thank you helping me. i try code below but nothing happen in txtage.text Public Function CalculateAge() Dim DateNow As Date = Date.Now Dim DateBorn As Date = CDate(txtdob.Text) If DateNow.Month < DateBorn.Month Or DateNow.Month = DateBorn.Month And DateNow.Day < DateBorn.Day...
  8. J

    How to calculate age?

    Hi everyone... i have problem here. how to calculate age? I have date of birth txtdob.text get from the database and txtage.text. txtage.text will automatically calculate the age. how how.please help me.
  9. J

    Leave application

    thank you reply my message.. i want sample coding for leave application. this application will calculate how many day days the staff absentees not including holidays. i have txtdatefrom.text, txtdateto.text and txttotalabsentees.text. txttotalabsentees.text will automatically calculate the days...
  10. J

    Leave application

    Hi.. Who have sample leave application? Please share with me.
  11. J

    How to search base on staff name and no?

    hi.. i have problem here. How to search staff info base on staff name and staff no? staff info will out in datagrid. here is sample my coding. Private Sub searchstaffdetail() Dim connString As New ConnectionString() Dim oleConn As OleDb.OleDbConnection Dim areaData As OleDb.OleDbDataAdapter...
Back
Top