Search found 288 matches: declared

Return to advanced search

Parameterization of xReport

... of HTML for the setup hash as much as possible, so one gets accustomed to the terminology. Here is an example: In xReport, the table head is declared as: <thead class="custom-thead"> In our project, we use a custom CSS class named .custom-thead to style the appearance of table ...
by Otto
Sat Jan 13, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameterization of xReport
Replies: 2
Views: 570

Re: How to find out the IDs of controls and types?

... the procedure is not finished. It has classes and other functions working together. This procedure would only be to catch controls that are not declared by the FWH. For now it's like this DEFINE DIALOG oDlgMy Resource "MY_DLG"ACTIVE DIALOG oDlgMy ON INIT  G_CTRLS_COLORS_API(oDlgMy)FUNCTION ...
by Giovany Vecchi
Thu Jan 11, 2024 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1847

Re: Is there a PHP IsSet() in Modharbour

Dear Ruth,

hStars must be declared as public:

public hStars

so the "macro" operator can locate and use it

best regards
by Antonio Linares
Thu Nov 09, 2023 3:11 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 680

Re: numeric get

If nNum is declared as nil then this error is generated:

Error description: Error BASE/1122 Argument error: TRANSFORM
Args:
[ 1] = U
[ 2] = C 9999999.99

It must be a number
by Antonio Linares
Thu Jul 20, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 319

Re: Connection to XPlane Flight Simulator

... xpIP, 16);    sock.xpPort = xpPort == 0 ? 49009 : xpPort;#ifdef _WIN32    WSADATA wsa; WSADATA can not be declared there. So the code should be modified this way: XPCSocket aopenUDP(const char *xpIP, unsigned short xpPort, unsigned short port){  ...
by Antonio Linares
Sun Jun 04, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 995

Como evitar warnings

... es lo que deseo quiero mantener el -w3 ¿Habra manera de evitarlo? Por otro lado, aparecen muchos warning de este tipo: Codeblock parameter 'SELF' declared but not used in function ... de igual forma no quisiera que aparecieran. Ya alguien hizo la misma pregunta anteriormente y logró solucionarlo ...
by JoseAlvarez
Tue May 30, 2023 5:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como evitar warnings
Replies: 5
Views: 256

Re: register callback func to be exec from inside c VM harbour

... to be able to call a progress function from inside the for loop, we would need to register a callback function that can update a progress bar declared on the calling .prg. On the Harbour forum Laiton suggested taking a look at hbcurl source where there seems to be something similar. I will ...
by reinaldocrespo
Mon May 29, 2023 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: register callback func to be exec from inside c VM harbour
Replies: 2
Views: 203

returning a wchar_t variable back to harbour function

Hello everyone! Inside a harbour wrapper function I need to declared a variable as wchar_t or HB_WCHAR but I don't know how to return that variable back to calling harbour function. I tried using hb_retc as with any other string but that won't return wide ...
by reinaldocrespo
Wed May 24, 2023 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: returning a wchar_t variable back to harbour function
Replies: 4
Views: 264

Re: Gluing bitmaps

Yes, I declared the hLib variable. But the following error occurs: Error description: Error BASE/1089 Argument error: ABS Args: [ 1] = P 0x0 Stack Calls =========== Called from: => ABS( 0 ) Called from: .\source\classes\IMAGE.PRG ...
by Natter
Wed Dec 14, 2022 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1370

Re: Gluing bitmaps

Dear Natter,

static hLib must be declared before any code above
by Antonio Linares
Wed Dec 14, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1370

Re: DLLCALL under Fivewin

... or lpSecurityAttributes AS LONGLONG // for 64 bits When you call the function, that parameter will be LPSECURITY_ATTRIBUTES() as such parameter is declared by Microsoft like this: [in, optional] LPSECURITY_ATTRIBUTES lpSecurityAttributes, it may work also if you supply a zero as the parameter value ...
by Antonio Linares
Fri Dec 02, 2022 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2628

Re: Harbour warnings

... http://www.xharbour.org http://www.harbour-project.org/ Compiling 'prueba.prg'... prueba.prg(3) Warning W0004 Codeblock parameter: 'SELF' declared but not used in function: 'MAIN' prueba.prg(3) Warning W0001 Ambiguous reference: 'A' Generating C source output to 'prueba.c'... Done. Lines ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2335

Re: W3Schools webpage template "COMPANY" to mod harbour

... is very similar to JS. If you declare a variable inside a function, then it is like local. You only can access it inside the function in which you declared the variable. static is similar to JS variables declared globally (outside any function) have Global Scope. Static declaration in HARBOUR must ...
by Otto
Mon May 16, 2022 6:22 pm
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 816

Re: Copy / Paste Behaviour

... you use to compile your example? The behavior I mentioned happens in a certain version of fivewin, 1811. The get variable size is correct, it was declared with size 14. Thank you! Please take a little time copying the sample to your fwh1811 samples folder and test it. I am sure you did not have ...
by nageswaragunupudi
Tue May 03, 2022 3:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy / Paste Behaviour
Replies: 13
Views: 789

Re: Copy / Paste Behaviour

... you use to compile your example? The behavior I mentioned happens in a certain version of fivewin, 1811. The get variable size is correct, it was declared with size 14. Thank you!
by wartiaga
Mon May 02, 2022 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy / Paste Behaviour
Replies: 13
Views: 789
Next

Return to advanced search