Ihave on a app an old structure of xbrowse and now i cannot insert the variable lnoborder because it make error
i have this
How I can converte it into new command and Have the possibility to insert lnoborder ?
i have this
WITH OBJECT oBrwConsu:= TXBrowse():New( oDlgMesas )
:nHeaderHeight := 25
:nRowHeight := 35
:nTop := 20
:nLeft := 300
:nBottom := 185
:nRight := 485
:nMarqueeStyle := MARQSTYLE_HIGHLROW
:nColDividerStyle := LINESTYLE_LIGHTGRAY
:nRowDividerStyle := LINESTYLE_LIGHTGRAY
:lColDividerComplete := .T.
:lHScroll := .F.
:lVScroll := .T.
:lRecordSelector := .T.
END
WITH OBJECT oCol := oBrwConsu:AddCol()
:bStrData := { || TRANSFORM( CO->CANTIDAD, "999,999" ) }
:cHeader := "Quantità"
:nDataStrAlign:= AL_RIGHT
:nWidth := 40
:cHeader := "Qt."
:oHeaderFont:= oFntHead
:oDataFont := oFntBrow
END
WITH OBJECT oCol := oBrwConsu:AddCol()
:bStrData := { || HB_OemToAnsi(CO->NOMB_PROD) }
:nWidth := 150
:cHeader := "Nome del prodotto"
:oHeaderFont:= oFntHead
:oDataFont := oFntBrow
END
WITH OBJECT oCol := oBrwConsu:AddCol()
:bStrData := { || TRANSFORM( CO->precio,'999.99') }
:nWidth := 60
:cHeader := "Prezzo"
:oHeaderFont:= oFntHead
:oDataFont := oFntBrow
END
WITH OBJECT oCol := oBrwConsu:AddCol()
:bStrData := { || TRANSFORM( CO->Importe,'999.99') }
:nWidth := 60
:cHeader := "Importo"
:oHeaderFont:= oFntHead
:oDataFont := oFntBrow
END
oBrwConsu:SetRDD()
oBrwConsu:CreateFromCode()How I can converte it into new command and Have the possibility to insert lnoborder ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com