hexagon logo

Help with FCF dimension

I have these little OLE programs that I was updating to exe files to get rid of an annoying server busy error. And in some of our programs we have FCF dimensions that are making me crazy since they worked as a basic script but don't work as a exe file. Here is what I have for the code:

If ObjCmd.Type = 184 Then
                If Len(ObjCmd.ID) > 0 Then
                    PrevID = FCFid
                    FCFid = ObjCmd.ID
                End If
                FCFMeas = ObjCmd.GetFieldValue(LINE2_DEV, 1)
            End If


Any ideas on why it worked one way but not now?

And there used to be some examples of FCF coding on here, but I can't find it again. If you have examples you are willing to share, I would appreciate the posting of them so I could learn what you did.

Thanks so much for any help you can provide.
Parents
  • Anders - it's odd that this thread popped up today, I've been looking into adding FCF output to my reporting tools and was going to ask you a few questions.

    It appears to me there's all these Reporting Tables, however can you confirm most cases are covers by the Line 2 Basic Dimension table, or the four or so tables that are used for reporting Position. (Size, Position, Datum Shift and Summary)

    In fact I've not seen any of the other tables used, did you find this also?
Reply
  • Anders - it's odd that this thread popped up today, I've been looking into adding FCF output to my reporting tools and was going to ask you a few questions.

    It appears to me there's all these Reporting Tables, however can you confirm most cases are covers by the Line 2 Basic Dimension table, or the four or so tables that are used for reporting Position. (Size, Position, Datum Shift and Summary)

    In fact I've not seen any of the other tables used, did you find this also?
Children
No Data