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 bkrike 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: *

  • Users: rdavis
  • Content: Threads
  • Order by date
  1. rdavis

    Sharing multiple tables between databases

    I hope I am posting this in the right area. I have multiple databases on the same server that are exactly the same, but they are for different 'companies'. I need to share several tables for some companies. These tables must be able to be changed from each database too. I though of creating a...
  2. rdavis

    Imaging for XP

    Has anyone used the new Windows Image Acquisition Library from Microsoft? If so, has anyone seen a difference in speed when loading large tif images? I moved from the Kodak Imaging Control to this and I'm thinking about moving back this is the case. Thank you in advance Rob
  3. rdavis

    Problem with inserting Images to Word

    Just wondering if anyone else has ever had this problem: I'm using Kodak's imgedit control to insert multiple page tif images to Word. Everything is working fine, but the completed word document is distorted. If I close Word, then re-open the saved document, everything is fine. I was doing this...
  4. rdavis

    Select Case or IF

    Just a little post to get some opinions; Which is quicker, Select Case or IF? Thanks Rob
  5. rdavis

    Is there a way to get group totals

    Is there a way to get group totals from a subreport and use them for froup totals for the main report? I can get totals from the subreport, but not group totals Thanks Rob
  6. rdavis

    Error: Object or class does not support the set of events

    I know you can not declare an object WithEvents as an array. But why can't I set an object = to another object that in is an array. Eg. Dim Object WithEvents as RichTextBox Set Object = RichTextBox (index) I get the above error? Am I not allowed to do this? If I make RichTextBox1 a single...
  7. rdavis

    Vertical label caption

    Is there a way to show a caption for a label to be vertical instead of horizontal? eg. L instead of Label1 a b e l 1 Thanks Rob
  8. rdavis

    Tab Stops and RichTextBox

    Is there a way to set the Tab Stops in a RichTextBox? Thanks Rob
  9. rdavis

    Microsoft Word variables

    What is the best way to input data from a VB application to Microsoft Word? I've started out using the Replace function (to look for a string in the document e.g. <NAME> and replace with data>), then I looked into fields (DocVariable), but it looks like you can only reference a field by an...
  10. rdavis

    Outlook Calendar

    I know how to create an appointment item in the Calendar, but it is placing the item in the default Calendar. How do I place that item in a Calendar that has been created. Thanks Rob
  11. rdavis

    Classes and Collections

    Hi, I'm trying to grasp the concept of collections and/or classes. Looking in the archives did not help me to much. What I'm looking to do is take a group of controls on a form, not all of them, and send them to a function. These controls are also in an array. Am I going the right way by...
  12. rdavis

    List of users

    Is there a way I can get a list of users printed out, eg. some command | lpr -P printername, instead of going and looking at the userlist in the GUI? Rob
  13. rdavis

    EM_POSFROMCHAR and TextBox

    Does anyone have any sample code on using EM_POSFROMCHAR and EM_CHARFROMPAS messages in a TextBox (not a RichTextBox). I've been trying all day and getting nowhere fast. Rob
  14. rdavis

    Registry

    Is there a way to put something in the registry and have it NOT show up under 'VB and VBA program settings', but under your own setting name? Thanks in Advance, Rob
  15. rdavis

    Joining 2 tables

    I'm pretty new to SQL statements, and I've been trying to join 2 tables. I have two tables, one has building names, and the other has tenant names. I'm trying to join them so I have the Building/Tenant names together. I'm able to do that, but I'm trying to have the Building Name come up by...
  16. rdavis

    Mousepointer

    I was thinking about this on the way to work today. What is the best way to change the mousepointer. Form.Mousepointer = vbhourglass or Screen.Mousepointer = vbhourglass Is there any difference between the two? Thanks, Rob
  17. rdavis

    Child forms

    How can I reference a child form from another form that was called from this child form. For example, I loaded Form1 from a child form. In Form1 I have to make reference to the calling ChildForm (I place information in the Tag property of the Childfrom in the Form1 code) Thanks in advance Rob
  18. rdavis

    Ambiguous symbol

    I usually use VB, but I decided to use VC for something and I am having a problem. I am automating Word using MFC and accessing a database with #import and I'm coming up with an ambiguous symbol error C2872 for Field and Fields. I know there is a conflict between ADO and Word for Field amd...
  19. rdavis

    blocking factors

    I need to lower my blocking factor in my backup software. It is currently set to 64. What should I change it to? Where can I find any information on blocking factors? Thanks in advance, Rob

Part and Inventory Search

Back
Top