Search found 158 matches: purposes

Return to advanced search

XAMPP through PortableApps.com or Server2Go

... portable storage devices. They are particularly useful for developers who need to demonstrate their work in different environments or for testing purposes without the need for a full server installation. Could the installation include mod_harbour? Best regards, Otto
by Otto
Thu Feb 29, 2024 7:20 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 374

Re: FW_DbfSqlQuery GROUP BY no funciona

Thanks for your reply.
Indeed, I have seen that the problem is the SQL syntax. I am very used to using MySql for web purposes. Now it's time to learn MSSQL to be able to advance in FiveWin Harbour.
by VictorCasajuana
Tue Feb 27, 2024 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 165

Re: xHarbour.org updated!

... - kapiabafwh@gmail.com  Regards, saludos. Karinha had an error in the compilation but I managed to resolve it. The example I posted is for testing purposes only. I need to use https to register the load and it cannot be opened by opening a browser page, understand? I need to be from within the ...
by wartiaga
Mon Sep 18, 2023 9:43 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 153
Views: 30934

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

Please try
Code: Select all  Expand view
hBmp := FW_BarCodeBmp( cText, "QRCODE", nWidth, nHeight, nil, CLR_WHITE )

and let us know if this is working well for all purposes.
by nageswaragunupudi
Mon Sep 11, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1070

Re: Saving OuterHTML using Await Implementation with TWebView

... `nSecond`, `cReturn`: Parameters used for querying. - Methods include: - `New`: Constructor that binds the 'SendToFWH' function for callback purposes. - `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves ...
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: 1517

Re: Saving OuterHTML using Await Implementation with TWebView

... `nSecond`, `cReturn`: Parameters used for querying. - Methods include: - `New`: Constructor that binds the 'SendToFWH' function for callback purposes. - `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves ...
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: 1517

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... IDs and use NEXTVAL(..) for the next value. Is there a similar facility in PostGre? Can you please explain how it works? ... (for my learning purposes) I will look into your main question.
by nageswaragunupudi
Wed Aug 02, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 705

password manager with mod harbour

... on the contexts in which they may be used. Here are some examples of password categories that you could use for personal, social, and business purposes: Personal Passwords: 1. Personal email address 2. Social media (e.g., Facebook, Twitter, Instagram) 3. Online shopping (e.g., Amazon, eBay) ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 548

Re: TWebView y Javascript

... for Visual Studio Code. Disable web security in your browser: Another option is to disable web security in your browser temporarily for testing purposes. Keep in mind that this approach is not recommended for regular browsing due to security implications. In Chrome, you can start the browser ...
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 416

Re: Create help system with F1

... date when the help topic was last updated. This field helps in tracking the most recent changes made to the content and can be used for versioning purposes. Author: The name or identifier of the person who created or last updated the help topic. This field can be helpful for attribution and tracking ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 727

Re: FWHMariaDB de Mr. Rao - problema con una tabla HELP!!

FWH provides 2 Cloud servers for testing purposes. oCn := maria_Connect( "209.250.245.152","fwh","fwhuser","FiveTech@2022" )// ORoCn := maria_Connect( "208.91.198.197:3306", "fwhdemo", ...
by nageswaragunupudi
Tue Jun 20, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWHMariaDB de Mr. Rao - RESUELTO
Replies: 16
Views: 780

Re: Seeking your thoughts

Hi,

Try it with a lighter .png file. A very small png file, only for testing purposes only for the purpose of knowing if the problem is the png or what it is

Regards
by paquitohm
Thu Jun 08, 2023 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 638

Harbour's multi-head self-attention transformer

This code was mostly written by GPT4, I just supervised errors and tried to make it work. I find it quite interesting for educational purposes, getting an idea about how transformers (chatGPT) work: attention.prg #define MIN_DOUBLE Val( "-1.7976931348623158e+308" )PROCEDURE ...
by Antonio Linares
Mon Apr 17, 2023 1:38 pm
 
Forum: Utilities / Utilidades
Topic: Harbour's multi-head self-attention transformer
Replies: 4
Views: 489

Re: Printer hDC is 0

hua wrote:Thanks Enrico.
Does this mean you maintain your own amended version of printer.prg?


Yes, I have some classes that I rewrote to adapt them to my own purposes.
by Enrico Maria Giordano
Thu Feb 16, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer hDC is 0
Replies: 6
Views: 355

Re: SEARCH IN LARGE DATABASE VERY SLOW

... in a array because I'm not used programming in array but since array is in memory, it would be much faster that the dbf version. I wonder for my purposes. I have to reread xbrowse systems for better use with array. Not sure that I will go that way.... Who has information about the RDD (CDX) filtering ...
by Marc Venken
Tue Nov 29, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH IN LARGE DATABASE VERY SLOW
Replies: 7
Views: 623
Next

Return to advanced search