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

    Grabbing SQL String with RDC open...

    Hello all- Here's the situation: I have the RDC on my vb form which allows the user to create their report. After they put some fields on and change around the record selection formula, I would like to grab the SQL String that corresponds (should be generated by crystal, depending on the...
  2. KowCiller

    OLE Container Control and Menus

    Hello all- I've embedded microsoft word 2000 into my VB form via the OLE Container Control. My main form holds an activebar, menus, etc that cover the whole application. The form that I open up the OLE Container Control on is a sub form (ie it still has the activebar on the left, app-wide...
  3. KowCiller

    OLE container is frustrating!

    Hello all I would like to have Word stuck into my application so that a user can run a mail merge from it, using an excel file as the data source. The idea is to have everything done from my application... Here is the code I have. On my form there is an OLE control and a button X...
  4. KowCiller

    OLE Container Control

    This control has given me fits... The whole idea here is this : The users should be able to work with Microsoft Word inside my application, specifically mail merging with a Microsoft Excel spreadsheet (.xls file). My form has an OLE Container control with a command button X. Here's my...
  5. KowCiller

    Word 2000 & SQL Server Mail Merge

    Please knock some sense into me! I cannot figure out how to accomplish this.. All I simply want to do is run a mail merge from word 2000 to a table in my SQL Server Database! I went to Tools->Mail Merge then made the current file a form letter. Then I clicked the Get Data->Open Data...
  6. KowCiller

    OLE embedded Word Doc

    Hello all- I have a form with an OLE container control, embedding a word document. Why is the Mail Merge option disabled under the Tools menu? I want to add Word to my application so my users can do mail merges... Anyone know how to enable this option? Thanks! Aaron.
  7. KowCiller

    Mail Merge with OLE Word, VB 6

    Hello All- I've read many other posts about mail merging with word and VB 6 but I cannot seem to find a good answer for what I'm doing. On my form there is an OLE Container and it will always be set to open a blank word 2000 document. I would like my users to be able to mail merge using this...
  8. KowCiller

    sql query problem

    Hello all! Hopefully someone here can help me with this. I'm a newbie when it comes to building sql queries. I have two tables, tblReport and tblUser *both tables have a corresponding rpt_id *tblReport has a create_id *tblUser has a user_id I would like to grab all rows out of tblReport...
  9. KowCiller

    Selection Formula Editor at Runtime

    Ken- Thank you so much for your post. Perhaps I should have been more specific. At the point where I would like the editor to open, I already have the Report Designer control open. The users can already click the "Select Expert" button that is built into the control. From there...
  10. KowCiller

    Selection Formula Editor at Runtime

    Hello all! I hope someone can help me with this. I would like to be able to pop up the Record Selection Formula Editor window at runtime through VB code. From there, the user should be able to create a selection formula normally through the GUI, and then when they are finished, I would like...

Part and Inventory Search

Back
Top