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 TouchToneTommy 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: mbwmbk
  • Content: Threads
  • Order by date
  1. mbwmbk

    Getting the grand total from user input

    I have generated a list of items from the table with unit cost. item# UnitCsot Qty subtotal item1 2.00 user input javascript to calculate item2 0.30 user input . . . item 10 3.15 user input .... Is there a way to dynamically calculate the grand total from the subtotal input boxes? if...
  2. mbwmbk

    if I have a number eg. 1004.25,

    if I have a number eg. 1004.25, I need to display 'one thousand four dollar and 25/100 cents' on the page. How can I do it?
  3. mbwmbk

    how to get last day of the month

    Hi All, I have this question: dim mth1, mth2 dim yr1, yr2 suppose: mth1=1, yr1=2001 mth2=5, yr2=2003 How can I get the last day of the month given mth1=1 (January)? how to retrieve all the records from table ndata where ndate > 1/1/2001 and ndate < 5/31/2003? thanks.
  4. mbwmbk

    application for WindowCE

    If I am going to write an application (for data collection/entry, with SQL server database as backend) for windowCE, how can I do that? What language should I use?
  5. mbwmbk

    Add an unique id field in an existing table

    I have a table with 100 rows. I need to add a unique id field to identify each row in the that table. How can I do that?
  6. mbwmbk

    I am new to hand-helds. Can I load

    I am new to hand-helds. Can I load ASP pages to window CE? Will it work? How to do it?
  7. mbwmbk

    data validation

    I have a form which generate the input box dynamically according to the data in the database. When submitting the form (js function), how can I check if the input box is filled? if not rs1.EOF then Response.Write &quot;<TABLE align=center frame=&quot;&quot;below&quot;&quot; cellPadding=1...
  8. mbwmbk

    count tags in form in JS function

    Is there a way to count how many input tags in a form in a javascript function?

Part and Inventory Search

Back
Top