Search found 989 matches: deleted

Return to advanced search

Get - Cut/Paste/Delete problem

... a similar problem when using Delete. If you double click on a get to highlight the text, right click, and select Delete the contents of the get is deleted. However, when you tab or click out of the get the Deleted text is put back in the get! Thanks, Randal Ferguson
by Randal
Thu Sep 14, 2006 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get - Cut/Paste/Delete problem
Replies: 2
Views: 742

My example

... "Fwce.ch" *--------------* FUNCTION MAIN() LOCAL oWnd, oBmp LOCAL cVar1 := SPACE( 20 ) LOCAL cVar2 := SPACE( 20 ) // HB_LANGSELECT( "ESWIN" ) SET DELETED ON SET DATE TO BRITISH SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 Request DbfCdx Request DbfFpt RddSetDefault ('DbfCdx') Use (CURDIR()+"\CCRTBL") ...
by dutch
Thu Aug 24, 2006 8:52 am
 
Forum: FiveWin for Pocket PC
Topic: Use command error DbUseArea()?
Replies: 4
Views: 1214

Gracias Carles...

Efectivamente necesitaba poner el Set Deleted on para que no me mostrara los registros borrados.. (que despiste!) :lol:

Saludos.

Elías Torres
by Elias Torres
Fri Aug 18, 2006 8:30 am
 
Forum: FiveWin para Pocket PC
Topic: No borra el registro...
Replies: 2
Views: 802

... realizes posteriormente un Pack(). Si lo que quieres es que tu sistema no te muestre los registros marcados, debes especificar el comando SET DELETED ON. Esto hara q tu aplicacion ignore los registros que estan marcados. 2.- Puedes testear facilmente poniendo: ... SET DELETED ON ...
by Carles
Thu Aug 17, 2006 9:02 am
 
Forum: FiveWin para Pocket PC
Topic: No borra el registro...
Replies: 2
Views: 802

... when you paste into a field the cursor is positioned at the end of the pasted text and you can start typing there without having the pasted text deleted. Also, you can move the cursor to the beginning of the pasted text and when you type the data is inserted in front of the text. This has become ...
by Randal
Mon Aug 07, 2006 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get Cut/Paste problem
Replies: 19
Views: 6361

Get Cut/Paste problem

... right click to Cut/Paste from a get. When you cut from one field then paste into another then type in the pasted field the text you pasted is deleted. Compile and try this simple sample. Right click and cut the contents of field one, then right-click and paste into field three. If you then ...
by Randal
Fri Aug 04, 2006 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get Cut/Paste problem
Replies: 19
Views: 6361

GetWindow/GetModuleFileName

... CMETERS 2 #define GHW_HWNDFIRST 0 #define GHW_HWNDNEXT 2 #define GWW_HINSTANCE -6 static oWnd function Main() LOCAL oWnd SET CENTURY ON SET DELETED on DEFINE WINDOW oWnd from 1,1 TO 30,60 TITLE "Start"; MENU bldMenu() ACTIVATE WINDOW oWnd return nil function bldMenu() LOCAL oMenu MENU oMenu ...
by Otto
Fri Jul 28, 2006 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetWindow/GetModuleFileName
Replies: 3
Views: 897

PROBLEMAS CON UN GET!

... INIT CONTROL() DBCLOSEALL() OBMP:END() RETURN 0 *----------------------- FUNCTION Config() *----------------------- HB_LANGSELECT( "ESWIN" ) SET DELETED ON SET DATE TO ITALIAN SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 Hb_SetCodePage ('ESWIN') RETURN NIL *----------------------- FUNCTION ...
by jhony
Tue Jul 25, 2006 8:07 am
 
Forum: FiveWin para Pocket PC
Topic: PROBLEMAS CON UN GET!
Replies: 4
Views: 1585

!Ayuda!...class:'BLOCK' has no exported method refresh()

... INIT CONTROL() DBCLOSEALL() OBMP:END() RETURN 0 *----------------------- FUNCTION Config() *----------------------- HB_LANGSELECT( "ESWIN" ) SET DELETED ON SET DATE TO ITALIAN SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 Hb_LangSelect ('PL') Hb_SetCodePage ('PLWIN') RETURN NIL *----------------------- ...
by jhony
Mon Jul 24, 2006 6:58 pm
 
Forum: FiveWin para Pocket PC
Topic: !Ayuda!...class:'BLOCK' has no exported method refresh()
Replies: 2
Views: 1151

... for a listbox, so you really can't allow editing, typeover, etc. I want the field cleared when entered so the user doesn't have to backspace or deleted all the previous data to start a new search. It works OK now. I am still at a loss as to why Enrico and I are seeing different results with ...
by James Bott
Sat Jul 08, 2006 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:bGotFocus Problem
Replies: 13
Views: 3635

Jorge,

Si usas registros borrados, debes indexar usando la cláusula FOR .not. Deleted()
by Antonio Linares
Thu Jun 08, 2006 6:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con listbox
Replies: 3
Views: 1023

Comprimir Carpetas y SubCarpetas con Zip32

... Using DOS File Names, Else 0 fMove As Long ' 1 If Deleting Files Added Or Updated, Else 0 fDeleteEntries As Long ' 1 If Files Passed Have To Be Deleted, Else 0 fUpdate As Long ' 1 If Updating Zip File-Overwrite Only If Newer, Else 0 fFreshen As Long ' 1 If Freshing Zip File-Overwrite Only, Else ...
by josecosmaz
Tue Jun 06, 2006 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprimir Carpetas y SubCarpetas con Zip32
Replies: 1
Views: 3313

treeview

Is there somewhere a template for creating a TreeView interface
where nodes can be added, deleted, renamed, and moved via drag and drop. Additionally, this template should provide methods to synchronize the node collection with a database.

Thanks in advance
Otto
by Otto
Sun Jun 04, 2006 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: treeview
Replies: 1
Views: 743

DBF: 1. cdx/ntx often corrupted,dbf often damaged . 2.exe and dbf file place in same visialble drivers, dbf files can be easily deleted by mistake. 3. not direct support internet/ADSL 4. no forerign key , basic data setting may be modified by mistake. Tmysql +mysql5.0 , direct TCP/IP/C++ ...
by Rimantas
Fri Jun 02, 2006 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10936

DBF: 1. cdx/ntx often corrupted,dbf often damaged . 2.exe and dbf file place in same visialble drivers, dbf files can be easily deleted by mistake. 3. not direct support internet/ADSL 4. no forerign key , basic data setting may be modified by mistake. Tmysql +mysql5.0 , direct TCP/IP/C++ ...
by ShumingWang
Fri Jun 02, 2006 6:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Should us to STOP using DBF?
Replies: 38
Views: 10936
PreviousNext

Return to advanced search

cron