Search found 408 matches: condition

Return to advanced search

Condition of the site

Hi,

In the process of work, I turn to a certain site. Sometimes this site may not work or work very slowly. Is it possible to assess the condition of the site ?
by Natter
Wed Dec 07, 2022 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Condition of the site
Replies: 3
Views: 459

xbrowse nRowDividerStyle

Hi
how can I condition the nRowDividerStyle?

I'd like nRowDividerStyle (LINESTYLE_BLACK) when inside DBF record there is logical value TRUE in CONTROL field else there must be no separating line between one line and another (LINESTYLE_NOLINES).

thanks
by damianodec
Thu Sep 22, 2022 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse nRowDividerStyle
Replies: 1
Views: 190

Re: append from en uno me funciona en otro no

Possible that there are no records matching the FOR condition.
by nageswaragunupudi
Sun Sep 18, 2022 2:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: append from en uno me funciona en otro no
Replies: 4
Views: 485

Re: Crossover 21.1

Antonio, I do understand. My MB Pro was over 5 years old. The battery life was never good. It was in good condition and worked well. I sold it online. Then Costco put a new MB Air on sale, and the price was 1/3 less than the new M2 model. With my "trade in" plus the ...
by TimStone
Thu Jul 07, 2022 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crossover 21.1
Replies: 8
Views: 539

Re: Xbrowse bBargetAction and the filtering function for it

... the comparison operator used in the filter is '$' If you want the filter to return all records with the field starting with the value, the filter condition can be: uVal     := Upper( AllTrim( uVal ) )cFilter += "UPPER( " + oCol:cExpr + " ) = '" + uVal + "'"  ...
by nageswaragunupudi
Sun Jul 03, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 840

Re: xBrowse sum help?

Thank you Mr. Rao,

I have changed your advice but there is not any change.

As I said before, I should sum three condition. 1. all, 2. Header Ödeme Yeri = "Büroda", 3 - Header Ödeme Yeri = "Havale"

and I want to show three total in footer "Tutar" column.
by Horizon
Tue Jun 21, 2022 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse sum help? (SOLVED)
Replies: 4
Views: 387

Re: W3Schools webpage template "COMPANY" to mod harbour

... you call the function. The locale HASH of the function dbf2hash() is assigned to your locale HASH hCards. The HASH hSLIDER is only filled if the condition is met. if TMPDBF_FILE->slider = "J" The number of records read is stored here. hDBF_Recs[ "RECREAD" ] := str( nDBF_RecRead ...
by Otto
Tue May 17, 2022 7:10 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 816

Problem With oRs:Requery()

... FULL COLUMNS FROM tmovgpes [ ERROR: Column 'cequipto' in where clause is ambiguous ]  I observed that in the error message, WHERE condition is different . Is missing field's ALIAS. Do you know why is it happening ?
by vilian
Fri Apr 08, 2022 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oRs:Requery()
Replies: 4
Views: 526

Re: gmail: Less Secure App Access will no longer on May, 30 2022

Dear Karinha, Thank you for an idea. I try http://www.mailjet.com . It works fine but free with condition 200/day, 6,000/month and gmail.com will receive to Promotion mailbox. I still love gmail, if we can still use after May 30, 2022. maybe in the future, test please: ...
by dutch
Tue Mar 15, 2022 3:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: gmail : Less Secure App will stop May, 30 2022 *Fixed*
Replies: 20
Views: 2200

Re: Configurate xBrowser from dbf data issues

... = 1 to len(aBrwCols)//  Rest code ...    This code is working for 1 row, and then keeps the values the same for every folowing row, so the condition is not changing. as i understand you want to build your Browse "in a Loop"     for i = 1 to len(aBrwCols) now you get result ...
by Jimmy
Fri Feb 11, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 679

Re: Configurate xBrowser from dbf data issues

... 2 dbf's with some data into it and uses the customer.dbf from the samples dir. (put the program there) If I put the code for coloring cells with a condition insite the function getXbrowser, I get the same color for every row (Green) oBrw[2] = getXBrowser("CUSTOMERS",oFld:aDialogs[2]) ...
by Marc Venken
Thu Feb 10, 2022 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 679

Configurate xBrowser from dbf data issues

...  <> webshop-> bruto , .t. , .f.)     if len(aBrwCols) > 0   // there are column that we want to color with a condition     for i = 1 to len(aBrwCols)        cVeld = aBrwCols[i][1]             //  fieldname/header  to use  :  Bruto    ...
by Marc Venken
Sat Feb 05, 2022 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configurate xBrowser from dbf data issues
Replies: 6
Views: 679

Re: oDbf:Delete() error

... I didn't see the deleted records and I trusted them I did not see them because the dbf was indexed with condition! Deleted () and then there was the scope on the user and on the number of menus (green box) so if I selected a user in the xbrowse above I ...
by Silvio.Falconi
Sun Jun 06, 2021 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1210

Re: oDbf:Delete() error

When you want to delete multiple records for a given condition

oDbf:Lock()
oDbf:Exec( { || DELETE FOR <cond> } )
oDbf:Unlock()
by nageswaragunupudi
Fri Jun 04, 2021 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:Delete() error
Replies: 15
Views: 1210

Re: TDatabase Class

... traps the key strokes ... then based on Case 2 oRsCust:Filter := "[CustomerName] like '"+cLname1+"%'" The above filter condition simulates and incremental search and the key to that search is the Sql like '"+cLname1+"%'" statement. Hope that makes sense ...
by Rick Lipkin
Wed May 19, 2021 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077
PreviousNext

Return to advanced search