Search found 989 matches: deleted

Return to advanced search

... hago una reindexacion. Para evitar que los datos borrados esten molestando durante la operacion del programa simplemente hago el indice FOR ! DELETED() y asi no aparecen los datos borrados Luego, cuando llega el momento de reindexar, se borra el CDX, se abre la tabla DBF, se hace pack, se ...
by R.F.
Wed Feb 07, 2007 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pack y progress
Replies: 6
Views: 1544

... puedes inteceptar el proceso de "pack" Lo que puedes hacer, es copiar lo datos a una base de datos temporal, evitando los registros borrados (IF DELETED()) uno a uno, luego borrar DBF orignal, renombrar el temporal y reindexar sobre el temporal renombrado.
by R.F.
Mon Feb 05, 2007 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pack y progress
Replies: 6
Views: 1544

... Static Function BackRest() Local oLbx, nItem := 0, oMeter, nMeter Local n, nSelected := 0, aSel := {} //Set Default SET DELETED OFF // Replace variable. lpath := (CurDrive() + ":\" + "Blazepro\Data\") tpath := Space(25) lType := Space(1) lpath := AllTrim(lpath) DEFINE ...
by Arindam
Fri Jan 26, 2007 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Code
Replies: 15
Views: 5736

Para ANTONIO LINARES

... ( 73) Files Modified .................. ( 0) Files Renamed. .................. ( 0) Files Added ..................... ( 73) Files Deleted ................... ( 0) File Patches Skipped: New Files Up-To-Date.... ( 2) File Patches Ignored: Old Files Missing....... ( 0) Old Files Invalid....... ...
by Miguel Rivera
Wed Jan 24, 2007 12:44 pm
 
Forum: FiveWin para CA-Clipper
Topic: Para ANTONIO LINARES
Replies: 7
Views: 2230

Silvio, This is what I use with TWBrowse to get alternating row colors. This works with filters, indexes, and deleted records. It should work with TXBrowse also. James lClrFlag:=.f. oLbx:bSkip:={| nRecs | (nRecs:= ::oInvmast:skipper( ...
by James Bott
Tue Jan 23, 2007 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help urgent : XBROWSE EDIT
Replies: 6
Views: 1309

Re: TESTZIP

... | <aFiles> | <nFilePos> ) --> <lDeleted> * $ARGUMENTS$ * <cFile> The name of the zip files from where the files will be deleted * * <cFiletoDelete> An File to be removed * _or_ * <aFiles> An Array of Files to be removed * _or_ * <nFilePos> The Position ...
by Enrico Maria Giordano
Fri Jan 05, 2007 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TESTZIP
Replies: 3
Views: 2002

Fuente y preguntas

... ******************************************** * Sets ******************************************** FUNCTION PonSets() HB_LANGSELECT( "ESWIN" ) SET DELETED ON SET DATE TO ITALIAN SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 SET CONFIR ON RETU nil ******************************************** ...
by AndresZaragoza
Tue Dec 19, 2006 11:40 am
 
Forum: FiveWin para Pocket PC
Topic: Mas de Novato.
Replies: 9
Views: 2312

Ahi va todo el codigo.

... sistema por defecto para arrancar * ******************************************************** STATIC FUNCTION Config() HB_LANGSELECT("ESWIN") SET DELETED ON SET DATE TO ITALIAN SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 SET CONFIR ON *Hb_LangSelect ('PL') *Hb_SetCodePage ('PLWIN') REQUEST ...
by mjcc
Mon Dec 18, 2006 2:51 pm
 
Forum: FiveWin para Pocket PC
Topic: Ayuda con apertura de ficheros POR FAVOR
Replies: 17
Views: 4840

... can be found: More than 2 places, but there is some place where : 1 - There is not the information needed 2 - The datas are not upgraded (or deleted ) when i delete the printer driver. For two shared printers installed on a station running Windows 98: HKEY_LOCAL_MACHINE\system\CurrentControlSet\COntrol\Print\Printers ...
by Badara Thiam
Tue Nov 21, 2006 5:50 pm
 
Forum: FiveWin for CA-Clipper
Topic: Message to Badara
Replies: 10
Views: 4233

Hi Biel,


It`s true I always used set delete on. I don`t want to see deleted records anyway. But my database as no deleted records.

Made a second test: if i use Clipper dbGoTop() & dbGoBottom() everything works fine. Only if I use TDataBase problem returns.


Regard
by Gilbert
Thu Nov 09, 2006 12:27 pm
 
Forum: FiveWin for CA-Clipper
Topic: Major flaw in TDataBase CLASS
Replies: 4
Views: 1499

Probably you are working with SET DELETE ON, and you have deleted records. So REcno 14 is the first non deleted record in your DBF.

PACK, or SET DELETE OFF.
by Biel EA6DD
Thu Nov 09, 2006 8:21 am
 
Forum: FiveWin for CA-Clipper
Topic: Major flaw in TDataBase CLASS
Replies: 4
Views: 1499

Tengo lo siguiente en el programa: SET DELETED ON SET DATE TO ITALIAN SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 SET SOFTSEEK ON HB_LANGSELECT( "ESWIN" ) HB_SetCodePage("ESWIN") // Para ordenación (arrays, cadenas, etc..) HB_LangSelect('ES') ...
by juanjogascem
Wed Nov 08, 2006 8:54 pm
 
Forum: FiveWin para Pocket PC
Topic: COnversion de cadena a numero
Replies: 4
Views: 1018

PROCEDURE main() LOCAL oBar SET DATE british SET EPOCH TO 1940 SET DATE FORMAT "dd/mm/yyyy" SET DELETED on SET DECIMAL TO 2 DEFINE WINDOW oWnd ; TITLE "Test" ; ICON "geoage" ; MENU Buildmenu() SET MESSAGE OF oWnd TO "" ; TIME ; DATE ; KEYBOARD oMsg:=oWnd:oMsgBar DEFINE ...
by aerrigo
Tue Oct 31, 2006 11:41 am
 
Forum: All products support
Topic: Ricompilare le librerie FWH
Replies: 18
Views: 5654

... You cannot use ANY program expression such ALIAS in no one part of the index: Incorrect: index on CLI_CODE tag CODI to ("CLIENTES") for !CLIE->(deleted()) Correct: index con CLI_CODE tag CODI for ! deleted()
by R.F.
Tue Oct 24, 2006 3:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro ao criar Indice com ADS
Replies: 2
Views: 791

Cannot create dialog box

... dialog (in same RC file), changed into my PRG and recompiled. I didn't changes into dialog, I only duplicated. It worked fine. Then I deleted SELECIONA (because SELEC_PRINC worked) and SELEC_PRINC stop to work!!! I use FWH 2.7 March with xHB Builder March and I don't use any Borland ...
by Maurilio Viana
Mon Sep 25, 2006 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box
Replies: 8
Views: 1512
PreviousNext

Return to advanced search

cron