Changes between Version 19 and Version 20 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/CTktFlds
- Timestamp:
- 03/12/25 07:51:47 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/CTktFlds
v19 v20 144 144 ==== Example ==== 145 145 146 {{{ 146 {{{#!c++ 147 147 string strTime = GetTimeStr(1); // Include seconds 148 148 string strGross = FormatGrossWt(1); … … 156 156 === !SetEvent === 157 157 Sets an event to allow the application to do some processing during printing 158 {{{ 158 {{{#!c++ 159 159 void SetEvent(void* userData, TKT_EVENT func); 160 160 }}} … … 176 176 ==== Example ==== 177 177 178 {{{ 178 {{{#!c++ 179 179 180 180 struct tran_info_struct … … 219 219 Print the ticket 220 220 221 {{{ 221 {{{#!c++ 222 222 void PrintTkt(int nFmt, int verbose = 0); 223 223