Search found 408 matches: condition

Return to advanced search

OrdCreate resolved !!

How I can Order with ordcreate the condition "!deleted()" ? I made I insert all ::aIdx on an array type { "RESERVA" , { { "Rooms_id+Dtos(Check_in)" , "room_in" , "Reserva" } } } FOR i := 1 ...
by Silvio.Falconi
Thu May 06, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate resolved !!
Replies: 1
Views: 402

Re: report with tdatabase condition - resolved !!

Corrected

ACTIVATE REPORT ::oReport WHILE !::oPrenota:eof() ;
ON STARTLINE ::oReport:aColumns[ 3 ]:lShadow:= ! Empty( ::oPrenota:DATAPAYED )
by Silvio.Falconi
Sun May 02, 2021 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: report with tdatabase condition - resolved !!
Replies: 5
Views: 781

Re: report with tdatabase condition

A "local oCol" is missing I put this local variable and it make error same METHOD Activate() CLASS TRepSituazione   local oCol   IF  ::lActivate   ::oReport:bSkip := { || ::oPrenota:skip(1) }   ACTIVATE REPORT ::oRepor...
by Silvio.Falconi
Sun May 02, 2021 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: report with tdatabase condition - resolved !!
Replies: 5
Views: 781

Re: report with tdatabase condition

A "local oCol" is missing
by Antonio Linares
Sun May 02, 2021 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: report with tdatabase condition - resolved !!
Replies: 5
Views: 781

Re: report with tdatabase condition

Antonio,
give me this error

Error description: Error BASE/1003 Variabile inesistente: OCOL

Stack Calls
===========
Called from: source\spiaggia\PSituaz.prg => (b)TREPSITUAZIONE_ACTIVATE( 81 )

I sent you a test
by Silvio.Falconi
Sat May 01, 2021 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: report with tdatabase condition - resolved !!
Replies: 5
Views: 781

Re: report with tdatabase condition

Silvio,

Try it this way:

COLUMN oCol TITLE "CLIENTE " DATA ::oPrenota:GUEST SHADOW

ACTIVATE REPORT ... ON STARTLINE oCol:lShadow := ! Empty( ::oPrenota:datapayed )
by Antonio Linares
Sat May 01, 2021 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: report with tdatabase condition - resolved !!
Replies: 5
Views: 781

Re: report with tdatabase condition - resolved !!

I wish insert the shadow of this column it ::oPrenota:datapayed not empty

COLUMN TITLE "CLIENTE " DATA ::oPrenota:GUEST SHADOW

how I can resolve ?
by Silvio.Falconi
Fri Apr 30, 2021 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: report with tdatabase condition - resolved !!
Replies: 5
Views: 781

Highlight cel in xbrowse when xbrowse is allready running

... code every time for a new setting : Can this be done like this ? A xbrowse that I popup in order to let it changes the combinations Cel Colorset Condition email { CLR_BLACK, MY_LIGHTGREEN } if data->active .and. data->online .and. data->count > 5 send { CLR_BLACK, MY_LIGHTGREEN } ...
by Marc Venken
Fri Feb 19, 2021 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlight cel in xbrowse when xbrowse is allready running
Replies: 1
Views: 241

Re: Printer class question

... too should make many prg one for each print, I thought instead of building a dbf to store all the print formats. Each field should have the print condition It is easy to say use ER or use quetaltra program, then we have to make a pile of documents to print and as you rightly say many have 3/4 ...
by Silvio.Falconi
Fri Oct 23, 2020 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3392

XBrowse: how to disable a line

With XBrowse, Is it possible to disable all the lines satisfying a condition?

EMG
by Enrico Maria Giordano
Tue Oct 20, 2020 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to disable a line
Replies: 3
Views: 395

Re: nCounter Report not run ok

... Mr NagesWarao explain how we must make there is also a sample , it run for bfor condition but when you try to insert a group not run I used his test sample and I insert group command    #include 'fivewin.ch'    #include 'report.ch'  ...
by artu01
Sat Oct 10, 2020 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242

Re: nCounter Report not run ok

... (because it makes a mistake) but we have to invent a local variable in our program to count the records, often when we have to print for a certain condition (bFor) It wasn't like that before. I don't remember right now but fw didn't have these problems
by Silvio.Falconi
Fri Oct 09, 2020 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242

Re: nCounter Report not run ok

... Mr NagesWarao explain how we must make there is also a sample , it run for bfor condition but when you try to insert a group not run I used his test sample and I insert group command    #include 'fivewin.ch'    ...
by Silvio.Falconi
Thu Oct 08, 2020 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242

Re: nCounter Report not run ok

... a research, this problem was from before perhaps 2009 For the test, If you think to found a good solution, You must try with alone , with bfor condition, and group condition
by Silvio.Falconi
Thu Oct 08, 2020 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nCounter Report not run ok RESOLVED
Replies: 18
Views: 1242

Re: csql := oCon:UPDATE( "clientes" , "nomcli", nom , ...

... of fieldnames. Third parameter is an array of values. Fourth parameter can be 1) an multi-dim array of fieldnames and values. 2) Literal where condition. In the above example, the fourth parameter can also be: "`numercli` = '" + cCod + "'"  but specifying as an array may ...
by nageswaragunupudi
Mon Aug 31, 2020 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: csql := oCon:UPDATE( "clientes" , SOLUCIONADO
Replies: 2
Views: 250
PreviousNext

Return to advanced search