hi,
i do use DBF and "ADODB.RecordSet" with XBROWSE
now i can call some Function but they are not the same for DBF and "ADODB.RecordSet"
so i need to "detect" which ist running ... how
so i need to "detect" which ist running ... how
if oBrw:nDataType == DATATYPE_RDD
// DBF
elseif oBrw:nDataType == DATATYPE_ADO
// ADO
else
///
endif
if !Empty( oBrw:oRs )
// ADO
elseif !Empty( oBrw:cAlias )
// DBF
else
////
endif
i can call some Function but they are not the same for DBF and "ADODB.RecordSet"
oBrw:SetDarkTheme()
nageswaragunupudi wrote:To set dark theme for xbrowse, create xbrowse normally and then
- Code: Select all Expand view
oBrw:SetDarkTheme()
karinha wrote:always post a small example.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 53 guests