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 bkrike 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: *

  • Users: kerlin
  • Content: Threads
  • Order by date
  1. kerlin

    FDK - creation of an equation element crashes FM

    Hi, I need to programatically create an equation element in FM. The procedure I use is the same I use for other elements, that is: F_TextRangeT tr = F_ApiGetTextRange (docId, parentElemId, FP_TextRange); F_ElementLocT el = F_ApiTextLocToElementLoc (docId, &tr.end); F_ObjHandleT elemId =...

Part and Inventory Search

Back
Top