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

    Save frame with javascript

    Hi, I have a page which has an IFRAME in it (No problem as this is on an Intranet). What I would like to do is have a command button on the page hosting the IFRAME and when someone clicks on the button the page in the IFRAME is saved.. I had this going in an Active X control but it would be...
  2. markusj

    Server side ActiveX control

    Hi, I have created an Active X control I want to use in a webpage. I can install it client side which means a user has to download and install the Active X control over the Intranet. Can I install the Active X control on the server side so that the Active X control still appears but the user...
  3. markusj

    Determine if a field contains a number

    Hi, I am trying to retrieve information from a field where the field can contain both a number for one record and a string for another record. The field is set as a string in the database schema. What I would like to do is retrieve only those fields which do not contain a number. In VB I would...
  4. markusj

    Seperating layers with VBA

    Hi, I have a image in Visio which is made up of many shapes in a single layer. I wis to extract a shape from the picture which I can do manually by converting the image and selecting only the shapes that are to exist in the new layer. Does any one know how to do this in VBA? Thanks in advance...
  5. markusj

    Referencing Shape cordinates in Visio

    Hi Dave, thanks for that but I am actually trying to do it 'on the fly' using VBA. Thanks in advance Markus
  6. markusj

    Referencing Shape cordinates in Visio

    Hi, I am tyring to find out the X and Y co-ordinates for a shape in Visio. (Original drawing was made in AutoCad) I can find out the text of shapes in a layer by referencing the oShape.Characters but I need to find out the X and Y co-ordinate of a shape. e.g oShape.XCordinate...

Part and Inventory Search

Back
Top