Search found 995 matches: deleted

Return to advanced search

... Func Access() LOCAL oErr, SAYING, cFILENUM, oCN, cNAME, nLEN, nPOS, oRs, oDLG LOCAL lOK SET CENTURY on SET EPOCH to 1990 SET DELETED on oRs := CREATEOBJECT( "ADODB.Recordset" ) TRY oRS:Open( "SELECT * FROM CERT_DATA order by Name", "Provider=SQLOLEDB;Data Source=WEBDB02;Initial ...
by Rick Lipkin
Thu May 03, 2007 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO enhansed TwBrowse ?
Replies: 13
Views: 4594

... method call. Setting the Filter property itself may fail because of a conflict with the underlying data (for example, a record has already been deleted by another user). In such a case, the provider returns warnings to the Errors collection but does not halt program execution. A run-time error ...
by jlcapel
Mon Apr 30, 2007 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 109110

Connection

I suggest first create ADO Connection, this connection we can use in ADO Recordsets (in dBase terminology TABLE ), second parameter is string or ADO Connection object. If we create connection object we can use cnn:Execute("Select * FROM Table"), cnn:Errors and open method of recordsets is fast. My s...
by digicad
Sun Apr 29, 2007 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 109110

Antonio, ya uso el set deleted on... Creo que no es problema de mi aplicación puesto que para los demas casos borra y repinta correctamente el listbox. Pienso que pueda ser que la clase listbox no gestiona bien este tema de repintado ...
by Elias Torres
Thu Apr 19, 2007 8:10 am
 
Forum: FiveWin para Pocket PC
Topic: Error al borra la ultima posición de un browse
Replies: 8
Views: 2006

Elias,

Prueba a usar SET DELETED ON
by Antonio Linares
Wed Apr 18, 2007 6:09 pm
 
Forum: FiveWin para Pocket PC
Topic: Error al borra la ultima posición de un browse
Replies: 8
Views: 2006

... de registros de la DBF. Si tienes registros borrados, y tu índice los tiene en cuenta: INDEX ON Name TAG "Name" ; TO ... FOR ! Scripts->( Deleted() ) Entonces bLogicLen lo estableces así: oBrowsew:bLogicLen = { || ( ::cAlias )->( If( At( "DBFCDX",; RddName() ) != 0, OrdKeyCount(), RecCount() ...
by Antonio Linares
Fri Apr 13, 2007 7:29 am
 
Forum: FiveWin for CA-Clipper
Topic: Desplazamiento barra vertical en listbox.
Replies: 2
Views: 1204

Also, these two lines may be deleted: FWPPCI = $(FWPPC)\include FWPPCL = $(FWPPC)\lib and I have not tested the RC compiler. Probably its flags are wrong but now we can build FWPPC apps from UEStudio :-) and it is much simpler than the ...
by Antonio Linares
Fri Apr 13, 2007 7:06 am
 
Forum: FiveWin for Pocket PC
Topic: UEStudio setup for FWPPC
Replies: 5
Views: 2427

... build a group policy, which belongs to this group. The next step is to build a server based profile (best is to use a mandatory profile, so it´s deleted from the local computer when the user logs out). Only the administrator (you) can change the profile and the policy 2. all pc are single pc ...
by StefanHaupt
Tue Apr 10, 2007 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hiding the taskbar?
Replies: 18
Views: 5334

... 1, 11):value := "INIT_DATE" oSheet:Cells( 1, 12):value := "EXPIR_DATE" nRow := 2 Do WHILE !EOF() @ 10,10 say str(Nrow)+" "+cert->name if deleted() select cert skip loop endif oSheet:Cells( nRow, 1 ):Value := cert->reg_no oSheet:Cells( nRow, 2 ):Value := cert->name oSheet:Cells( ...
by Rick Lipkin
Mon Mar 26, 2007 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf to Xls
Replies: 32
Views: 11980

... oSheet := oExcel:ActiveSheet select 1 USE cert via "DBFCDX" shared go top nRow := 1 Do WHILE !EOF() @ 10,10 say str(Nrow)+" "+cert->name if deleted() select cert skip loop endif oSheet:Cells( nRow, 1 ):Value = cert->reg_no oSheet:Cells( nRow, 2 ):Value = cert->name oSheet:Cells( nRow, ...
by Rick Lipkin
Fri Mar 23, 2007 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf to Xls
Replies: 32
Views: 11980

... durante la ejecucion del programa ralentiza enormemente el performance del servidor ADS. Te aconsejo que indexes agregando la clausula FOR NOT DELETED() eso aumenta la velocidad de la actualizacion de datos.
by Marcelo Via Giglio
Wed Mar 07, 2007 7:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: probando xharbour 7.1 + ADS
Replies: 3
Views: 1027

... durante la ejecucion del programa ralentiza enormemente el performance del servidor ADS. Te aconsejo que indexes agregando la clausula FOR NOT DELETED() eso aumenta la velocidad de la actualizacion de datos.
by R.F.
Wed Mar 07, 2007 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: probando xharbour 7.1 + ADS
Replies: 3
Views: 1027

... oBrush main() //----------------------------------------------------------------------------// function Main() local oBrush local oIco, oBar * SET DELETED ON // para que no aparezcan los registros que borras !!! * SET 3DLOOK ON DEFINE BRUSH oBrush STYLE BRICKS DEFINE ICON oIco FILE "c:\FWH\icons\car.ico" ...
by jaba
Sun Mar 04, 2007 8:33 pm
 
Forum: FiveWin para CA-Clipper
Topic: En busca del registro deseado
Replies: 10
Views: 3623

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:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AT COMMAND FOR GSM MODEM
Replies: 2
Views: 1623

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:36 pm
 
Forum: FiveWin for CA-Clipper
Topic: AT COMMAND FOR GSM MODEM
Replies: 1
Views: 3225
PreviousNext

Return to advanced search