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 strongm 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. rmittal

    Pass values between windows

    Hello, I have a first window which has 5-6 fields. It has 3 buttons - Other, Save, Cancel. When I click on Other, a new window opens(like a popup) which has 4 fields. It has 2 buttons - Ok and Cancel. When I click on Ok on this window I need to pass the values of the fields from this window to...
  2. rmittal

    Help with textrea

    I have a textarea which accepts 358 characters. I want the first 3 characters to be "***" and these should not be editable i.e. the user should start entering data after these first 3 characters. How do I do this?
  3. rmittal

    Create a dashed line

    I want to create a horizontal dashed line. By using <hr> we get a single horizontal line. I want to create a dashed line like ----------------. How do I do this?
  4. rmittal

    Hi, In a textarea I want to limit the number of characters to be 3

    Hi, In a textarea I want to limit the number of characters to be 358. After 358 characters the user shouls not be able to type. Also, the initial value in a textarea should be '**' and the user should start writing after these 2 characters. So then the characters the user can type will be...
  5. rmittal

    Limit the number of characters in a textarea

    Hi, In a textarea I want to limit the number of characters to be 368. After 369 characters the user shouls not be able to type. Also, the initial value in a textarea should be '**' and the user should start writing after these 2 characters. So then the characters the user can type will be...
  6. rmittal

    Placing of 2 tables

    I was able to place 2 tables side-by-side but now the problem is the first table has less rows than the second one so it is coming in the center of the one big table. I want to start from the leftmost position. I tried using valign and align but it did not work. The code I have written is...
  7. rmittal

    Place 2 tables next to each other

    I need help in placing 2 table side-by-side. I have 2 tables of 2 columns and n number of rows. I want them to be placed next to each other instead of placing them one below the other. I do not want to use frames. Is there a way I can do this?
  8. rmittal

    Convert COBOL Comp or Comp-3 to a regular number

    Hi,<br>&nbsp;&nbsp;I am a programmer doing CGI scripting in REXX. Te input to the REXX programs are through the CICS program on mainframes. I need to get the Pic 9(4) COMP or COMP-3 data in REXX as a regular number. I cannot change the field size since then the entire record structure will have...

Part and Inventory Search

Back
Top