Search found 422 matches: starts

Return to advanced search

Re: xbrowseWeb - Work in Progress

Hello friends, Search similar to in xbrowse starts with the inputs: chosen index, search from the beginning of the word or within the word, and the search string. Records in the DBF file: 34000 Please note that we have been working on xbrowse for ...
by Otto
Tue Apr 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 286

Re: Talking to your apps

Ok, it works. There is one thing I don't understand: listening starts automatically only with Harbour but not with xHarbour. Do you know why?
by Enrico Maria Giordano
Fri Mar 29, 2024 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 4004

Lost connection to MySQL server

... packet, system error:2Please check teh connection and try again. IF I jusk click in the button "ok" of the dialog, the program starts and everything works ok. IF i return to my previous version, everything is ok, nothing is shown. Do you know why is it happening ?
by vilian
Mon Jan 29, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server
Replies: 7
Views: 581

Re: erase files

Silvo I create a local folder on the C: drive called c:\dbtmp and that is where I write all my temp files .. when the application starts it creates the folder c:\dbtmp if not alreacy exist then uses aDIr to create an array of all files in c:\dbtmp and I just use a For\Next loop of aDir ...
by Rick Lipkin
Wed Jan 24, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1591

Re: Feliz cumpleaños Cristobal

Happy Birthday Cristobal..

I was recently told that at a certain age the clock actually starts to run backwards :)

Rick Lipkin
by Rick Lipkin
Fri Jan 12, 2024 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Feliz cumpleaños Cristobal
Replies: 12
Views: 572

WebView2 Essentials: Guides, Tips & Resources

WebView2 Starts Multiple Edge Instances It's normal for Microsoft's WebView2 to start multiple instances of the Microsoft Edge browser. WebView2 is built on the Edge Chromium platform and is designed to embed web technologies ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 484

xBrowser

... if you have already experienced this and if you were able to resolve it: a) when using a larger font, for example: "Arial" -20, xBrowser starts showing the line, columns with different colors; b) when setting the size of the columns, it does not display the browser; I clarify that the ...
by oliveiros junior
Wed Dec 20, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1262

Re: Convert a print to Rtf or doc

... programmers. Once the programmers reach this stage, they don't any more need FWH. Once we use php we do not need Harbour either. A programmer who starts now to learn html, needs a very long time to produce html code and also requires a large html code with same functionality as a one line program ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3490

Re: Convert a print to Rtf or doc

... sourcecode and exe *** Guide to Using the FiveWin-Based Program 1. Program Start and GUI Initialization When the program starts, the main function Main is called. In this function, various GUI elements such as a dialog window (oDlg), a browser object (oBrw), and buttons ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3490

Re: Calculate total pages

... for a regular printer and once for a PDF printer. 4. **Document and Page Initialization:** - `StartDoc(oDevice:hDC, oDevice:cDocument)`: Starts a new document in the device context. - `StartPage(oDevice:hDC)`: Begins a new page in the document. 5. **Content Rendering:** - The loop or ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5913

Re: Help splitting up a character address string

Otto I am taking an Excel spreadsheet whos data is taken from a web form. I then have to take that Excel file and write a conversion program that starts at column 1 thru the end column ( whatever ) and take all those values and stuff them into a temp .dbf file. The SQL table has Street,City, State ...
by Rick Lipkin
Wed Nov 15, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 634

Re: App Termination and Relaunch.

... Replace `your_app.exe` with the actual name of your executable. - `start "" "C:\path\to\your_app.exe"`: This command starts a new instance of your application. Replace `"C:\path\to\your_app.exe"` with the actual path to your application's executable. The ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 414

Fontsizes in resources

Hello, In my resource file, a dialog box starts like this : 1_BG_PARAM01 DIALOG 10, 22, 442, 325STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOXCLASS "BorDlg_Gray"CAPTION "KANTOORGEGEVENS ...
by driessen
Sat Aug 19, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fontsizes in resources
Replies: 4
Views: 219

Re: Saving OuterHTML using Await Implementation with TWebView

... **Main Function**: - A Dialog (`oDlg`) is created titled "WebView Test". - The `GetOuterHtml` function is set to execute when the dialog starts (`oDlg:bStart`). - The Dialog is activated in the center. 3. **GetOuterHtml Function**: - It initializes the TWebView control, which navigates ...
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: 1697

Re: Saving OuterHTML using Await Implementation with TWebView

... **Main Function**: - A Dialog (`oDlg`) is created titled "WebView Test". - The `GetOuterHtml` function is set to execute when the dialog starts (`oDlg:bStart`). - The Dialog is activated in the center. 3. **GetOuterHtml Function**: - It initializes the TWebView control, which navigates ...
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: 1697
Next

Return to advanced search