hexagon logo

Help basic script

will it be possible to put a picture on a button?
will it be possible with a basic scrip to run another basic script ?
If possible how can I do it?
Parents
  • Line 23 should probably be
     Set DmisCommand = DmisCommands.Add(CONTACT_VECTOR_POINT_FEATURE, True)
    


    (note the "Set" keyword - it's necessary at least in PC-DMIS Basic, I don't know much about VB)

    and all the PutText should drop the quote marks around THEO_X, THEO_Y etc.

    Program code is preferrable quoted with the CODE tags, like this, but without the space character after CODE:

    Set DmisCommand = DmisCommands.Add(CONTACT_VECTOR_POINT_FEATURE, True)
    
Reply
  • Line 23 should probably be
     Set DmisCommand = DmisCommands.Add(CONTACT_VECTOR_POINT_FEATURE, True)
    


    (note the "Set" keyword - it's necessary at least in PC-DMIS Basic, I don't know much about VB)

    and all the PutText should drop the quote marks around THEO_X, THEO_Y etc.

    Program code is preferrable quoted with the CODE tags, like this, but without the space character after CODE:

    Set DmisCommand = DmisCommands.Add(CONTACT_VECTOR_POINT_FEATURE, True)
    
Children
No Data