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!

Recent content by ChiliDog007

  1. ChiliDog007

    Organisational Chart sizing problem

    hmmmm i'm not sure about the paper because i am not there to see it.(i'm not an expert! sorry)but if worse comes to worse you could scale every position. that'd take a long time but i think that is an option. If a tree falls in the woods, and no one is there to see it, do all the other trees...
  2. ChiliDog007

    Scale Drawings

    thanx and that would work with height as well correct? i can find all of the cell names in the help file correct? If a tree falls in the woods, and no one is there to see it, do all the other trees make fun of it?
  3. ChiliDog007

    Organisational Chart sizing problem

    just a thought, why not select all the objects group them into one shape then change the size of the grouped shape to fit the paper? If a tree falls in the woods, and no one is there to see it, do all the other trees make fun of it?
  4. ChiliDog007

    Selecting the Most current date from VB6

    Thnax for the help i was able to get it to work. If a tree falls in the woods, and no one is there to see it, do all the other trees make fun of it?
  5. ChiliDog007

    Organisational Chart sizing problem

    this is in visio correct?
  6. ChiliDog007

    Selecting the Most current date from VB6

    i tried that and it work except that it only gives one record. there are 124 machines and i just need the most current date. any more ideas?
  7. ChiliDog007

    Selecting the Most current date from VB6

    So that would go in my SQL Statement like this? = "SELECT " _ & "[Machine Data].[Machine Number], " _ & " [Machine Data].[Machine Description], " _ & " [Machine Data].Dept, " _ & " [Machine Data].Disposition, " _ & " [Machine Data].SafeRequire, " _ & "...
  8. ChiliDog007

    Organisational Chart sizing problem

    when you say it need to be much much bigger do you mean the paper?
  9. ChiliDog007

    Scale Drawings

    When connecting to Visio from VB6, is it possible to scale the drawings down that are input into the Visio document? i know how to properly posistion them, i just need to know how to make them smaller or bigger.
  10. ChiliDog007

    Selecting the Most current date from VB6

    i have created a front end in VB6 to an SQL database. i then use that front end to populate a table. the problem is that i can not select only the most current date. i have tried many different approaches but i can't figure out how to do this. i have a training session that i have to give on Oct...
  11. ChiliDog007

    Shape Selection

    oh i see now what the problem was, visApp.ActiveWindow.Group i wasn't using the visioapplication to select them. thanx a whole lot man.
  12. ChiliDog007

    Shape Selection

    i got this error, do i need to add a library or something? ERROR ActiveX component cant create object
  13. ChiliDog007

    Shape Selection

    What do i put for x? For Each x In .Shapes i see what y does but i am unsure of how to declare x
  14. ChiliDog007

    Shape Selection

    thanx for the quick reply. i'll try and adapt this accordingly
  15. ChiliDog007

    Shape Selection

    is there a way to select shapes from VB6 and group them?

Part and Inventory Search

Back
Top