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

  1. ummul21

    Help on dynamic combo box

    ok, got it. here is the code: <form method="get" action="budget_add.asp" onSubmit="return checkSubmit(this);" id=form1 name=form1> <table> <tr> <td class="helpdeskText1" width=10%>Budget for Year:</td> <td class="helpdeskText1" width=40%> <select name=b_year> <option...
  2. ummul21

    Help on dynamic combo box

    I'm sorry, I really new to the web programming. Can I know what do you mean by client-side source? Thanks & Regards, [flowerface] Ummul
  3. 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...
  4. ummul21

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

    Hi, I managed to settle my problem. Thaks to everyone. Cheers. Thanks & Regards, [flowerface] Ummul
  5. ummul21

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

    I'm sorry. I'm new in web designing. Can I know what is the difference between HTML and DHTML? and is there any specific syntac I can use to call the vb exe file? Thanks & Regards, [flowerface] Ummul
  6. 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...
  7. ummul21

    Always on top toolbar in vb

    Yes I got it. Thanks very much for your help. Ummul... Thanks & Regards, [flowerface] Ummul
  8. 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...
  9. ummul21

    Create text file. File name from database.

    Thanks CCLINT..... It is working.... Ummul ::-)
  10. 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...
  11. ummul21

    How to get server date and time ??

    Oh, so sorry for a very late reply. vb5prgrmr, Actually I use your procedure to get the server date & it is w'king fine with win 95 & 98 clients. This is b'coz I have only one .exe file which I will put in the server and all the client will access it from their side. So, there is no problem for...
  12. ummul21

    How to get server date and time ??

    Hi Andy, I tried to create a file called mytime.txt in my C drive and execute below statement in the Form Load Shell &quot;NET TIME \\bpm1 > C:\mytime.TXT&quot; 'my server name is \\bpm1 But it didn't update anything to the text file.... the text file is blank.... Rgd & Thanks, Ummul.
  13. ummul21

    How to get server date and time ??

    Hi, Thanks a lot for the coding..... But, majority of my client is Win95 & 98.... Did anyone else have a soultion for that.... Thanks... Ummul
  14. ummul21

    How to get server date and time ??

    My file server is running on the Win 2k server. The client is Win95, Win98 and Win2k
  15. 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....
  16. ummul21

    Printing Date Format in dd/mm/yyyy

    Thanks Naith... It is working fine with my report [smile2]
  17. ummul21

    Printing Date Format in dd/mm/yyyy

    Thanks for your opinion Madawc, Actually my field already in string type, I want to change it to date type so that i can use it in my selection criteria.
  18. ummul21

    Have 2 sub groups under a Group

    I don't know this is a good idea or not, Try to use two subreports placed in the same level of report, with linking each subreport with the 1st grouping criteria.
  19. ummul21

    Printing Date Format in dd/mm/yyyy

    Actually in my database i have two columns for date: 1 ) column tdate in dd/mm/yy format 2 ) column trans_date in ddmmyy format the problem is when I use cdate function to convert the string to date format, it will take the date as year and the year as date. for example if I use...
  20. ummul21

    Printing Date Format in dd/mm/yyyy

    Thanks Reeboo, I tried to change it, but it is showing me 3/05/31 instead of 31/05/03 . The actual date should be 31st May 03

Part and Inventory Search

Back
Top