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 IamaSherpa 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. Lukeage

    Automating MSWord

    Thanks for responding. Well I'm not really sure how I should be doing it, but I've started with this code WordApplication1->Visible = true; AnsiString CurrentDocID = MainTable->FieldValue["Document ID"]; // Get the document ID from the Data Table. The PathLocation method will take out the...
  2. Lukeage

    Automating MSWord

    I got such a great response from the last posting, that I've decided to stop trawling the internet for my answers, and apply straight to the experts again. This time it's about opening word documents from within an application. The problem is that when MSWord opens, it's minimised on the...
  3. Lukeage

    Highlighting Text in a Combo Box

    Thanks everybody for your help. I've solved the problem using the replies that you gave me. Special thanks to itsgsd for the best one liner I've ever copied that works. This place is fantastic.
  4. Lukeage

    Highlighting Text in a Combo Box

    hstijnen, Thanks for responding. I can't do that, the problem is that the item in the list that I need to pick is defined by an item read from a database (which is text). So if the item read from the database is 'Invoice' then I need to switch focus to the 'Invoice' item, if it is 'Letter' then...
  5. Lukeage

    Highlighting Text in a Combo Box

    Hi all, I'm not really a great programmer so I'm hoping somebody out there can help me out. I have a Combo Box on a form which has pre-defined items. What I need to do is programmatically change the item shown in the combo box to another in the list when a button is pressed. Added to this...

Part and Inventory Search

Back
Top