Search results for query: *

  1. M

    enable a textbox when a radio button is checked to enter data there

    i want to enable a text box which is disable as the form starts but when i checked the radio button it is automatically enabled to enter data there?????????????????????????
  2. M

    Question how to make auto generate receipt no and invoice number in data bindings

    how to make auto generate receipt no and invoice number in data bindings with ms access
  3. M

    Question pending fees popup when payment date is greater than due date

    How to calculate and show pop up box for a particular candidate that his payment date is exceeded than his actual due date.for example if a customer due date is 10-11-2013 and he crossed the date 11-11-2013 then pop up goes up and say pending fees
  4. M

    next payment due date from a current date to next month,quaterly,half-yearly & yearly

    it works like a charm thank you very very much sir one more question how to make auto generate receipt no and invoice number in data bindings
  5. M

    next payment due date from a current date to next month,quaterly,half-yearly & yearly

    sir i tried these examples its working fine in text box but when i used to calculate the next month,quarter,half year & yearly it shows back date from the date o admission help me ????? here is my code Private Sub Radiofeesquarterly_CheckedChanged(ByVal sender As System.Object, ByVal e As...
  6. M

    How to store data using checboxes in database using databinding or in other ways

    thanks for valuable example i will do that. please help me on coding these form i already created a table in my access database as HEALTH but im am not able to understand how to create fields which stores these selected radio button data please help me on this also thanks again for your help sir
  7. M

    How to store data using checboxes in database using databinding or in other ways

    what exactly i do please tell me i make the radio button outside of the group box or put one bye one them in form
  8. M

    How to store data using checboxes in database using databinding or in other ways

    i have put all of them onto the GroupBox directly ?????
  9. M

    How to store data using checboxes in database using databinding or in other ways

    ok i am done as you mentioned now what to do next help me throughly
  10. M

    How to store data using checboxes in database using databinding or in other ways

    can u explain me with some example how to do that
  11. M

    How to store data using checboxes in database using databinding or in other ways

    i just want to store check box data along with the name from my Admission Table and i have created another table name "health" to store checked data here can anyone help me on this to solve my problem and if a new admission these form popup automatically after i save all the details in admission...
  12. M

    Auto generate INVOICE NO and STOCK ID

    Can anyone help me to Auto generate INVOICE NO and STOCK ID in VB.NET using data binding with MS ACCESS DB i want the invoice number as "000001" to display & stored in database and STOCK ID AS "NEU-001" display and store in database must be auto generated please help me.
  13. M

    next payment due date from a current date to next month,quaterly,half-yearly & yearly

    Can u please explain me with a example if i paid a fees on date 1-jan-2012 and my next due is in 1-feb-2012 please3 help me
  14. M

    next payment due date from a current date to next month,quaterly,half-yearly & yearly

    so sorry for this sir i will follow your answer i am really really sorry for this i will follow your and trying these code as you mentioned if not works i will ask you thanks for ypor support
  15. M

    next payment due date from a current date to next month,quaterly,half-yearly & yearly

    here is my code what i written but i getting odd due date Private Sub Radiofeesquarterly_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Radiofeesquarterly.CheckedChanged feesmode.Text = "Quarterly" If ComboBox1.Text = "" Then...
  16. M

    next payment due date from a current date to next month,quaterly,half-yearly & yearly

    next payment due date from a current date to next month,quaterly,half-yearly & yearly sir i want to get next payment due date from a current date to next month,quarterly,half-yearly & yearly please help me on this using vb.net please help me on this
  17. M

    calulation of stock items

    sir i designeda form in vb.net and linked up database with access database i just want to calculate the total stock in hand and remaining stock in hand and also i want a single item name fix that display in each data added like name="neulife"
  18. M

    Question data vanished which stored using data binding

    when i used to store data enter in vb.net form using data binding from access database its store data in access which i enter in vb.net forms after i stop debugging and next start debugging the data vanished from database and again starts from serial no 1 i just cannt understand my database...
  19. M

    syntax error (missing operator) while saving my data

    i am getting an error message while saving my data to ms access database in vb.net syntax error (missing operator) in query expression here is the code Private Sub Button2_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim a As Integer...
  20. M

    next payment date generate?

    i just want to calculate the next payment date from a particular payment date which was made before shows date in monthly,shows date in half yearly,shows date in quarterly,shows date in days & shows date in yearly as a customer choose for his payment please help me on this coding for this page...
Back
Top