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 Mike Lewis 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. mijulie

    How do u create a word doc (as opposed to opening)?

    Is there a smaller table i could create that would allow me to do what i need??
  2. mijulie

    How do u create a word doc (as opposed to opening)?

    Can anybody help me with the position of the table on the doc? It wont let me make the range anything higher than 35,35. It gives me an error if i inrease it saying "value out of range". How can i put it lower on the page so I can put a heading and some lines of writing above it...
  3. mijulie

    How do u create a word doc (as opposed to opening)?

    Okay, that seems pretty straight forward but how do I name and pass variables in as individual cell values. Is this very difficult, I can't seem to get it working myself. Any help would be appreciated! Thanks, Mijulie
  4. mijulie

    How do u create a word doc (as opposed to opening)?

    The TypeParagraph works like a dream, thanks for that. Would you know how to create a table in Word document?
  5. mijulie

    How do u create a word doc (as opposed to opening)?

    I've found the solution, using the add method. Only thing is every time i write to it, it keeps going on the same line. I want to be able to move on to a new line when i have to. Does anyone know what the code for this might be, Selection.InsertLine or something?
  6. mijulie

    How do u create a word doc (as opposed to opening)?

    That's great but can i trouble u for some more info? I need to write to a word doc. I know how to write to a textfile using the filetxt.WriteLine method. Can u tell me what the format for writing to a word doc is please. I would really appreciate any help! Mijulie
  7. mijulie

    I'm trying to open file for viewing when button clicked!

    This is my code, I don't get any errors but nothing opens! Does anyone see the problem? Thank you in advance if you can help, Mijulie <HTML> <HEAD> <H1>SIT_TEST_CIT:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Build Validation</H1> <SCRIPT LANGUAGE=&quot;VBSCRIPT&quot;> sub...
  8. mijulie

    Anyone know if u can put values from a textfile back in to a form?

    I have a separate html file written for inputting the values from the textfile (this is just the start of it!) The file name i used is valid and contains the variable being passed in to the Binary text box. When i run this however the Binary textbox contains the actual word contents. I think it...
  9. mijulie

    Anyone know if u can put values from a textfile back in to a form?

    I am currently inputting values into a form which then outputs results to a textfile. I'm wondering if u can recall the values from the textfile and have them populate the fields in the form. Is it possible??
  10. mijulie

    How do i write to a text file using ASP &amp; VBScript?

    Thanks for that, it's working away fine now, much appreciated, Mijulie
  11. mijulie

    Submitting a form from a vbscript function.

    I don't know if this is what u are asking but, u need; sub b1_onclick anyline following the above is what action is to be taken when u submit. where b1 is the id/name of the submit button in the html code below; <INPUT type=&quot;button&quot; value=&quot;Submit&quot; id=b1 name=b1 > If this...
  12. mijulie

    How do u create a word doc (as opposed to opening)?

    If this is the code for opening an existing doc, anyone know what command i need to create a doc? Set Word = CreateObject(&quot;Word.Application&quot;) Word.Visible = TRUE Word.Documents.Open(&quot;C:\My Documents\myfile.doc&quot;)
  13. mijulie

    How do I create a file even if file of the same name exists already?

    The data entered in the form is written to a textfile based on a combination of 2 variables. It is possible that there could be more than one file with the same 2 variables as another. If I save a file that already has the name then it overwrites the old one. Anyone know how to save every...
  14. mijulie

    How do i write to a text file using ASP &amp; VBScript?

    This is the line in my code, when i run it i get an error saying unterminated string constant after, True) Set filetxt = filesys.CreateTextFile(&quot;F:\com\docs\Corktest\Sit\TheBinary&TheBuild&&quot;.txt&quot;, True)
  15. mijulie

    How do i write to a text file using ASP &amp; VBScript?

    Did u leave out a closing inverted comma, there's only 3 of them. I tried putting a second one after &quot;.txt&quot; but an error generates saying i need a closing bracket. Without it it says i need a closing &quot;. I haven't a clue what to do!!
  16. mijulie

    How do i write to a text file using ASP &amp; VBScript?

    Thanks for the solution but i figured it out, you might be able to help me with something else though! I want to pass in the name of the textfile based on the Binary followed by the Build No. , it looks like this; Set filetxt =...
  17. mijulie

    checkbox value = on ,even when not checked! Why is this??

    The BuildForm.tLandline.checked code worked! Thanks again, u got me out of another hole, thanks! Mijulie
  18. mijulie

    checkbox value = on ,even when not checked! Why is this??

    This is the code for output to my textfile, filetxt.WriteLine &quot;Tekelec: &quot;&BuildForm.tLandline.Value filetxt.WriteLine &quot;D & D: &quot;&BuildForm.dLandline.Value filetxt.WriteLine &quot;Bearer Data: &quot;&BuildForm.bLandline.Value filetxt.WriteLine &quot;SoftShelf...
  19. mijulie

    Any VBScript guys out there? i need some help!

    Not to worry i figured it out thanks to link9!
  20. mijulie

    How do u pass a variable(not just a value) to a file ??

    Thanks for all your help. It's working perfectly now, i can append to an existing file no problem!! Won't be bothering you anymore, much appreciated!! Mijulie

Part and Inventory Search

Back
Top