Search found 1644 matches: returns

Return to advanced search

Re: Question about performance RowSet

... QueryResult This is an extension to Execute. if we use an sql like "select age from customer where id = 100" this function returns 58, instead of {{58}} That is ok, works fine.
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: Question about performance RowSet

... QueryResult This is an extension to Execute. if we use an sql like "select age from customer where id = 100" this function returns 58, instead of {{58}} As you indicated above, if we want to edit just one record in a table, we can aRow := oCn:QueryResult( "select ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 466

Re: GetHostByName( GetHostName() )

... different from the one on your desired subnet is not necessarily a bad configuration. Here's why: Function Behavior: GetHostByName typically returns the primary IP address associated with the hostname. This might not always be the IP address you're expecting, especially when your system has ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 128

GetHostByName( GetHostName() )

... local IP address. However my system has an EtherNet, Hamachi, and 2 VMware showing as adapters. The address returned by the function GetHostByName returns a different one that the one that has the same subnet as the network my system is on. Is this a bad configuration on my workstation? How do ...
by byron.hopp
Wed Mar 06, 2024 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 128

Re: how to get Childlist of a Control ?

hi Antonio,
Antonio Linares wrote:EnumChildWindows( hWndControl, { | hWndChild | ... } )

In FWH 24.02 the codeblock must returns .T. to continue with the next child, or .F. to stop the enum
In previous FWH builds, .T. is used by default

ok, understand
THX
by Jimmy
Thu Feb 29, 2024 5:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Childlist of a Control ?
Replies: 2
Views: 95

Re: how to get Childlist of a Control ?

Dear Jimmy,

EnumChildWindows( hWndControl, { | hWndChild | ... } )

In FWH 24.02 the codeblock must returns .T. to continue with the next child, or .F. to stop the enum

In previous FWH builds, .T. is used by default
by Antonio Linares
Thu Feb 29, 2024 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Childlist of a Control ?
Replies: 2
Views: 95

Re: SAPI : change Voice

... a text stream asynchronously and determine when it finishes. The hidden SpeakCompleteEvent method is similar to WaitUntilDone, except that it returns an event handle for the background speaking process, and does not block application execution.
by Danielmaximiliano
Wed Feb 14, 2024 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3099

Re: Has a printer been installed?

Michel:

One way

Code: Select all  Expand view

   acPrinters  := aGetPrinters()  
 


It returns an array with the names of all the installed printers

Regards
by Armando
Sat Feb 10, 2024 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Has a printer been installed?
Replies: 2
Views: 132

Re: Mark field as required

... is true that this system is not valid for radio button or check button. The changes to the TGet class consist of adding a new data bMandatory that returns .t. If the Get is mandatory and a call to a new method, in the ::Paint() method draw a triangle in the lower left corner of the TGet() https://i.ibb.co/GR84PXB/Snag-2da06c7.png ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1585

Re: nYoffset and nXoffset

... Know the parameters when the user select a printer, I think ..... many values are changed when the user prints because a printer is selected that returns certain values and changes the values entered into the test
by Silvio.Falconi
Mon Jan 15, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 744

Browse Json

I am using Microsoft Sql 2016 calling this query:
select keyno,name,abbr from hospital for json auto

It returns JSON which I use HB_JsonDecode(cJson,@oJson)

oJson is an array of hashes.

Can I browse this, if so how do I set it up.

Thanks,
by byron.hopp
Thu Jan 11, 2024 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 806

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

I can't change the colors of the controls found. I need a function that returns the control's properties as well. Here's an example of how I'm doing it.   EnumChildWindows( f_oDlgContainer:hWnd,;                ...
by Giovany Vecchi
Wed Jan 10, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1624

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

oWndFromHwnd() returns object control too. Try it !
by paquitohm
Tue Jan 09, 2024 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1624

How to find out the IDs of controls and types?

... SS_RIGHT|WS_GROUP, 1, 56, 72, 8}  Is there any way to identify the controls of this dialog automatically? Some function that returns controls without them being called by the Redefine SAY, Button, Get, etc. commands.
by Giovany Vecchi
Sat Jan 06, 2024 2:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1624

aGetFiles doubt

Hi, Why this line above returns ASIZE error? VetXmlsNf := aGetFiles( "*.xml", "Selecione o(s) xml(s)", "*.xml", "") Time from start: 0 hours 0 mins 10 secs Error occurred at: 03/01/2024, 15:45:34 ...
by wartiaga
Wed Jan 03, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetFiles doubt
Replies: 4
Views: 657
Next

Return to advanced search