Search found 21 matches: anew

Return to advanced search

Re: Calculate total pages

... During printing, the QR code is then added and stored as a metafile. In the hotel, we then have to print the payment method on the copy. Printing anew with data, for example from the DBF file, is not a copy, as you could change the values here. For us, it is now like it used to be with the stamp: ...
by Otto
Fri Nov 24, 2023 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5879

Problem with tmeter

... oSay[3]:refresh(),; SysRefresh() ) } ... oProgress:ntotal:= len(aData) nMeter:=0 oProgress:set(nMeter) oStorico:FW_ArrayToDbf( anew,,bprogress ) nothing happens the meter is stopped at 0% for procedure 2 local nPos := 1 nTotaleStorico:=oStorico:RecCount() nMeter:=0 oProgress:set(nMeter) ...
by Silvio.Falconi
Mon Nov 14, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 302

Re: use fw_arraytodbf with conditions - RESOLVED

Rao, on my test I have the dMaxDate "10/09/2022" and on storico.txt I arrive until 2022/09/17 when I execute aNew := {} AEval( aData, { |a| If( a[ 1 ] > dMaxDate, AAdd( aNew, a ), ) } ) oStorico:FW_ArrayToDbf( anew ) XBROWSER oStorico SHOW RECID I not see any records ...
by Silvio.Falconi
Mon Sep 19, 2022 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use fw_arraytodbf with conditions
Replies: 5
Views: 656

Alter table in MariaDB from given Structure

... There is not problem adding or deleting for aColSpec. But When I changing in Numeric variables type and length is not mine that is described my aNew_Structure. It behaves it like in CreateTable function. for example, my Numeric, 5 converted to INT, 11. This function always think this variable's ...
by Horizon
Wed May 20, 2020 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alter table in MariaDB from given Structure
Replies: 1
Views: 443

Re: Compare structure of DBF on 2 locations

... There is not problem adding or deleting for aColSpec. But When I changing in Numeric variables type and length is not mine that is described my aNew_Structure. It behaves it like in CreateTable function. for example, my Numeric, 5 converted to INT, 11. This function always think this variable's ...
by Horizon
Tue May 19, 2020 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1359

Re: checkbox on xBrowse with surplus info

... DATASOURCE aOrigen inside the REDEFINE XBROWSE command. If you want to change the array at runtime (not before), set oBrw:aArrayData := <aNew>, but please do not use SetArray( aData ). Calling SetArray() after the browse is prepared ( by Adjust() method) may have undesirable effects ...
by nageswaragunupudi
Wed Oct 10, 2018 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox on xBrowse with surplus info
Replies: 3
Views: 1016

Re: Problem with dbseek

Friends the array was the first problem there ia another problem I explain you Now I must found on a archive each aNew[i] string and add +1 on field ETINVEN( numeric) Etichette.dbf have two field : 1. Etnombre 40 cr 2. EtInven numeric 3 nlen:=Len(aNew) USE ETICHETTE ALIAS ET INDEX ...
by Silvio.Falconi
Thu Jun 09, 2016 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with dbseek
Replies: 8
Views: 1381

Re: Problem with dbseek

Karina but you understtod my problems ?

Local cTags:="Computer; Televisore; Portatile;"
Local aNew:=iif(AT(';',cTags)!=0, HB_ATokens( cTags, ";"), {})

return an array with 4 rows instead of 3 rows ....
by Silvio.Falconi
Wed Jun 08, 2016 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with dbseek
Replies: 8
Views: 1381

Problem with dbseek

... ... why ? I made : Local nOldInven:=0 Local nInven:= 0 Local m Local cTags:="text1; text2; text3 ;" //this is the field i have Local aNew:=:=iif(AT(';',cTags)!=0, HB_ATokens( cTags, ";"), {}) // I converte on an array SELECT ET //open ET ET->(DbSetOrder(1)) //Order on ...
by Silvio.Falconi
Wed Jun 08, 2016 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with dbseek
Replies: 8
Views: 1381

Re: Filtering xBrowse Arrays - SOLVED!

nageswaragunupudi wrote:aNew := AClone( oBrw:aArrayData )
ASize( aNew, oBrw:nLen )



Thanks RAO.

I tested it and this solved my problem..
by fraxzi
Thu Mar 10, 2016 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filtering xBrowse Arrays - SOLVED!
Replies: 18
Views: 6999

Re: Filtering xBrowse Arrays

aNew := AClone( oBrw:aArrayData )
ASize( aNew, oBrw:nLen )
by nageswaragunupudi
Thu Mar 10, 2016 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filtering xBrowse Arrays - SOLVED!
Replies: 18
Views: 6999

Re: oDbf:modified() no regresa a .F. después de guardar el reg.

... have my own Scatter and Gather beside (and above) those provided by Odbf and it will be a nightmare to reload data and gather in my 230 variables anew (has to do with Dbase field limitations and I was forced to use memo fields to subdivide them in several ones for the problem at hand like in the ...
by ellano
Fri Jun 21, 2013 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oDbf:modified() no regresa a .F. después de guardar el reg.
Replies: 5
Views: 1249

New FTDN November/Noviembre 2010 (FWH 10.11)

... INI file. * TXBrowse: a) Fix: Method SelectCol(): Fixed runtime error when horizontal scroll is not used. b) Improvement: Method ReArrangeCols( aNew, [lKeepRest := .f.], [lReNum := .f.] ). By default, the method renumbers the nCreationOrder of the rearranged columns sequentially. This renumbering ...
by Antonio Linares
Fri Dec 10, 2010 8:05 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2010 (FWH 10.11)
Replies: 0
Views: 1313

Insert waterImage and other into Ttaskpanel class

...      (COLORREF) hb_parnl( 5 ));    hb_ret();}#pragma ENDDUMP  THEN YOU CAN ADD ALSO ANEW COMMAND INTO YOUR CH FILES #xcommand ADD PANEL [ <oPanel> ] ; [ <of: OF> <oExBar> ]; [ HEIGHT <nHeight> ] ; [ <lBorder: ...
by Silvio
Sat Nov 20, 2010 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert waterImage and other into Ttaskpanel class
Replies: 2
Views: 893

Re: Fulltextsearch (to Marco Boschi)

... "clifor", aClifor, nRecno ) FUNCTION AGG_REC( cFile, aFile, nRecord ) LOCAL cDelete LOCAL aRec := {} LOCAL nFld, nNew LOCAL nNuovi LOCAL aNew := {} LOCAL nStart := LEN( aFile ) LOCAL i // se ci sono nuovi record prima crea i nuovi elementi dell'array vuoti IF nRecord > LEN( aFile ) ...
by MarcoBoschi
Wed Nov 10, 2010 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltextsearch (to Marco Boschi)
Replies: 36
Views: 9381
Next

Return to advanced search