hexagon logo

Problem with Command.GetFieldValue and the new GeoTol (2020 R2)

Greetings,


I have been using the VB.Script ".GetFieldValue" since version 2014.1 to transfer measured values ​​to an external application.
This function ".GetFieldValue" ​​was nice to transfer data without an additional assign command

Unfortunately this no longer works with the new GeoTol in 2020R2.
There are simply no measured values ​​stored in GeoTol.Commands or I cannot find them.

Can someone tell me how else to access this data, if possible with a single function?










Parents
  • hi

    thanks, i have to test it on my machine, otherwise this will take forever ^^
    i look it up

    this error is easy through:
    "sPuffer = DmisCommand.GetText(REF_ID, LoopIndex)" change to "sPuffer = Cmd.GetText(REF_ID, LoopIndex)"
    this have to change 4 times


    Change has been made and saved. I have to wait a bit to test it though. Hopefully I will get it tested by time I leave today. Thanks again!
Reply
  • hi

    thanks, i have to test it on my machine, otherwise this will take forever ^^
    i look it up

    this error is easy through:
    "sPuffer = DmisCommand.GetText(REF_ID, LoopIndex)" change to "sPuffer = Cmd.GetText(REF_ID, LoopIndex)"
    this have to change 4 times


    Change has been made and saved. I have to wait a bit to test it though. Hopefully I will get it tested by time I leave today. Thanks again!
Children
No Data