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

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

    Help on dynamic combo box

    Hi, I'm new in JavaScript programming, i'm stuck at this dynamic combo box. I'm having a table with: 1. company 2. category 3. subcategory 4. app_cd 5. app_name What I want is, 1. when I select company(1st combo), all the category for the company is pulled in 2nd combo. And when I select...
  2. ummul21

    How to publish vb exe into web page - Help please !!

    Hi, I'm having a vb program that is updating information into SQL Server database through ODBC connection. I want my users to access the exe through my intranet web page. Do you have any idea how to make it happen?? I want the exe and the ODBC setting is located in the intranet server and...
  3. ummul21

    Always on top toolbar in vb

    Hi, I'm developing a simple application to keep every hour output of my production line target and actual qty. But now, my management want me to develop some display application to show the qty at their pc using the office toolbar method which is always on top no matter if you open any other...
  4. ummul21

    Create text file. File name from database.

    Hi, I have 2 column in my table 1.Serial_no 2.Serial_line. Every time there is an additional record into the table, I want to create a text file using the serial_no & serial_line as the file name. Lets say the serial_no=2 and serial_line=3, So I want my table name to be 2_3.txt Please...
  5. ummul21

    How to get server date and time ??

    Hi, I'm having problem to get the time and date from file server to my vb program. I don't want to pull the PC date and time coz, user can change it anytime they want. It will not be accurate....
  6. ummul21

    Printing Date Format in dd/mm/yyyy

    Hi, I have a string field in my database to store date. the date format is dd/mm/yy (31/05/03). I have problem to convert the string to date type. I tried to use cdate function, but it will change the date format to 03/05/31. I also tried to use below formula : cdate(val(mid...

Part and Inventory Search

Back
Top