Search found 408 matches: condition

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... support fraction of seconds milliseconds. - Improved support for Restoring large tables * FWMariaRowSet class - Fix in SetFilter() a) when filter condition contains "<a> like '%abc'" is treated same as '%abc%'. Fixed b) Filter is failing when the like condition contains chars like ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 57

Re: incremental search on Xbrowse

hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is

if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil

TIA
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2013

WebView resize

... Here's the relevant code snippet: h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } Inside the function `fromjavascript(hPost)`, if the condition elseif hTemp['url'] == 'cancelform'` is met, the following actions are performed: logline("cancelform", ValToChar(hTemp)) oWebView:Terminate() ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2102

Re: BackUp [cCondition]

At present we did not provide backup of table with WHERE condition. Actually, 70000 records is not a big table unless the internet connection is highly unreliable Even if we provide WHERE clause, Restoring the table gives problems. Let us think and come ...
by nageswaragunupudi
Tue Mar 05, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 159

BackUp [cCondition]

... job, sometimes the connection is cut and other times it only loads about 100,000 records, is it possible that the BackUp has a clause (WHEN) to condition the process?, as well as: BackUp( [source], [dest], [bProgress], [cCondition], [nRecsInBatch], [nMaxBufperSQL] ) where cCondition := "WHERE ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 159

BackUp [bCondition]

... job, sometimes the connection is cut and other times it only loads about 100,000 records, is it possible that the BackUp has a clause (WHEN) to condition the process?, as well as: BackUp( [source], [dest], [bProgress], [cCondition], [nRecsInBatch], [nMaxBufperSQL] ) where cCondition := "WHERE ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BackUp [bCondition]
Replies: 1
Views: 80

Re: "Save As" dialog box

Thanks !
Is it possible to create a folder selection dialog with the condition that files are visible (files themselves cannot be selected) ?
by Natter
Fri Jan 26, 2024 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1838

Nages, 2 diferent Db's update

... "userx" PASSWORD "passx" DB "xDb"       oDbSend:=oSvr:Rowset("select codigo,data1,data2 from table1 where condition")         nTotal:=oDbSend:RecCount()        If nTotal > 0           For x=1 to nTotal               oRem:Execute( ...
by Adolfo
Tue Jan 16, 2024 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 724

Re: Fwh 23.10 TGet another problem

... function Even though it is defined as .F., the nKey variable coming to METHOD KeyChar is different. I tried both versions in FW_Unicode(.T.) condition. In both cases, the nKey variable is 286. conclusion : METHOD Which function triggers the KeyChar function?
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54331

Re: Is there a PHP IsSet() in Modharbour

... reference a hash table using the variable name "cHashName" but I keep receiving an error stating "variable does not exist" in condition nr.3 in the code i provided. nr. 1 and nr. 2 are working fine but I have something wrong in nr. 3. I would really appreciate your expertise. ...
by Ruth
Thu Nov 09, 2023 12:07 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 688

abort aeval()

Hi,

Is it possible to interrupt the execution of the aeval() function by condition ?
by Natter
Mon Oct 09, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: abort aeval()
Replies: 2
Views: 306

Re: Filtrar consulta de tdolphin

... data again from the Server. Let us just filter the data inside XBrowse. i.e., let us display in xbrowse only those records that match the filter condition. We will take the above example. We want to show only those records where the "AMOUNT" is exactly divisible by 19. We will apply ...
by nageswaragunupudi
Tue Sep 26, 2023 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 818

Re: Saving OuterHTML using Await Implementation with TWebView

... **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded). - This loop will exit either when the desired result is achieved or after a certain time has ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1659

Re: Saving OuterHTML using Await Implementation with TWebView

... **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., a specific element is loaded). - This loop will exit either when the desired result is achieved or after a certain time has ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1659

Re: How To Change Globally GET Text color when it is focused

Dear Rao Sir ,

Sorry for the wrong the TITLE of the Topic but I am looking for to set color for READONLY GET which becomes disabled state on WHEN condition.

Thanks
Shridhar
by shrifw
Sat Aug 12, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1556
Next

Return to advanced search