Search found 326 matches: determine

Return to advanced search

Re: SAPI : change Voice

... : The WaitUntilDone method blocks execution until the voice finishes speaking, enabling an application to speak 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 ...
by Danielmaximiliano
Wed Feb 14, 2024 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3099

Re: I'm not asking for the moon...

I need it to determine the Kg of materials and I need have 7 digit with a comma sample 123,45 at init I need to have on Tget only a Zero at right and not 0.00 or 0,00 @ 60,20 GET aGet[2] VAR nVar   SIZE 100,24 PIXEL OF oDlg ...
by Silvio.Falconi
Thu Jan 18, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 1852

Re: Determine lib name of a function

https://vivaclipper.wordpress.com/tag/hb_regex/ http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=23771 https://forums.fivetechsupport.com/viewtopic.php?f=6&t=33882 http://www.hmgforum.com/viewtopic.php?t=3382 https://ha...
by karinha
Tue Jan 02, 2024 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 380

Re: Determine lib name of a function

Dear Hua,

If it is a Harbour function, you can check in the Harbour source code for it
by Antonio Linares
Tue Jan 02, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 380

Re: Determine lib name of a function

As a workaround, I now use hb_RegExAtX() instead of hb_AtX()
by hua
Tue Jan 02, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 380

Determine lib name of a function

Is there anyway for us to checked which lib a function is linked from?
I am trying to debug why my hb_atx() fails eventhough when I used an online regex tester it works
When I create a simple test at FWH\SAMPLES it also worked
by hua
Tue Jan 02, 2024 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 380

FW_OpenAdoConnection reconnect

Hello Everyone, Is it possible to determine if FW_OpenAdoConnection is still alive before a FW_OpenRecordSet call and if it is NOT, is there a way to reestablish connection? Here is my sample code establishing connection. oCn := FW_OpenAdoConnection( ...
by cdmmaui
Wed Dec 13, 2023 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 494

Re: Convert a print to Rtf or doc

... This function utilizes an ActiveX object to handle the printing process. 6. Auxiliary and Control Functions The function check4prn is used to determine which columns should be printed in the report. The procedures PrgInit and PrgExit initialize and clean up system settings at the start and ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3236

Strange behavior of xBrowse

Hi,

There is a xBbrowse with an array. When clicking on a particular cell, this cell receives focus with a long delay.
I could not determine the reasons for this. Tell me what method works when click on a cell ?

FWH 2307
by Natter
Sat Nov 25, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 719

Re: Interesting discussion with ChtGPT

Tim, I am trying to determine a work style for how I can productively use AI for my work. The prompt editor I made helps well. Here I save the questions that I have already worked out and that I may need again. I then ask at the end: ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 887

Interesting discussion with ChtGPT

... LOCAL nEndMinutes := nUntilHours * 60 + nUntilMinutes // Calculate duration in minutes LOCAL nDurationInMinutes := nEndMinutes - nStartMinutes // Determine the number of 15-minute intervals LOCAL nQuarterHourUnits := INT(nDurationInMinutes / 15) ? "Duration: " + STR(nQuarterHourUnits) ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 887

Re: xBrowser click

... }, .F. } ) , the SAY commands placed on the screen remain the background color defined in SetDlgGradient, my question is, would it be possible to determine the background color of the SAY commands? Whatever background you have for the dialog, if you define a Say with COLOR clause. eg: @ r,c SAY ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 784

xBrowser click

... }, .F. } ) , the SAY commands placed on the screen remain the background color defined in SetDlgGradient, my question is, would it be possible to determine the background color of the SAY commands? Thank you in advance for your help. Oliveiros Junior
by oliveiros junior
Wed Oct 11, 2023 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 784

Search by format

Hi,

Is it possible to search in the text by format ?
For example, there is a date in the text in the form of dd/mm/yyyy.
I need to find this fragment and determine that it is exactly the date (a la Excel - mask search "??/??/????")
by Natter
Wed Aug 02, 2023 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by format
Replies: 7
Views: 431

Re: Small Question about Word and FWH

... In Application 2, call the method or API provided by Application 1 to query the document state in jWord. Based on the response received, you can determine whether it's safe to call cWord:Quit(). d. If the document state returned from Application 1 indicates that a document is open in jWord, skip ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1118
Next

Return to advanced search