... 58 ] -> _RESERVED_
* _HMG_SYSDATA [ 59 ] -> _RESERVED_
* _HMG_SYSDATA [ 60 ] -> Custom Event Procedures Array
* _HMG_SYSDATA [ 61 ] -> Custom Properties Procedures Array
* _HMG_SYSDATA [ 62 ] -> Custom Methods Procedures Array
* _HMG_SYSDATA [ 63 ] -> User Component Process Flag
* _HMG_SYSDATA ...
Pesquisa resultou em 107 ocorrências: +Properties
Termo pesquisado: +properties
- 28 Ago 2025 12:52
- Fórum: [x]Harbour
- Tópico: HB_WebView (a cross-platform Webview library)
- Respostas: 15
- Exibições: 15894
- 20 Abr 2024 14:36
- Fórum: [x]Harbour
- Tópico: Harbour e a IA, chegamos lá!
- Respostas: 7
- Exibições: 2790
Harbour e a IA, chegamos lá!
... handle events
DO WHILE.T.
local event := HB_GenerateEvent()
tb:handleEvent( event )
ENDDO
This code creates a TextBox class with properties for text, x, y, width, and height. It also has methods for initializing the textbox, setting and getting the text, and handling events.
In the ...
DO WHILE.T.
local event := HB_GenerateEvent()
tb:handleEvent( event )
ENDDO
This code creates a TextBox class with properties for text, x, y, width, and height. It also has methods for initializing the textbox, setting and getting the text, and handling events.
In the ...
- 07 Fev 2024 16:36
- Fórum: [x]Harbour
- Tópico: Win32Prn() Número de cópias sempre 1
- Respostas: 16
- Exibições: 5746
Win32Prn() Número de cópias sempre 1
... e mostra 3
If oPrinter:StartDoc("Impressao pelo sistema") //DENTRO COLOCO O NOME DO ARQUIVO ! oPrinter:startDoc( "win_Prn(Doc name in Printer Properties)" )
If cPrModel=="MATRICIAL"
If aNF=.F. // se nao for nota fiscal, se for passa reto usando a configuraçãoo da nota fiscal
Prn_HANDLE:=FOpen ...
If oPrinter:StartDoc("Impressao pelo sistema") //DENTRO COLOCO O NOME DO ARQUIVO ! oPrinter:startDoc( "win_Prn(Doc name in Printer Properties)" )
If cPrModel=="MATRICIAL"
If aNF=.F. // se nao for nota fiscal, se for passa reto usando a configuraçãoo da nota fiscal
Prn_HANDLE:=FOpen ...
- 31 Dez 2023 16:18
- Fórum: Bate Papo
- Tópico: chatgpt programmers notepad
- Respostas: 0
- Exibições: 6555
chatgpt programmers notepad
... documentation for the version you are using for detailed information on configuration options.
same as previous question, about methods and properties
To set up ctags configuration for Programmer's Notepad to recognize methods and properties in Harbour classes, you need to extend the ctags ...
same as previous question, about methods and properties
To set up ctags configuration for Programmer's Notepad to recognize methods and properties in Harbour classes, you need to extend the ctags ...
- 12 Ago 2023 08:57
- Fórum: [x]Harbour
- Tópico: Array - AADD() vai ficando lento.
- Respostas: 26
- Exibições: 2285
Array - AADD() vai ficando lento.
... a PLanilha
If ".XLSX" $ Upper(mArq_)
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + mArq_ +;
[;Extended Properties="Excel 12.0 Xml; HDR=Yes";] //IMEX=1";]
Else
oConexao:ConnectionString := ;
[Provider=Microsoft.Jet.OLEDB.4.0;Data Source=] + mArq ...
If ".XLSX" $ Upper(mArq_)
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + mArq_ +;
[;Extended Properties="Excel 12.0 Xml; HDR=Yes";] //IMEX=1";]
Else
oConexao:ConnectionString := ;
[Provider=Microsoft.Jet.OLEDB.4.0;Data Source=] + mArq ...
- 26 Abr 2023 09:33
- Fórum: [x]Harbour
- Tópico: error: Assigned value is wrong class
- Respostas: 22
- Exibições: 2625
error: Assigned value is wrong class
... is copied into
this variable when the TBrowse object is created.
Note: The colors available to a DOS application are more limited
than those for a Windows application. The only colors available to
you here are listed in the drop-down list box of the Properties
Workbench window for that item.
this variable when the TBrowse object is created.
Note: The colors available to a DOS application are more limited
than those for a Windows application. The only colors available to
you here are listed in the drop-down list box of the Properties
Workbench window for that item.
- 06 Out 2022 10:27
- Fórum: [x]Harbour
- Tópico: Salvar uma planilha excel em Harbour.
- Respostas: 7
- Exibições: 1343
Salvar uma planilha excel em Harbour.
... Connection" )
If ".XLSX" $ Upper(mArq_)
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + mArq_ + [;Extended Properties="Excel 12.0 Xml; HDR=Yes";] //IMEX=1";]
Else
oConexao:ConnectionString := ;
[Provider=Microsoft.Jet.OLEDB.4.0;Data Source=] + mArq ...
If ".XLSX" $ Upper(mArq_)
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + mArq_ + [;Extended Properties="Excel 12.0 Xml; HDR=Yes";] //IMEX=1";]
Else
oConexao:ConnectionString := ;
[Provider=Microsoft.Jet.OLEDB.4.0;Data Source=] + mArq ...
- 06 Out 2022 10:00
- Fórum: [x]Harbour
- Tópico: O que destruir de uma classe ao encerrar a classe?
- Respostas: 10
- Exibições: 1358
O que destruir de uma classe ao encerrar a classe?
... CreateObject( "ADODB.Connection" )
oConexao:ConnectionString := [Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + mArq_ + [;Extended Properties="Excel 12.0 Xml; HDR=Yes";] //IMEX=1";]
oConexao:Open()
rs := oConexao:Execute( "SELECT * FROM [report1$]" )
...
...
Do While ...
oConexao:ConnectionString := [Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + mArq_ + [;Extended Properties="Excel 12.0 Xml; HDR=Yes";] //IMEX=1";]
oConexao:Open()
rs := oConexao:Execute( "SELECT * FROM [report1$]" )
...
...
Do While ...
- 07 Mar 2022 19:45
- Fórum: [x]Harbour
- Tópico: O que destruir de uma classe ao encerrar a classe?
- Respostas: 10
- Exibições: 1358
O que destruir de uma classe ao encerrar a classe?
... ADODB.Connection" )
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=YES";]
RETURN oConexao
Uso com MySQL
FUNCTION MySQLConnection( cServer, cDatabase, cUser, cPassword, nPort ...
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=YES";]
RETURN oConexao
Uso com MySQL
FUNCTION MySQLConnection( cServer, cDatabase, cUser, cPassword, nPort ...
- 27 Out 2021 10:47
- Fórum: HwGui
- Tópico: No exported method: PROPS2ARR (Faltou oFont pro browse)
- Respostas: 29
- Exibições: 3250
Error BASE/1004 No exported method: PROPS2ARR
Olá!
Este método está em \source\winapi\drawidg.prg
*
Returns an array with font properties (for creating a copy of a font entry)
Copy sample
apffrarr := oFont1:Props2Arr()
oFont2 := HFont():Add( apffrarr[1], apffrarr[2], apffrarr[3], apffrarr[4], apffrarr[5], ;
apffrarr[6], apffrarr[7 ...
Este método está em \source\winapi\drawidg.prg
*
Returns an array with font properties (for creating a copy of a font entry)
Copy sample
apffrarr := oFont1:Props2Arr()
oFont2 := HFont():Add( apffrarr[1], apffrarr[2], apffrarr[3], apffrarr[4], apffrarr[5], ;
apffrarr[6], apffrarr[7 ...
- 20 Abr 2021 14:18
- Fórum: Banco de Dados
- Tópico: MYSQL SQLMIX, conectando e criando base e tabela via SQL.
- Respostas: 18
- Exibições: 13591
MYSQL SQLMIX, conectando e criando base e tabela via SQL.
... ADODB.Connection" )
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=YES";]
RETURN oConexao
FUNCTION MySQLConnection( cServer, cDatabase, cUser, cPassword )
LOCAL cnConnection ...
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=YES";]
RETURN oConexao
FUNCTION MySQLConnection( cServer, cDatabase, cUser, cPassword )
LOCAL cnConnection ...
- 23 Out 2020 07:37
- Fórum: HwGui
- Tópico: Browse ADO/Array
- Respostas: 27
- Exibições: 6104
Browse ADO/Array
... ADODB.Connection" )
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=NO;IMEX=1";]
/* // sem cabecario
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source ...
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=NO;IMEX=1";]
/* // sem cabecario
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source ...
- 22 Out 2020 15:43
- Fórum: HwGui
- Tópico: Browse ADO/Array
- Respostas: 27
- Exibições: 6104
Browse ADO/Array
Ola amigos,
O segredo e aqui, deve-se usar IMEX=1 para dados mistos...
oConexao := win_OleCreateObject( "ADODB.Connection" )
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=YES;IMEX=1";]
O segredo e aqui, deve-se usar IMEX=1 para dados mistos...
oConexao := win_OleCreateObject( "ADODB.Connection" )
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=YES;IMEX=1";]
- 15 Ago 2020 00:58
- Fórum: HwGui
- Tópico: Browse ADO/Array
- Respostas: 27
- Exibições: 6104
Browse ADO/Array
... 5.0" // 95
OTHERWISE ; cVersion := "8.0" // 97/2000/XP
ENDCASE
oConexao := win_OleCreateObject( "ADODB.Connection" )
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=YES";]
RETURN oConexao
OTHERWISE ; cVersion := "8.0" // 97/2000/XP
ENDCASE
oConexao := win_OleCreateObject( "ADODB.Connection" )
oConexao:ConnectionString := ;
[Provider=Microsoft.ACE.OLEDB.12.0;Data Source=] + cFileName + ;
[;Extended Properties="Excel ] + cVersion + [;HDR=YES";]
RETURN oConexao
- 15 Mai 2020 16:09
- Fórum: MiniGui
- Tópico: Como vocês resolveriam esse problema ? (OnLostFocus)
- Respostas: 14
- Exibições: 4188
Como vocês resolveriam esse problema ? (OnLostFocus)
... CTRL+"Y" clear the current value
Getbox support also all typical clipboard operations ( CUT (Ctrl+X), COPY (Ctrl+C) and PASTE (Ctrl+V) )
PROPERTIES:
· Value Set / Gets GetBox value.
Note: Getbox always return unformatted value which archive initial valuetype. Programmer must take a care to ...
Getbox support also all typical clipboard operations ( CUT (Ctrl+X), COPY (Ctrl+C) and PASTE (Ctrl+V) )
PROPERTIES:
· Value Set / Gets GetBox value.
Note: Getbox always return unformatted value which archive initial valuetype. Programmer must take a care to ...