Search found 995 matches: deleted

Return to advanced search

AT COMMAND FOR GSM MODEM

... AT+GMI Nokia Mobile Phones # +GMM (TA model) AT+GMM Nokia 6210 # +GMR (TA revision) AT+GMR SW05.02 # +GSN (TA serial number) AT+GSN <deleted> # +GOI (Global Object Identification) AT+GOI ERROR # +GCI (Country of installation) AT+GCI ERROR # +GCAP (Capabilities) AT+GCAP +GCAP: +CGSM,+FCLASS,+DS ...
by areang
Tue Feb 27, 2007 10:35 pm
 
Forum: FiveWin for CA-Clipper
Topic: AT COMMAND FOR GSM MODEM
Replies: 0
Views: 2077

Antonio, James -
No, I'm not creating a font in my prg. However, the RC file generated by RW shows a font 8 in all dialogs that comes automatically from RW. Should these all be deleted by hand in the RC file?

Charles
by CharlesPratt
Tue Feb 27, 2007 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ugly Bold Text
Replies: 11
Views: 3257

James, thank you for your reply. The only other soultion is to use indexes (with the FOR ! DELETED() clause) and to set a scope. This way ordKeyCount() knows the number of records in the scope without rereading the entire database. That DBF contains only a few records ...
by Davide
Mon Feb 19, 2007 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse() - Vertical scrollbar with filtered data
Replies: 6
Views: 1883

Davide, If you are using an index you should build the index with the FOR ! DELETED() clause. I build all my indexes like that. This way deleted recrods will not be included in ordKeyCount(). Filters are another matter. When an index is built using the above clause ...
by James Bott
Sun Feb 18, 2007 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse() - Vertical scrollbar with filtered data
Replies: 6
Views: 1883

... only if I MOVE the thumb myself that I start seeing strange things in the browse. As KeyCount() returns a number including also the filtered and deleted records I though that perhaps I should have assigned a "filter data" codeblock to the browse itself somehow. Any idea ? Thanks, Davide.
by Davide
Sun Feb 18, 2007 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse() - Vertical scrollbar with filtered data
Replies: 6
Views: 1883

TxBrowse() - Vertical scrollbar with filtered data

... vertical scrollbar the arrows are working ok, while by directly moving the square, sometimes filtered data reappears in the browse (sometimes even deleted records) oBrw:KeyCount() returns a number including also the filtered records. Maybe I should specify a scope for the browse instead of using ...
by Davide
Sun Feb 18, 2007 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse() - Vertical scrollbar with filtered data
Replies: 6
Views: 1883

... 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: 1578

... 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: 1578

... 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: 5911

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: 2312

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: 1331

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: 2025

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: 2406

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: 5067

... 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: 4512
PreviousNext

Return to advanced search