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 bkrike 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: *

  1. Learnerprog

    JSP page break

    Hello all, I am trying to display data on multiple pages. How do I do that. I am very new to JSP. Like tek-tips site. in the bottom it has page number, next and end link. How do I do the same thing in JSP. Thank you very much for your help.
  2. Learnerprog

    JSP Load checkbox

    Hello all. I am trying to dynamically load check box based on records number return from database. Example if I have 100 records then I will load 100 checkbox, 200 records then load 200 checkbox. please help.. Thanks a lot.
  3. Learnerprog

    Gridview data binding

    Hello all, I am trying to use gridview data binding in ASP.net 2.0 using VB.net. In Grid view task- Update, Delete, Edit are not available for selection. Can anyone tell me why? your help is greatly appreciated. I am new to .net by the way. Thanks,
  4. Learnerprog

    Automation Error - Object has diconnected from Clients

    Hello All, One of my user all the sudden got this error message "Automation Error - Object has diconnected from Clients". This is the first time I've ever seen it. Any ideas how to fix it. Thank you very much.
  5. Learnerprog

    Automation Error - Object has diconnected from Clients

    Hello all, One of my user all the sudden get this error message. This is the first time I ever seen it? Anyone has any ideas? how to get it fix?. Thank you very much
  6. Learnerprog

    Load Item to combobox

    Hello all, How to programatically load combobox with items as in vb I can do this combobox.additem but I dont know how to do this in access vba. Please help.. Thanks.
  7. Learnerprog

    Load and Unload form

    Is there a form.show or load form in VBA access? if it is not. Could you please show me how to load a form. Thanks, Joe
  8. Learnerprog

    Check box question

    Is there a way to dynamically load check box on fly because the number of check box needed based on the number of record read from the database each time. Let say 20 records, need to load 20 check box or 5 records, load 5 check box etc. Thank much in advance.
  9. Learnerprog

    Invalid date

    Hello all, is there a way to skip the bad date record in DTS for example I have record with date '02/32/2006' and don't want to load it. Thanks alot
  10. Learnerprog

    how to remove a blank line between paragraph.

    Hello all, is there a way that you can remove a blank line between paragraph. for example xxxxxxxxxx yyyyyyyyyyyyyyyyyy zzzzzzzzzzzzzzzzzzzzzzzzzzzzz aaaaaaaaaa bbbbbbbbbbbbbbbbbbbb cccccccccccccccccccccccc how to progrmatically removed all the blank lines between those two paragraphs...
  11. Learnerprog

    string search

    Hello all, How to find the end of string in a long paragraph that is read from a table in the database. I try to parse out a string write out to a file. but I have problem of finding the end of the line where to parse out that don't cut off the word at the end of the line. Thanks you very much...
  12. Learnerprog

    How to Ignore Record with Invalid Dates

    Is there a way to ignore record with invalid dates in SQL queries because I am keep getting this error below "The conversion of char data type to smalldatetime data type resulted in an out-of-range smalldatetime value." Thank you very much in advance.
  13. Learnerprog

    How to make form as parent form in VB.NET

    Hello All,I am new to VB.NET and I want to make a parent form in my application and I don't know how. please help Thanks, Joe
  14. Learnerprog

    format currency with digit decimal

    Hello all, is there a format express or a way in visual basic 6.0 to format a value i.e. 100 = 100.00. no matter, what I try it always give me 100 and I want i to show as 100.00. Thanks, Joe
  15. Learnerprog

    How to make call to a store procedure from Triggers?

    How to make call to a store procedure from Triggers? Has anyone done this before? Please help.... Thanks, Joe
  16. Learnerprog

    How to make call to a store procedure from Triggers?

    How to make call to a store procedure from Triggers? has anyone done this before. please help me. Thanks, CVL
  17. Learnerprog

    how to load item in combo box in excel?

    Hello all, I am new to VBA. I am trying to load a list of names that are stored in my excel spread sheet into a combo box on form load. How do I do that? and when I select the name on the drop down list from the combo box. I will only populate the the information belong to that individual on the...
  18. Learnerprog

    Date Format

    Hello All, How to format a date in CYYMMDD in SQL 2000? i.e '09/30/2004' Thanks, Joe
  19. Learnerprog

    Format date

    Hello all, How to format a date in CYYMMDD in SQL 2000? i.e '09/30/2004' Thanks in advance
  20. Learnerprog

    Disable Shift Key...

    How to disable the Shift Key in so user can't get to the design part of the application. Thanks, CVL

Part and Inventory Search

Back
Top