Search found 690 matches: stored

Return to advanced search

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

... Otto, here is a brief description: the CMS module is a standard fw desktop application, it is the place where all informations about the sites are stored: sites, pages, contents, menus, documents, html templates, css files and so on. It is multi-site so a single customer can have multiple sites ...
by chiaiese
Tue Sep 03, 2024 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1443

Re: Europen Elektronic Bill

... has existed for years, they have practically inserted the invoice in all its forms in an xlm file but this needs another file where the style is stored, generally two types of style are associated, one such as a small page with all the data and an invoice type in graphic format. I started making ...
by Silvio.Falconi
Mon Jul 29, 2024 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Europen Elektronic Bill
Replies: 12
Views: 2293

Switching from memo fields to files -

Hello friends, I want to get rid of memo fields in my programs. I am convinced that data is better stored in files and the storage can be better structured. I am now starting and will first export the memo fields into separate files. I will create a folder for each database ...
by Otto
Mon Jul 29, 2024 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 770

Re: Dbf/cdx to sql changing

... mechanisms and user authentication. Data Encryption: Data in SQL databases can be encrypted both at rest and in transit. 5. Advanced Features Stored Procedures and Triggers: SQL databases support stored procedures and triggers that allow automation of many database operations. Advanced Query ...
by Maurizio
Thu Jul 18, 2024 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 3511

Re: also for obrw nheight

... deactivates the corresponding panel (at the time of activation an array is created where the number of the panel activated for that checkbox is stored) When the procedure deactivates a panel it scrolls through the other remaining panels without leaving a void the error occurs when the end user ...
by Silvio.Falconi
Fri May 17, 2024 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also for obrw nheight
Replies: 10
Views: 1090

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: 44
Views: 4831

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: 782

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: 782

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: 3797

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: 1058

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: 1778

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: 1778

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: 5039

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: 5039

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: 3334
Next

Return to advanced search