IntegerAddDiagramEntry(Integer iDId String sT Integer iTL String sV Integer iVL Dword dBC Dword dFC Integer iFil Integer iDec integer iVP Integer iExt)
*** Adds an entry to a specified diagram (ID from CreateDiagram)
*** iDId is the id of the diagram
*** sTxt is a describing text for the value
*** iTxtLen is the len of the DataFlex string
*** iValue is an integer value for the diagram !!!!
*** dwBcolor is the boarder color
*** dwFcolor is the fill color
*** iFill is DFGR_FILL or DFGR_TRAN
*** iDec tells how mwny decimals you want on a value
*** iVP tells if you want no value, value or percent
*** iExt is DFGR_IN or DFGR_OUT pulls the pie out in circel diagram
***
*** Returns Diagram Id or PRN_FALSE=Error
***