Changes between Version 19 and Version 20 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/CTktFlds


Ignore:
Timestamp:
03/12/25 07:51:47 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/CTktFlds

    v19 v20  
    144144==== Example ====
    145145
    146 {{{
     146{{{#!c++
    147147string strTime = GetTimeStr(1); // Include seconds
    148148string strGross = FormatGrossWt(1);
     
    156156=== !SetEvent ===
    157157Sets an event to allow the application to do some processing during printing
    158 {{{
     158{{{#!c++
    159159void SetEvent(void* userData, TKT_EVENT func);
    160160}}}
     
    176176==== Example ====
    177177
    178 {{{
     178{{{#!c++
    179179
    180180struct tran_info_struct
     
    219219Print the ticket
    220220
    221 {{{
     221{{{#!c++
    222222void PrintTkt(int nFmt, int verbose = 0);
    223223