Search found 493 matches: exact

Return to advanced search

Re: ascan y tuplas

Prueba a usar:

SET EXACT ON
y SET DECIMALS TO ... también

Y para salir de dudas:

x := AScan( ::aTree, { | a | MsgInfo( a[ 5 ], oItem:cargo[ "hitem" ] ), .F. } )

asegurate visualmente que tienes los datos que crees tener :-)
by Antonio Linares
Thu Jun 24, 2021 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ascan y tuplas
Replies: 8
Views: 703

Sample for FW_stricmp()

... Can be used to compare strings as well as any valtype. Syntax-1: FW_StrICmp( uVar1, uVar2, [lExact] ) --> -2/-1/0/+1/+2 lExact defaults to SET EXACT setting. uVar1 and uVar2 can be of any data types. In case both are strings, "case insensitive" comparision is made. In other cases, ...
by Marc Venken
Thu Jun 17, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for FW_stricmp()
Replies: 0
Views: 326

Re: New FTDN April/Abril 2021 (FWH 21.04)

... así como cualquier tipo de dato. Sintaxis - 1: FW_StrICmp( uVar1, uVar2, [lExact] ) --> -2/-1/0/+1/+2 lExact por defecto el valor de SET EXACT. uVar1 y uVar2 pueden ser de cualquier tipo de datos. En caso de que ambos sean cadenas, se realiza una comparación "insensible a mayúsculas ...
by Antonio Linares
Fri Jun 04, 2021 2:15 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1977

New FTDN April/Abril 2021 (FWH 21.04)

... Can be used to compare strings as well as any valtype. Syntax-1: FW_StrICmp( uVar1, uVar2, [lExact] ) --> -2/-1/0/+1/+2 lExact defaults to SET EXACT setting. uVar1 and uVar2 can be of any data types. In case both are strings, "case insensitive" comparision is made. In other cases, ...
by Antonio Linares
Mon May 31, 2021 3:53 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2021 (FWH 21.04)
Replies: 8
Views: 1977

Re: TDatabase: Parameterized filters and ReFilter()

When you set filter with
oDbf:SetFilter( cFilter, aParams )
The method applier the aParams to cFilter and prepares the filter string to set the filter.
You can check the exact filter string with
? oDbf:DBFILTER()
and see if this is what you expected.
by nageswaragunupudi
Tue May 25, 2021 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Parameterized filters and ReFilter()
Replies: 9
Views: 1106

Re: Data management system

... for our documentation, and yet I find that my clients rarely, if ever, read the manual, even when a press of the F1 key will make it open to the exact page needed. They have lots of excuses, but that never includes a comment that says the information presented wasn't helpful. It's always they ...
by TimStone
Tue Mar 16, 2021 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2183

Errsysw not working

... In my main application, I include errsysw.prg and it works perfectly when an error occurs. I have a subset of my program, using many of the exact same files from the same source directory. When an error occurs, instead of errsysw showing a popup screen with the error and all the data, the ...
by TimStone
Tue Feb 23, 2021 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw not working
Replies: 5
Views: 524

Re: EasyReport progress?

... does not work well because it is based on the fivewin Tcontrol class so that the drag of the objects (dots) are not where they should be and makes exact movement difficult, this happens if you want to draw an invoice with precise lines and boxes as I wrote above there must be a parent class such ...
by Silvio.Falconi
Sun Dec 13, 2020 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8878

Re: Editsource() Problem

it seems to be working now!! we already tried both examples that Mr Rao posted previously and now they are returning the exact same result! Tomorrow morning we'll try it in our application, and hopefully it's going to be ok. Thank so much!! You said that the main problem is related ...
by ricbarraes
Wed Jun 10, 2020 2:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5341

Re: Random -> Error BASE/1004 Message not found

Roberto,

How large is the app ?

What exact Harbour and FWH versions are you using ?

What C compiler are you using ?

Is it a 32 bits or 64 bits app ?
by Antonio Linares
Mon May 04, 2020 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Random -> Error BASE/1004 Message not found
Replies: 5
Views: 755

Re: xBrowse faster with less colums

... )USE CUSTOMER EXCLUSIVEFW_CdxCreate()CLOSE CUSTOMER  In your filter expression, references to the fields should match the exact expression used in the indexes. For example, Because we created index on UPPER(CITY), SET FILTER TO UPPER(CITY) = "A" // optimizedSET ...
by nageswaragunupudi
Sat May 02, 2020 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1067

Re: xBrowse faster with less colums

... when I return, its ready. This is too bad. It can not be like this. Size of 300,000 records is nothing. We can not comment unless we get into the exact code. Do you have too many deleted records? In that case the performance can be very sluggish. Try packing the DBF and then run. Indeed, I had ...
by Marc Venken
Fri May 01, 2020 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1067

Re: xBrowse faster with less colums

... when I return, its ready. This is too bad. It can not be like this. Size of 300,000 records is nothing. We can not comment unless we get into the exact code. Do you have too many deleted records? In that case the performance can be very sluggish. Try packing the DBF and then run.
by nageswaragunupudi
Fri May 01, 2020 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1067

Re: IF

[#include "Set.ch"FUNCTION MAIN()? set(_SET_EXACT )cUserName := "Luis"If cUserName <> ""? "Not Empty"Else? "Empty"EndIfSET EXACT ON? set(_SET_EXACT )cUserName := "Luis"If ...
by MarcoBoschi
Sat Mar 14, 2020 4:01 pm
 
Forum: mod_harbour
Topic: IF
Replies: 4
Views: 1061

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... wrong results! (different in tprinter and fwpdf) An other interesting effect is the print from transparent PNGs: In tPrinter gives in the preview exact transparent pictures but in the real print the transparence is lost. Printing the PDF-file from fwpdf is correct and transparent!
by byte-one
Thu Mar 05, 2020 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5620
PreviousNext

Return to advanced search