Search found 900 matches: block

Return to advanced search

Problemas con Menu POPUP.

... siguiente: 1- si coloco la clausula POPUP el menú NO se muestra. 2- las clausulas que sugirió CESAR no las toma. Al compilar da error en clausula BLOCK. y el editor (xEdit) ni siquiera las roma como palabras ya definidas. sera por la versión de mi FW? (12.06) así es como lo tengo implementado ...
by José Camilo
Mon Jun 05, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu POPUP.
Replies: 2
Views: 222

sleep function

Hi all I wonder if the sleep function could block a program. I talk about a program that is active on a server without human's interactivity with an active Timer with a 60" polling. This polling launches a function (FUNCTION POLLING() that ...
by MarcoBoschi
Fri May 26, 2023 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sleep function
Replies: 2
Views: 231

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

... [<lAssign>] ) --> aArray <lAssign> Durch den logischen Ausdruck <lAssign> wird bestimmt, ob innerhalb des Codeblocks eine Zuweisung an das übergebene Arrayelement erfolgen darf. Ist <lAssign> gleich .T. (wahr), so wird das Arrayelement dem Codeblock gewissermaßen ...
by Jimmy
Wed May 24, 2023 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 201

Re: xbrowse <-> Tree and viceversa

... installed where things are missing. Which version of FW do you use. Best regards, Otto ChatGPT says: The bOnSort property is defined as a code block, but its implementation is missing in the provided code. You need to define the sorting logic inside this code block to make the sorting functionality ...
by Silvio.Falconi
Tue May 16, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 795

Re: xbrowse <-> Tree and viceversa

... installed where things are missing. Which version of FW do you use. Best regards, Otto ChatGPT says: The bOnSort property is defined as a code block, but its implementation is missing in the provided code. You need to define the sorting logic inside this code block to make the sorting functionality ...
by Otto
Tue May 16, 2023 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 795

Re: Advise in Server hardware

... come for 3500 euro. More hardware than needed. Cloud : tja... I think that there will always be smarther people that can have access and maybe block data. even FaceBook ect. where hit. And so, I like to keep my data inhouse. But I did a request for information and will see for a test scenerio, ...
by Marc Venken
Mon Apr 03, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1360

XBROWSE : "Edit" only for Colume 3 and 4

hi,

i have a XBROWSE using DbStruct() Array
i use oBrw:nEditTypes := EDIT_GET

but i only want to "edit" LEN and DEC of Structure
so how can i "block" Column 1 and 2 in XBROWSE :?:
by Jimmy
Mon Apr 03, 2023 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : "Edit" only for Colume 3 and 4
Replies: 2
Views: 259

Re: Mystery with SEQUENCE

... where it "crash" ... but still run (without SEQUENCE ) so i got Solution for one Mystery but why using SEQUENCE in other Function "block" Color of "highlicht-Bar" ... there is no Errorlog ... hm --- "other" have to do with "ReadImage" it seems ...
by Jimmy
Thu Mar 02, 2023 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mystery with SEQUENCE
Replies: 1
Views: 266

Re: Owner of the object

For example, the control is located on the window. So this window is the owner of this control. From the control code block, I want to contact the owner
by Natter
Wed Mar 01, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Owner of the object
Replies: 7
Views: 377

TGet():New() and :bUp/:bDown

Hi,

Creating a numeric GET control via the syntax TGet():New().
In it I need to specify a block of code :bUp and :bDown. How to do it ?
by Natter
Sat Feb 25, 2023 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():New() and :bUp/:bDown
Replies: 2
Views: 177

FW_SetUnicode(.T.) "block" Notify Event LVN_GETDISPINFO

hi, i want to use LVN_GETDISPINFO Notify Event but it does not work :shock: other Notify Event like LVN_KEYDOWN or LVN_ITEMCHANGED does work ... hm now i found out that FW_SetUnicode(.T.) made the "Problem" ... is there a Workaround :?: p.s. all LVN_* are Notify Event from "Listview&q...
by Jimmy
Thu Jan 05, 2023 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode(.T.) "block" Notify Event LVN_GETDISPINFO
Replies: 0
Views: 163

Re: How install Harbour on web server

Only a note: What is the equivalent of apachectl configtest on Apache for Windows? I try to block some IPs. On windows you have to use: httpd -t After blocking the IP the server reports a 404 I use following in httpd.conf <RequireAll> Require not ip 51.x.x.229 176.x.x.85 ...
by Otto
Wed Jan 04, 2023 11:11 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 5244

Re: WebView window

Yes, I need to make frequent site requests and read the changes. This is a very convenient algorithm for me and I do not understand why in this case the code block :bonBind does not work :cry:

the oWebKds:SetParent() method works, but the oWebKds:Eval() method does not
by Natter
Mon Dec 26, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 1100

Re: WebView window

...  COLOR CLR_BLACK, CLR_WHITE    ACTIVATE DIALOG oKds  ON PAINT (oWebKds:SetParent(oKds), oWebKds:Eval(buf))return The code block :bOnBind does not work. What am I doing wrong ?
by Natter
Mon Dec 26, 2022 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 1100

Re: Read API data one by one or in block

Dear Marc, Lets see what chatGPT has to say :-) https://chat.openai.com/chat You can even ask it to show you some code examples :-) It really depends on the specifics of your situation and what you are trying to achieve. Here are a few things to consider: If you are reading data from an ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 270
PreviousNext

Return to advanced search