Search found 1090 matches: content

Return to advanced search

Re: WebView resize

... the panels in FiveWin. With appropriate CSS styling, these <div> elements can visually and functionally represent panels, organizing content and controls on the page. Text Fields (TGet, TMemo, etc.): Text input fields in FiveWin can be mapped to <input type="text"> ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Fivewin Wiki

How to search for wiki content on the site https://github.com/FiveTechSoft/FiveTech_wiki ?
I am trying to find the code snippets for Excel
by hua
Fri Mar 15, 2024 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1819

Re: New FWH 24.02

This is the content of my current bcc32.cfg: -I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware-O-O1-OS-Ob-Oc-Ov-c-d-g0-k--v--w-w!-w-inl-w-pro This is the content of my current ilink32.cfg: -Gn-aa-x To ...
by Enrico Maria Giordano
Tue Mar 12, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7035

Re: hb_cdxPageSeekKey how to intercept this error

... este Link y desde este link esta versión de EMAGDBU.exe está funcionando bien. Pruébelo como DBU2.exe. https://linguagemclipper.com.br/content/dbu-para-windows#google_vignette I would avoid to download my software from unofficial and unauthorized websites. My software should only be ...
by Enrico Maria Giordano
Tue Mar 12, 2024 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 767

Re: New FWH 24.02

This is the content of my current bcc32.cfg:
Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro

This is the content of my current ilink32.cfg:
Code: Select all  Expand view
-Gn
-aa
-x


To my opinion, everything is ok.
by driessen
Tue Mar 12, 2024 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7035

Re: hb_cdxPageSeekKey how to intercept this error

... este Link y desde este link esta versión de EMAGDBU.exe está funcionando bien. Pruébelo como DBU2.exe. https://linguagemclipper.com.br/content/dbu-para-windows#google_vignette Gracias, tks. Regards, saludos.
by karinha
Tue Mar 12, 2024 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 767

Re: azzoMax-dashboard for internal use

Hello friends,
Today, I added a setup program to azzoMax. You can now easily create, delete, or modify new carts in the content areas.
Best regards,
Otto


Image
by Otto
Thu Feb 22, 2024 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: azzoMax-dashboard for internal use
Replies: 1
Views: 213

Re: FW_DbfSqlQuery GROUP BY no funciona

Thank's karniha
Before writing this post I have reviewed the forum content about fw_dbfSqlQuery() but I have not found any answer to my problem.
by VictorCasajuana
Wed Feb 21, 2024 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 202

Transform doubt

Hi,

I have a numeric var with content 14,000 How can I transform this value into 14.000,000?
Thanks in advance.
by wartiaga
Sun Jan 28, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transform doubt
Replies: 2
Views: 346

Re: WebView2 Essentials: Guides, Tips & Resources

... code is a class definition for TWebView, a custom class presumably designed to interface with a web view control, possibly for embedding web content in a desktop application. The class seems to be written in a language that resembles Harbour, a Clipper-compatible programming language. Let's ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: WebView2 Essentials: Guides, Tips & Resources

ChatGPT Dokumentation webview2 The WebView2 control by Microsoft Edge allows you to embed web content (HTML, CSS, and JavaScript) in your native applications. It uses the Chromium-based Microsoft Edge as the rendering engine. This control is available for various frameworks ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

WebView2 Essentials: Guides, Tips & Resources

... main process that manages the user interface, handles navigation, and coordinates other processes. Renderer Process: Handles the rendering of web content. There's usually a separate renderer process for each website or web app, which helps with security and stability. Utility Process: Performs ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Soap Web Service - timeout request

Dear Darrell, Please try this: oHttp:Open( 'POST', cURL, .F. ) oHttp:SetRequestHeader( "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", "Basic "+hb_base64Encode(cCred)) ...
by Antonio Linares
Tue Jan 09, 2024 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 705

Soap Web Service - timeout request

... cHttpSend += [ </soapenv:Body>] cHttpSend += [</soapenv:Envelope>] oHttp:Open( 'POST', cURL, .F. ) oHttp:SetRequestHeader( "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 705

file ID in the Windows file system

... retains its original File ID. This is because, in most systems, the File ID is unique to each file instance, even if the files are identical in content. - **Different Volume**: If you copy a file to a different volume or disk, the new file will definitely get a new File ID because File IDs are ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628
Next

Return to advanced search