Search found 989 matches: deleted

Return to advanced search

Re: Ayuda con DLL

... IF !SerRemoto SET SERVER LOCAL ELSE SET SERVER REMOTE ENDIF SET FILETYPE TO CDX SET 3DLOOK ON SET CENTURY ON SET DATE FREN SET EXCLUSIVE OFF SET DELETED ON SET AUTOPEN ON SET FIXED ON SET AUTORDER TO 1 SET DEFAULT TO &RutaDat SetHandleCount(200) CDX1:=RutaDat+"\VENTAS44.CDX" FERASE("&CDX1") ...
by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 147

Re: Slow EXE Launch.

... a few days this file was huge and when loading the program I noticed that this file was loading and was taking a long time because of its size. I deleted the LOG file and the program opened normally.
by Giovany Vecchi
Wed May 08, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 449

Re: Servidor de mail propio y acuse de ENTREGA.

... header requests a delivery notification, while Disposition-Notification-To requests a notification when the email is displayed or deleted. Send the email to an account on a mail server that you have access to, such as a test account or a friend's account. Capture the email headers ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 797

Re: records on xbrowse

oBrw:nLen But in case of DBF, please see https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44259&p=268091&hilit=DELETED&sid=ff38ec55e29d34b39e3578311e2aeb8d#p268091 https://i.postimg.cc/FHdXGgsv/gggggg.png I want to have the exact number of pages displayed ...
by Silvio.Falconi
Tue Mar 26, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1895

Re: To Nageswrao Del Objs on TscrollPanel

... https://i.postimg.cc/FFD9FZgb/nnn.jpg while deleting some records I noticed that some buttons cannot be pressed and when they are deleted from xbrowse the images do not refresh immediately but after a certain time and if I pass over the mouse
by Silvio.Falconi
Tue Mar 05, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 1290

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button Yes. The function I provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake for me https://i.postimg.cc/G34Z81nn/1.png
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 1290

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button

Yes. The function I provided does not allow the last control to be deleted.
by nageswaragunupudi
Tue Mar 05, 2024 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 1290

Re: To Nageswrao Del Objs on TscrollPanel

... also if I make ASize( oPanel:aControls, Len( oPanel:aControls ) -1 ) then not refresh the panel if there are any deleted objects the btnbmp should reposition themselves https://i.postimg.cc/W41gmkM7/frds.jpg if I delete products 3 and 4, product ...
by Silvio.Falconi
Thu Feb 29, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 1290

Re: Add a new taskPanel on Explorerbar ( on line)

... it might work except that the Destroy method doesn't delete the taskpanels correctly NOTICE panel 1 is always present and is never deleted so when I delete the panels I delete them starting from the second
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 257

Re: Count xbrowse records

With or without XBrowse, we need to know the number of records in a DBF which are not deleted. There is no simple function for this. Does not matter whether SET DELETED is ON or OFF: Both LASTREC() and RECCOUNT() include deleted records also. ORDKEYCOUNT() also does ...
by wartiaga
Fri Feb 23, 2024 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 341

Re: Count xbrowse records

With or without XBrowse, we need to know the number of records in a DBF which are not deleted. There is no simple function for this. Does not matter whether SET DELETED is ON or OFF: Both LASTREC() and RECCOUNT() include deleted records also. ORDKEYCOUNT() also does ...
by Silvio.Falconi
Fri Feb 23, 2024 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 341

Re: Count xbrowse records

With or without XBrowse, we need to know the number of records in a DBF which are not deleted. There is no simple function for this. Does not matter whether SET DELETED is ON or OFF: Both LASTREC() and RECCOUNT() include deleted records also. ORDKEYCOUNT() also does ...
by nageswaragunupudi
Fri Feb 23, 2024 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 341

Count xbrowse records

Hi, I have a xbrowse:

Lista40:cAlias := "ARQANO"

How I count records? I don't want the deleted ones to enter the sum.

Thanks!
by wartiaga
Thu Feb 22, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 341

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I have dowloaded fwh 23.10 and run above sample. As you said before, it says always "ANSI GET". I have deleted all my obj and deleted tget and control prg in my mak file. compiled again. My first screen is login page. When I start to run my application, it say "ANSI ...
by nageswaragunupudi
Sun Feb 04, 2024 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 58393
Next

Return to advanced search