Search found 63 matches: acts

Return to advanced search

Re: Create a Panel width a text

... nHt  1st param can be hDC or oWnd or even nil the text must be inserted inside the oPaneltext panel which in turn is inside the oPanel2 which acts as an external frame, as a shadow effect //create a shadow effect   @ oPanel2:nTitleHeight+5, 10 PANEL oPanelShadow SIZE oPanel2:nwidth, ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3187

Re: Saving OuterHTML using Await Implementation with TWebView

... displays the entire HTML of the page using the function `AWait_GetOuterHTML`. 4. **TAWaitWeb Class**: - This class is the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of ...
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: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... displays the entire HTML of the page using the function `AWait_GetOuterHTML`. 4. **TAWaitWeb Class**: - This class is the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of ...
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: 1632

Re: AEVAL() : Get Value of FIELD using FieldGet(i)

Dear Jimmy, I conducted a small test and consulted ChatGPT regarding your question. I find that ChatGPT acts as a private tutor and is extremely helpful. Best regards, Otto https://harbour.github.io/doc/  Can you please explain how this works:AEval( aValues, {|x,i| ...
by Otto
Tue May 23, 2023 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 182

Re: save to inifile

Silvio,

unfortunately the ';' character in .ini files acts as a comment sign.
Like '*' or // or /* */ in our normal source code.
So your latest method is the correct solution-

Regards, Detlef
by Detlef
Mon Oct 10, 2022 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save to inifile
Replies: 7
Views: 745

Re: How install Harbour on web server

... currently the priority, without a doubt, is security, I totally agree. As I have mentioned in the Skype talks, having two servers, one that acts as an intermediary and that receives the requests and the other in which the data is located and that only answers to that IP and with a security ...
by cnavarro
Wed Sep 14, 2022 1:54 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4989

Opinions wanted: Browse Refresh Issue

... and do not believe it is related to the Browse class because it is only happening with one client, and it is on their newer computer which acts as a server. The computer has a current i7 Processor, with 16 GB of RAM. It was built by their computer tech, so I don't know about the motherboard. ...
by TimStone
Tue Nov 02, 2021 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinions wanted: Browse Refresh Issue
Replies: 4
Views: 482

Re: GetNewAlias() existe para ADO?

There is no need for using Aliases in ADO.
We can open any number of recordsets for the same table at the same time and each recordset acts like different alias for dbf.
by nageswaragunupudi
Thu Sep 23, 2021 6:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetNewAlias() existe para ADO?
Replies: 5
Views: 743

Re: oDbf:Delete() error

... yours) for my personel curiossity ? I would like to know if oPermessi:Exec( { || DELETE FOR ALLTRIM(oPermessi:Usuario)==ALLTRIM(oUtenti:Clave) } ) acts like a dbeval and processes all scopes records... Static Function UtBorra(oUtenti,oPermessi,oGrid2,oGrid3,oBtnCambia)   local cClave:= ...
by Marc Venken
Sun Jun 06, 2021 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1208

Re: OT: data security

... Daoism – and is at the heart of what it means to follow Dao or The Way. According to the central text of Daoism, the Dao De Jing: ‘The Way never acts yet nothing is left undone’. This is the paradox of wu wei. It doesn’t mean not acting, it means ‘effortless action’ or ‘actionless action’. It ...
by Antonio Linares
Mon Apr 12, 2021 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: data security
Replies: 2
Views: 360

Re: Array of Gets on a scroll panel

Also, when I click on dtpicker to change the day, month or year manually, it does not focused. It acts as it is readonly. If I use WindowsXP.Manifest, I can solve this problem. It is focused and does not acts as readonly when I click on it. Only highlighting problem left ...
by betoncu
Sat Mar 27, 2021 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of Gets on a scroll panel
Replies: 10
Views: 1265

Error calling a service

... LPT1 If I call the .bat file from inside my FWH app, works fine BUT DOES NOT PRINT I'm getting frustrated, there's no explanation (to me) why it acts differently. Any help will be appreciated From Chile Adolfo
by Adolfo
Tue Aug 25, 2020 3:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error calling a service
Replies: 7
Views: 760

New FTDN January/Enero 2019 (FWH 19.01)

... is found, a new record is appended using DBAPPEND(). If such an index tag is not available, no attempt is made to recycle deleted records and acts like a normal DBAPPEND() b)If the parameter is set to .F., recycling is not attempted at all even if a "FOR DELETED()" tag exists. c)If ...
by Antonio Linares
Mon Feb 11, 2019 1:08 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2019 (FWH 19.01)
Replies: 4
Views: 2708

Re: How Open the same dbf

... == .T. INDEX ON multiple TAG "MFALSE" TO Servizi FOR Multiple == .F. Each index actually contains only the desired records so it acts like a filter but has the speed of an index.
by James Bott
Tue Jan 01, 2019 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open the same dbf
Replies: 17
Views: 2558

Re: Example Business Object (Customer)

... a collection of bank accounts without the need of writing a single line of code or SQL. Beauty! Thanks to the static methods, the same Model class acts as a Repository, so Cliente::find(32) will retrieve the cliente whose id is 32. All of this can be done independent of the database used: it can ...
by Carlos Mora
Wed Nov 21, 2018 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8531
Next

Return to advanced search