... with DBF (dBASE) files using PHP. * It includes functions for opening DBF files, reading headers and field descriptions, * properly padding values, and adding records to DBF files. * * Functions: * - php4dbf_logline: Logs messages to a log file. * - php4dbf_openDbf: Opens a DBF file. * - ...
... 90 % GDI resources: 90 % User resources: 90 % Windows total applications running: 1 1 , Variables in use ================ Procedure Type Value ========================== DOLPHIN_DEFERROR Param 1: O Class: ERROR TDOLPHINSRV:CHECKERROR Param 1: O Class: TDOLPHINSRV Param 2: N 1052 Param ...
... I would like it this way https://i.postimg.cc/gJd3SNRY/k2.jpg I made oCol:bClrStd := {|i| { RGB( 255, 0,0 ),IF (oBrw:aCols[ i ]:Value >100, CLR_BLUE,CLR_WHITE) } } but make error
... de la columna 3 es un Longtext de un RecordSet SQL @ 3.5, .5 LISTBOX oLbx FIELDS "Folio: " + Transform(oRecordSet:Fields("Id"):value,"9999") + CRLF + "Codigo:" + IIF(oRecordSet:Fields("Codigo"):value=NIL,"",Transform(oRecordSet:Fields("Codigo"):value,"99999")) ...
... you what I found. Look for HARBOUR_START_PROCEDURE * source/pp/ppcore.c + Added predefined macro __HB_MAIN__. The macro is undefined or holds the value of HARBOUR_START_PROCEDURE depending on the compiler. Use this code to make your Harbour startup procedure platform/compiler independent: #ifndef ...
... only when the Browse has focus. When the browse does not have focus, it is painted with oBrw:bClrSel (not oBrw:bClrSelFocus). Default value of oBrw:bClrSel is ::bClrSel := {|| { GetSysColor( COLOR_INACTIVECAPTIONTEXT ), GetSysColor( COLOR_INACTIVECAPTION ...
... NOBLANK> ] ; [ ORDER <order> ] ; [ FOR <uCond> ] ; [ TOOLTIP <cToolTip>] ; NOBLANK : for the combo not to start with a blank value, it starts with the first value in the list ORDER : to use an index when filling the combo, in this case it is a TAG of an index FOR : is for ...
... you what I found. Look for HARBOUR_START_PROCEDURE * source/pp/ppcore.c + Added predefined macro __HB_MAIN__. The macro is undefined or holds the value of HARBOUR_START_PROCEDURE depending on the compiler. Use this code to make your Harbour startup procedure platform/compiler independent: #ifndef ...
... use for "parts used on invoices". For quick filterning, I use SetScope functions. ( top and bottom ). It uses the invoice number as the value for both. Thus when the invoice is open, only those parts used for that specific one will display in the xBrowse control. It all works perfectly. ...
... use for "parts used on invoices". For quick filterning, I use SetScope functions. ( top and bottom ). It uses the invoice number as the value for both. Thus when the invoice is open, only those parts used for that specific one will display in the xBrowse control. It all works perfectly. ...
I need to make a formula to calculate a final value having an initial value for example 1 € and a fixed profit from 1 to 999 for example If nFixedProfit is 10, nInitialBet becomes 1.50. If nFixedProfit is from 10 to 13 nInitialBet becomes 1.50. ...
I need to make a formula to calculate a final value having an initial value for example 1 € and a fixed profit from 1 to 999 for example If nFixedProfit is 10, nInitialBet becomes 1.50. If nFixedProfit is from 10 to 13 nInitialBet becomes 1.50. ...