copy Database properties in Visio into clipboard ?

  • Hi,

    Does anyone know how to copy the information from the columns pane in the Database Properties window of a table entity in Visio?

    Specifically on the columns page, I would like to select all rows (all columns) and copy the contents (including the notes column) to my clipboard for further use in let's say a document.

    I can copy each individual cell in that pane, but not the whole selection.

    Thanks for any tips.

    Regards,

    Franky

    Franky L.

  • Franky Leeuwerck (2/25/2010)


    Hi,

    Does anyone know how to copy the information from the columns pane in the Database Properties window of a table entity in Visio?

    Specifically on the columns page, I would like to select all rows (all columns) and copy the contents (including the notes column) to my clipboard for further use in let's say a document.

    I can copy each individual cell in that pane, but not the whole selection.

    Thanks for any tips.

    Regards,

    Franky

    Those properties are part of the Microsoft database management object, that is in 2000 and below you use DMO now you use SMO. So you need to look for T-SQL script used to generate it or write SMO code because tools from Microsoft partners can be used to generate it.

    Kind regards,
    Gift Peddie

  • Franky Leeuwerck (2/25/2010)


    Hi,

    Does anyone know how to copy the information from the columns pane in the Database Properties window of a table entity in Visio?

    Specifically on the columns page, I would like to select all rows (all columns) and copy the contents (including the notes column) to my clipboard for further use in let's say a document.

    I can copy each individual cell in that pane, but not the whole selection.

    Thanks for any tips.

    Regards,

    Franky

    I'm pretty sure it can't be done, and in my view this is appallingly bad GUI design/usability. As Gift said, you have to write program to get this information.

    You could of course try using dump screen to get an image, cropping it to the boundaries you want, and trying to read it with OCR software - but I wouldn't rate your chances of getting that to work usefully.

    Tom

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply