[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   OutLine ( nTRow, nLCol, cText, nType, nColor, lCombo ) -> .t.

   Frames text and an optional ChoiceBox behind it (only with font loaded)
   You must leave a blank line above an beneath the text !

   PARAMETERS:
   nTRow      Upper Row
   nLCol      Left Column

   cText      The Text
   nType      1 = JacksonType ,  top is light white, bottom is black
                  ( raised type )

              2 = ClericalType, top is black, bottom is white
                  ( sunken type )

              0 = CoalmineType, top is black, bottom is black
                  ( ah, well...try it )

   nColor     Clipper ColorCode for the text
   lCombo    .t. = ChoiceBox behind text (Default is .F. )


   And what are you supposed to do with it ? FrameMania :


            @ 10, 26 SAY 'WhoAreYou'

            OutLine (10, 25, xDummy1, 2, 112)


   looks great !





See Also: DelLine GET AS FRAME
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson