Search found 441 matches: assigned

Return to advanced search

GetImage on fiveh.lib

... when the getImage() function is called it creates an EVAL error because this function was mistakenly inserted in the easyreport files and was not assigned static, the function It is located in eritems.prg . Easyreport with all its files has been placed in the fiveh.lib library. I have already ...
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 2
Views: 88

xbrowse (likely a custom table) whose contents change dynam

... code. It is only for demonstration purposes. Here, one would then integrate the harbour query, i.e. plain harbour code. The result would then be assigned to the HASH and sent back to the client. hData['data'] := here is the result of the e.g. filter evaluation Detailed Explanation Variable Initialization: ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 67

New FTDN April 2024 (FWH 24.04)

... using different colors and penstyles. - New DATA nClrFocusRect. Programmer can use any solid color for drawing the focusrect. If the value -1 is assigned, Windows API function DrawFocusRect() is used like other styles of btnbmp. - New DATA nPenFocusRect: DEFAULT PS_SOLID. Programmer can assign ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 431

Re: GetHostByName( GetHostName() )

... has multiple network adapters. Multiple Adapters: With Ethernet, Hamachi, and VMware adapters present, your system can have multiple IP addresses assigned, each potentially belonging to different subnets. GetHostByName might pick the address associated with a different adapter than the one you ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 181

Re: RC to PRG generator

Antonio. I've already done some tests and I couldn't identify the GoupBox control. The control is assigned to the BUTTON type. I needed a way to identify the BS_GROUPBOX too.  CONTROL "Guias Anteriores", 1101, "Button", BS_GROUPBOX, 2, 13, 135, 22  ...
by Giovany Vecchi
Mon Feb 12, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1243

file ID in the Windows file system

... a File to the ID:** - **Effect on File ID**: If you rename a file to anything, including a name that looks like its File ID, the actual File ID assigned by the file system does not change. The File ID is a unique and stable identifier for the file within the same volume and is managed by the ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 639

Re: Lost connection to MySQL server during query

... oCn:nVersion = 5.72700000 ? oCn:OS = Win64 Now we are improving the internal reconnection logic and testing. We will provide DATA bOnLostServer If assigned with a codeblock, instead of displaying message, the codeblock will be evaluated. If the codeblock returns .T., the operation will be retried. ...
by vilian
Wed Sep 06, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12544

Re: Lost connection to MySQL server during query

... ? oCn:cServerInfo? oCn:nVersion? oCn:OS Now we are improving the internal reconnection logic and testing. We will provide DATA bOnLostServer If assigned with a codeblock, instead of displaying message, the codeblock will be evaluated. If the codeblock returns .T., the operation will be retried. ...
by nageswaragunupudi
Wed Sep 06, 2023 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12544

Re: Una sobre la clase TTOAST

... Windows version: 6.2, Build 9200 Time from start: 0 hours 0 mins 13 secs Error occurred at: 03/09/2023, 14:46:46 Error description: Error BASE/44 Assigned value is wrong class: TTOAST:CBMPLEFT Args: [ 1] = N 285549237 Stack Calls =========== Called from: => TTOAST:_CBMPLEFT( 0 ) Called from: ...
by JoseAlvarez
Sun Sep 03, 2023 6:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre la clase TTOAST
Replies: 15
Views: 1363

numeric get

I have an edit control in an rc file in which a user should enter a numeric value. Maximum of six digits but no value assigned because I don't want the user suggest a Zero. Just local nRgNum ... REDEFINE GET oGet VAR nRgNum OF oDlg ID 20 PICTURE "999999" RIGHTTOLEFT When ...
by Detlef
Wed Jul 19, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 339

Re: Como evitar warnings

... W3 pero sin los warnings de cosas sin sentido. Por ejemplo, Local oButtomredefine BTNBMP oButtom .... al compilar me arroja Variable 'oButtom' is assigned but not used in function y ese tipo de warnings son cientos de ellos, lo cual es molesto al compilar.
by JoseAlvarez
Tue May 30, 2023 5:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como evitar warnings
Replies: 5
Views: 263

Como evitar warnings

... Local cQuery.........  oQuery:=oQuery:=_oSqlConex:Query( cQuery )return .t. Al compilar, me muestra este warning: Variable 'OQUERY' is assigned but not used in function ... Es como si detectara a oQuery como una constante y no como variable, estoy compilando con el parametro -w3 y se ...
by JoseAlvarez
Tue May 30, 2023 5:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como evitar warnings
Replies: 5
Views: 263

Re: U-Dbu

... a web application. I will try to be as brief as possible. You have your application on your computer with an internet connection. This computer is assigned a public IP. If you open the port on your router, (here each one would have to learn how to connect to your router to change parameters) then ...
by Carles
Sat May 13, 2023 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1223

Re: problem wth SetMultiSelectCol

... on the first column on xbrowse class there is :bOnMultiSelect but I not understood how create it from fwh 12.08 (1) New DATA bOnMultiSelect: If assigned, the codeblock is executed with Self and nOperation as parameters after a multiselect operation.
by Silvio.Falconi
Sat Apr 29, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem wth SetMultiSelectCol
Replies: 11
Views: 708

Re: How to create a PRIVATE variable owned by the caller?

... is the name of a private variable or array to create. If the <identifier> is followed by square brackets ([ ]), an array is created and assigned to the <identifier>. When the <identifier> specification indicates an array, the syntax for specifying the number of elements for ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 803
Next

Return to advanced search