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. saphiroth

    Fonts

    yea, thats what i think. Thanks
  2. saphiroth

    Fonts

    What I mean is, I want to control how much space there is between one line and the one under it. exampe one | | example two The space between example one and example two. The control is a button.
  3. saphiroth

    Fonts

    Actually I was looking for a way to change the line spacing between sentences.
  4. saphiroth

    Fonts

    I have a collection of cotrols: System::Windows::Forms::Control * tmpControl = ctrlCollection->get_Item(i); I was wondering if its possible to access the tmpControl->FontHeight. I know that FontHeight is a protected property but I need a way to access the font height of this temporary...
  5. saphiroth

    writing to file

    Any reason why the php code would not work when linking to the php page containing the from and code from another page? Thank you jpadie
  6. saphiroth

    writing to file

    Thank you very much for your help. The program works fine. If I wanted to have a thankyou page come up after the user preses the submit button, where would I put the code and would it be like this: <a href="thankyou.htm" target="_self"></a> Thanks again!
  7. saphiroth

    writing to file

    Thank you for your help! But nothing is being writen to the files stil. I am new to php so I'm not sure if the syntax is correct or the variables are defiend correctly. If the global variable option was not set up how would I use the variables? Thank you
  8. saphiroth

    writing to file

    Hello, I am trying to have a user enter some data in a form and then save that data to a text file localy on the server. But the code I have does not work. It says that the variables for the text fields I have defined do not exist. I turned the global variables on and it still says the same...
  9. saphiroth

    write to file with javascript

    Hello, I'm trying to have a user input their name on a webpage and then have the webpage store that name in a text file on the server. I have a form on a webpage where a user types their name in and then after pressing submit the name gets saved in a text file. But for some reason this does...
  10. saphiroth

    Write to Word from VB.NET

    Ok, now it works. I have this new merged document print directly to the printer so when the user presses print a dialogue print box comes up asking what printer to choose and all that stuff. When pressing print the document prints fine but when pressing cancel it give me an error because of...
  11. saphiroth

    Write to Word from VB.NET

    This is my code for doing the merge: Imports System.Windows Imports Word Module MSWORD Public Function wordWrite() 'ChDir(Forms.Application.StartupPath()) Dim InternalWordApp As New Word.ApplicationClass Dim InternalWordDoc As New Word.Document Dim...
  12. saphiroth

    Write to Word from VB.NET

    After I try to merge the document I get the window that says "Choose the endcoding to use for loading this file": and it lists a bunch of encoding ways such as Unicode. I tried this through VB which worked before untill I got this window to pop up and I also tried this doing manually through...
  13. saphiroth

    Write to Word from VB.NET

    ok, thank you. Thats what I had...Ill fix that.
  14. saphiroth

    Write to Word from VB.NET

    Everything works but I do have one question. After I merge the two documents the first inserted data field that goes into the word document from the txt gets returned to the next line. Why is that? Thank you Example: Gauge Num: 123 Work Num: 567 Date:7668 Name: bob
  15. saphiroth

    segmenation fault in threading simulation

    Hi, I wrote a program that simulates threading. I have 4 "threads" and all they do is write 1's and 0's into an array. I wrote a scheduler that creates a round robin run of the threads. Thread T1 writes 1's into the Buffer and if incouters a 0 then it blocks 'B' and if the goal of writing a...
  16. saphiroth

    Write to Word from VB.NET

    Hey Rick, I have a few questions. First when I go to "Tools" -> "Mail Merge" -> "Main Document - Create" I only see "Form letter", "Mailing labels", "Envelopes", and "Catalog" but when i click on any of them I do get to choose "Active Window". And that is what I tried. After that I created a...
  17. saphiroth

    Write to Word from VB.NET

    For some reason the InternalWordApp has an error that says it needs to be declared. Also the With statement has an error stating that it can not appear outside the method body. Wonder if anyone knows why. Thank you
  18. saphiroth

    Write to Word from VB.NET

    You peole are all great and I should buy all of you ice cream. Thanx for the help. Also, Rick, I dont know the values that will be entered. The values will be entered from VB. The user will input some stuff that I need to use to fill in some blanks in my word template that i made, kind of...
  19. saphiroth

    Write to Word from VB.NET

    I have added bookmarks. How would I implement them in vb?
  20. saphiroth

    Write to Word from VB.NET

    Im using MS word 2000 with the Word reference 9 in VB.NET

Part and Inventory Search

Back
Top