Search found 989 matches: deleted

Return to advanced search

MYSQL via ADO

... CODIGO PUBLIC CONEXAO PUBLIC TABELA MFONTES() SET TALK OFF SET DATE FRENCH SET BELL OFF SET STAT OFF SET SCORE OFF SET WRAP ON SET CURSOR OFF SET DELETED ON SET EPOCH TO 2000 SET DECIMAL TO 2 SET CENTURY ON SET EXCLUSIVE OFF SETHANDLECOUNT(250) CONTINUAR=.F. ORDLIST=0 DEFINE BRUSH oBrush COLOR ...
by pauloperes
Tue Aug 14, 2007 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MYSQL via ADO
Replies: 1
Views: 1210

... from being accesible via windows explorer or a dos prompt or anything else. Great for data security. Files can not be copied, looked at, deleted... I hope the first parragraph answers your question. Reinaldo.
by reinaldocrespo
Fri Aug 03, 2007 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS wink link option
Replies: 2
Views: 922

Bunch of bug in TGet

... get object occupies all the positions and the cursor is positionned at the end of the text. In this case if I use the BackSpace key the character deleted is the previous to the last. ex.: This is the text in the get object¦ -> original text This is the text in the get obje¦t -> once backspace ...
by Gilbert
Wed Jul 18, 2007 2:17 am
 
Forum: FiveWin for CA-Clipper
Topic: Bunch of bug in TGet
Replies: 3
Views: 1442

... Function Main() Local oBmp,oCursor1,oBar, cTexto ,oDbf Local Datos:="\\PIII\C\WPSDatos\" LandScape() HB_LANGSELECT("ESWIN") SET DELETED ON SET DATE TO FREN *SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 *SET DEFAULT TO &Datos AnsiToOem(cTexto) USE (Datos+"STOCK.DBF") VIA ...
by nolgiati
Thu Jul 05, 2007 4:06 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con los indices.
Replies: 18
Views: 6392

... Function Main() Local oBmp,oCursor1,oBar, cTexto ,oDbf Local Datos:="\\PIII\C\WPSDatos\" LandScape() HB_LANGSELECT("ESWIN") SET DELETED ON SET DATE TO FREN *SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 *SET DEFAULT TO &Datos AnsiToOem(cTexto) USE (Datos+"STOCK.DBF") VIA ...
by nolgiati
Thu Jul 05, 2007 4:05 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con los indices.
Replies: 18
Views: 6392

Thanks Antonio,

I started from a working copy.

These lines must have been deleted by mistake.

Greetings
Willy Hermans
by Willy
Thu Jun 14, 2007 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upgrading problem (again)
Replies: 6
Views: 1338

Re: Bug in PACK command

No, SET DELETED ON is not required for PACK to work. Anyway, I just tried with SET DELETED ON and found the same result.

I'm using FWPPC 7.02.

EMG
by Enrico Maria Giordano
Sun May 20, 2007 4:20 pm
 
Forum: FiveWin for Pocket PC
Topic: Bug in PACK command
Replies: 10
Views: 2779

Bug in PACK command

... REPLACE FIELD -> test WITH "Test 2" DELETE PACK CLOSE MSGINFO( "Done!" ) RETURN NIL It seems that PACK recovers deleted flag instead of to remove the deleted record. Probably it is a bug in Harbour_CE. It is working fine with current Harbour from CVS. EMG
by Enrico Maria Giordano
Sun May 20, 2007 11:51 am
 
Forum: FiveWin for Pocket PC
Topic: Bug in PACK command
Replies: 10
Views: 2779

Ayuda con ADORDD ( Problema con Toleauto)

Saludes amigos del foro, gracias a la valiosa ayuda de antonio, fernando william y otros he podido compilar una pequeña aplicacion sin problemas, ya reconoce el alias etc. pero ahora me presenta un error extráño, al ejecutar el siguiente codigo : //=========================== static function browRST...
by Ramon Paredes
Wed May 09, 2007 4:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con ADORDD ( Problema con Toleauto)
Replies: 1
Views: 1273

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

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

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

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

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

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

Return to advanced search