Search found 438 matches: assigned

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

Re: different Warning using BCC7 32 Bit / MSVC 64 Bit

hi Antonio, Do you mean this code ? Yes, this CODE give me under BCC7 32 Bit this Warnings Warning W8004 TEST1.prg 147: 'fAutoEject' is assigned a value that is never used in function EjectVolume Warning W8004 TEST1.prg 147: 'fRemoveSafely' is assigned a value that is never used in function ...
by Jimmy
Thu Dec 15, 2022 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 419

different Warning using BCC7 32 Bit / MSVC 64 Bit

hi, both Version "seems" to run so far but i got (different) Warnings bcc7 32 Bit Warning W8004 .\\HB_FUNC.PRG 132: 'fAutoEject' is assigned a value that is never used in function EjectVolume Warning W8004 .\\HB_FUNC.PRG 132: 'fRemoveSafely' is assigned a value that is never used in ...
by Jimmy
Thu Dec 15, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 419

Re: chatGPT writes and executes Harbour code !!!

Dear friends,

Here you can see how to create a webform with OpenAI.
The IDs are assigned automatically by OpenAI.

We can use the Form with mod harbour and all is working.

https://mybergland.com/fwforum/openui.mp4

Best regards,
Otto
by Otto
Wed Dec 14, 2022 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2782
Next

Return to advanced search