Search found 685 matches: stored

Return to advanced search

Re: Send Emails from Fivewin application

... would anyone be so kind as to help me out with your knowledge please... I have office365 and it provided me with client_id, tenant_id, etc which I stored in environment variables. I suppose this should be parameters of the hb_sendMail() function then... :?: Any hints and help would be so greatly ...
by Ruth
Wed May 08, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 12
Views: 435

Re: hb_getEnv("PRGPATH")

... hbSetEnv("PRGPATH") but then in the "official" environment variables of my windows system i can´t see it. maybe it is stored somewhere else? and also i wondered what would happen if accidentally I would have an environment variable named "PRGPATH" defined ...
by Ruth
Tue May 07, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 150

Re: hb_getEnv("PRGPATH")

... found in the wiki https://harbour.github.io/doc/harbour.html#hb_getenv and some others... but also CONFIG or HARBOURCMD are not stored there. But ... everything works wonderfully which is confusing me :lol: Thank you so much for your patience and help. Kind regards again, Ruth
by Ruth
Tue May 07, 2024 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 150

Re: ADS with 64bit FWH Apps

... ( >=10 ). All improvements since version 10 are on the server side and you can execute all of them from any client user the corresponding stored procedure "sp..." function. Reinaldo.
by reinaldocrespo
Sun Apr 14, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2351

Re: Still a problem with FWH 24.02 and xHarbour Builder

Dear Antonio,

You are fantastic. I was using an old xfw.lib.

I remember that I once had to add it, but I didn't replace it by newer versions since I stored it in another folder.

Problem solved. Thank you so much.

Have a nice Sunday.
by driessen
Sun Mar 17, 2024 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 806

Re: Data exchange between PC and Android device on the same loca

... the hard work. This FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); if ($Report == false) { echo ("Error in opening new Report"); ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 827

Re: Data exchange between PC and Android device on the same loca

... data and appends to a DBF file. We delete the local storage if we get back success from the server. If there raises a problem, the data remains stored in the local storage of the web browser. Best regard, Otto https://mybergland.com/localstorage_clip0.jpg https://mybergland.com/localstorage_clip1.jpg ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 827

Re: Create a Panel width a text

... of the text rectangle without actually drawing the text. it will take into account the font you are using, etc. The resulting width and height are stored in the rect structure. Please look for DT_CALCRECT in FWH *.prg source code for code examples yes, I allredy found DrawTextEx( ::hDC, cMessage ...
by Silvio.Falconi
Fri Jan 05, 2024 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3236

Re: Create a Panel width a text

... of the text rectangle without actually drawing the text. it will take into account the font you are using, etc. The resulting width and height are stored in the rect structure. Please look for DT_CALCRECT in FWH *.prg source code for code examples
by Antonio Linares
Fri Jan 05, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3236

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

Mr. Rao:

Excellent explanations

Regards
by Armando
Wed Dec 20, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2937

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

hola.
cuando defino un procedimiento que va a devolver (OUT) un valor de siete cifras con dos decimales, lo defino como DOUBLE? o FLOAT?

gracias.
by goosfancito
Wed Dec 20, 2023 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2937

Re: Calculate total pages

Yes, true. But the text we print is stored in wide format. If we printed "Name", it is stored as AnsiToWide( "Name" ), i.e., "N" + Chr(0) + "a" + Chr(0) + "m" + Chr( 0 ) + "e" + Chr( ...
by nageswaragunupudi
Mon Nov 27, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5913

Re: Calculate total pages

... you will actually print or if changes are still needed. Here you see the invoice without a QR code. During printing, the QR code is then added and stored as a metafile. In the hotel, we then have to print the payment method on the copy. Printing anew with data, for example from the DBF file, is ...
by Otto
Fri Nov 24, 2023 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5913
Next

Return to advanced search