Search found 33 matches: binding

Searched query: binding

by leandro
Mon Feb 10, 2025 9:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar tamaño caja toast
Replies: 7
Views: 1362

Re: Ajustar tamaño caja toast

... pString, @pXml )
WindowsDeleteString( pString )

// Define compact XML (no image or inline image)
cXml := ;
'<toast>'+;
'<visual>'+;
'<binding template="ToastGeneric">'+;
iif( Empty( cImageFileName ), '', '<image src="' + cImageFileName + '"/>' ) + ;
'<text>' + cFirstLine + '</text ...
by Antonio Linares
Sat Feb 08, 2025 10:45 am
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar tamaño caja toast
Replies: 7
Views: 1362

Re: Ajustar tamaño caja toast

... pString, @pXml )
WindowsDeleteString( pString )

// Define compact XML (no image or inline image)
cXml := ;
'<toast>'+;
'<visual>'+;
'<binding template="ToastGeneric">'+;
iif( Empty( cImageFileName ), '', '<image src="' + cImageFileName + '"/>' ) + ;
'<text>' + cFirstLine + '</text ...
by Antonio Linares
Fri Jan 17, 2025 11:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4835

Re: Using new Class TDeepSeek for documenting

... required to initialize a connection, send requests, handle responses, and clean up resources. The class uses the `hbcurl` library (a Harbour binding for libcurl) to manage HTTP requests.

---

### **DATA Members**

1. **`cKey`**
- **Type**: `CHARACTER`
- **Initial Value ...
by Otto
Wed Jan 10, 2024 7:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 1239

Re: WebView2 Essentials: Guides, Tips & Resources

... a web view control within a desktop application.

Data Members:
hWebView: Handle to the web view control.
bOnBind: A flag or callback related to binding JavaScript functions.
Methods:
New(nDebug, hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 5437

Re: Saving OuterHTML using Await Implementation with TWebView

... heart of the program. It acts as a synchronous wrapper over TWebView.
- Data members include:
- `bOldBind`: Presumably used to store previous bindings.
- `oWeb`: Instance of TWebView.
- `cQuery`, `nSecond`, `cReturn`: Parameters used for querying.
- Methods include:
- `New`: Constructor that ...
by Otto
Thu Aug 17, 2023 8:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 5437

Re: Saving OuterHTML using Await Implementation with TWebView

... heart of the program. It acts as a synchronous wrapper over TWebView.
- Data members include:
- `bOldBind`: Presumably used to store previous bindings.
- `oWeb`: Instance of TWebView.
- `cQuery`, `nSecond`, `cReturn`: Parameters used for querying.
- Methods include:
- `New`: Constructor that ...
by TimStone
Wed Oct 26, 2022 10:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 6
Views: 2960

Re: Printing double sided

This may be an issue with my printer. If I use the option to select a printer, and in that Windows setup control select the proper output ( long binding ), it still comes out the same way. I can let it ride for now ...
by TimStone
Tue Oct 25, 2022 9:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 6
Views: 2960

Re: Printing double sided

Antonio,

The the problem persists. The use of 1 outputs to just one side of the page ( correctly ).

Option 2 or 3 result in the same short side binding. One of them should be short side, and the other long side ( preferred but does not occur ).
I checked the referenced Microsoft site, Googled the ...
by TimStone
Tue Oct 25, 2022 12:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 6
Views: 2960

Re: Printing double sided

... 2 ) or ( 3 ) to print both sides ( duplex ). HOWEVER, it prints incorrectly. Either 2 or 3 will print the same. It is called "short edge binding" and it means that with a single sheet, you rotate it vertically to see the other side properly. (2) should use long edge binding. That means on ...
by byron.hopp
Wed Jan 26, 2022 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 1173

Re: Soap Web Service

... Getfile">
<wsdl:input message="tns:GetfileSoapIn" />
<wsdl:output message="tns:GetfileSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="Service1Soap" type="tns:Service1Soap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<wsdl:operation ...
by Silvio.Falconi
Fri Nov 06, 2020 8:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Duplex printing
Replies: 7
Views: 1912

Re:

... of duplex printing. Following are the possible values. Value Meaning
DMDUP_SIMPLEX Normal (nonduplex) printing.
DMDUP_HORIZONTAL Short-edge binding, that is, the long edge of the page is horizontal.
DMDUP_VERTICAL Long-edge binding, that is, the long edge of the page is vertical.

EMG ...
by hmpaquito
Thu Jun 04, 2015 2:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Duda HBQT + Harbour
Replies: 8
Views: 1806

Re: Duda HBQT + Harbour

Ahondando en lo que ha dicho Lautaro me gustaria añadir que HbQt es un wrapper (binding) a la libreria C++ multidispositivo-multisistemaoperativo Qt.

Aqui una lista de los wrappers para Qt 4 (incluye Harbour ) m
Aqui una lista de los wrappers para Qt 5 (Falta añadir a la lista Harbour (HbQt) que ya ...
by Antonio Linares
Sun Aug 18, 2013 10:33 am
Forum: WhatsNew / Novedades
Topic: New FWH 13.07 revised build
Replies: 33
Views: 12862

Re: New FWH 13.07 revised build

It seems as the right solution would be to use dynamic binding:

DLL FUNCTION GetModuleFileNameEx( nHandle AS LONG, nModule AS LONG, cFileName AS LPSTR, nSize AS LONG ) AS LONG LIB "psapi.dll"
by Wanderson
Mon Mar 04, 2013 2:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: VB a Fivewin/xharbour
Replies: 11
Views: 3678

VB a Fivewin/xharbour

... retorna a literal com resultado da chamada da DLL
resultado = 0 ' código do resultado da chamada da DLL

'
' referenciando a DLL em late binding
' não é necessário fazer o reference da DLL
' o intelisense não funciona
'
Dim objCTeUtil As Object

Set objCTeUtil = CreateObject("CTe_Util.Util ...