Search found 52 matches: wild

Searched query: wild

by Antonio Linares
Mon Feb 03, 2025 9:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is this True ?
Replies: 7
Views: 13265

Re: is this True ?

Dear Jimmy,

A CPU is able to do lots of different tasks. You can think of a CPU as a "wild horse", so powerful and at the same time risky as it has a lot of energy and many different actions that can be performed.

The idea of building a virtual machine is to reduce all those possibilites into a ...
by VictorCasajuana
Mon May 06, 2024 6:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Get simulando una espera en segundos
Replies: 5
Views: 966

Re: Get simulando una espera en segundos

Hola Víctor,

Yo hice una cosa rara. En mis tablas de clientes, articulos, proveedores, cuentas, etc... tengo una busquedsa wild (ordwildseek()) con un timer.
La busqueda la hago sobre una dbf pero cuando el usuario deja de teclear entonces da el cambiazo y carga un array con el ordwildseek() y sobre ...
by paquitohm
Mon May 06, 2024 2:34 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Get simulando una espera en segundos
Replies: 5
Views: 966

Re: Get simulando una espera en segundos

Hola Víctor,

Yo hice una cosa rara. En mis tablas de clientes, articulos, proveedores, cuentas, etc... tengo una busquedsa wild (ordwildseek()) con un timer.
La busqueda la hago sobre una dbf pero cuando el usuario deja de teclear entonces da el cambiazo y carga un array con el ordwildseek() y sobre ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 3564

Re: Mr Rao :SetFilter no funciona

... contains only numbers and alphabets but not chars like -, +, etc.

We are fixing this bug and testing now.

If the expression does not contain wild-card characters, you may use like this
oData:SetFilter("'RF-10392' $ UPPER(codbar1)")

Can you please let us know the FWH version you are using ...
by nageswaragunupudi
Wed Aug 09, 2023 7:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 720

Re: Error in FW_ArrayAsRecordSet Seek - Please help

... oRs := FW_ArrayAsRecordSet( FW_DbfToArray(), DBSTRUCT() )
xbrowser oRs AUTOSORT

We can sort on any column
We can do incremental seek on the sorted column
We can do incremental wild seek
Also
We can do incremental filters including wild filters.
XBrowse uses Find method for incremental seeks.
by Marc Venken
Mon Jul 17, 2023 8:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Upload works at home Not at work
Replies: 6
Views: 986

Re: FTP Upload works at home Not at work

I do see now that in Win Defender my program has 2 occurences

Factumat 32 with selected : Private and NOT public
Factumat 32 with selected : NOT Private but Public

Tomorrow I will this what happence when I have 1 occurence, but with both Private and Public activated.
Just a wild guess
by mauri.menabue
Thu Jun 08, 2023 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Maria DB and incrental seek
Replies: 1
Views: 260

Maria DB and incrental seek

hi all,
I need help because I can't set columns in xbrowse to use incremental seek , only wild seek works on columns whose data is character type in other types I get type mismatch error.



*---------------------------------------------------------------------------
*- Browse testata ...
by nageswaragunupudi
Sat Nov 26, 2022 8:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 3500

Re: Newbie Question : XBROWSE

... command opens the DBF, browses and then closes the DBF.
Optional FASTEDIT clause is to enable editing if you need. in addition to inline edit, add/edit dialogs are also availble.
If you need, AUTOSORT clause not only allows column sort and also incremental seek, filter, with / without wild expessions.
by Jimmy
Mon Aug 01, 2022 7:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE and any Key
Replies: 9
Views: 1030

Re: XBROWSE and any Key

hi,

This will demonstrate default Incremental Seek, SeekWild, Incremental Filter, Incremental Filter Wild
First play with it and then see the default XBrowse code.
thx for Sample.
i will try it and "see" how it work

Question : will it work when have
SETKEY( ASC( "F" ), &#123 ...
by nageswaragunupudi
Mon Aug 01, 2022 6:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE and any Key
Replies: 9
Views: 1030

Re: XBROWSE and any Key

... USE CUSTOMER NEW VIA "DBFCDX" FW_CdxCreate() XBROWSER "CUSTOMER" AUTOSORT

Please build and run this code in the samples folder.

This will demonstrate default Incremental Seek, SeekWild, Incremental Filter, Incremental Filter Wild
First play with it and then see the default XBrowse code.
by Mulyadi
Thu Jan 27, 2022 1:28 am
Forum: FiveWin para Harbour/xHarbour
Topic: ERRORES EN EL VOLCADO DE DATOS EN UNA RED LOCAL
Replies: 13
Views: 1376

Re: ERRORES EN EL VOLCADO DE DATOS EN UNA RED LOCAL

... you can use Oracle, MySql, MS-SQLServer or others.

my advice, stop using the free version of the database.
I have faced your current problem in 2004-2007 and the solution I switched to a commercial database.
apply standard PC specifications to run the program, don't let it run wild at will.

Regards.
by Enrico Maria Giordano
Sun Oct 14, 2018 7:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 11836

Re: Your EXE into a Web app

For me Carles meant to say that Antonio is our ace in the hole, a wild card that can change its value accordingly to our needs. I'm sure no offence intended.

EMG
by Antonio Linares
Tue May 30, 2017 9:24 am
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2931

Re: New FTDN May/Mayo 2017 (FWH 17.05)

... AUTOCOLS or specified columns (Limitation: Does not yer support
expressions involving column names)
- AUTOSORT support
- Incremental Seek and wild seek
- Does not yet support Incremental filters
- Inline Editing supported.
- XBrowse method oBrw:Edit() can be used for editing records ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 5762

Re: Google Cloud Platform

... traffic can be sustained. Elsewhere, we have seen far greater long-term damage caused by hacks of big businesses, NSA zero days leaking into the wild, and the growing rate of state-sponsored cyberwarfare attacking political structures.


The Cloud is territory we have never traversed before ...
by David Williams
Sun May 14, 2017 11:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: Autoget Error in FW May 2014 and June 2014
Replies: 6
Views: 1579

Re: Autoget Error in FW May 2014 and June 2014

Hello Daniel,

Was testage5.prg ever completed? Has anybody got an example of a wild seek using DBFCDX?

Regards
David