Search found 995 matches: deleted

Return to advanced search

Re: Browse of my ADO Class

I buy fivewin on 2024.08.13 - 6 weeks ago. Post about multithread was deleted. Post about BUG on codeblocks on xbrowse have only answer to abandon my class Abandon multithread Abandon dbf Abandon ado class Support recommend to study ADO, and I use ADO for too ...
by JoséQuintas
Fri Sep 27, 2024 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 7
Views: 292

PolyPolygon

... are the correct functions or commands? another problem is that when I move a dialog over it or move the dialog where the polygon is drawn it gets deleted, as you can see here https://i.postimg.cc/Wzvr9xFs/bad.gif if there is someone who can help me I am also willing to pay
by Silvio.Falconi
Wed Sep 25, 2024 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PolyPolygon
Replies: 0
Views: 33

Re: slowness

... ($loggingEnabled) { error_log("Error reading record at index $index"); } return null; } $result = []; $fieldOffset = 1; // Skipping the deleted flag byte foreach ($fields as $field) { $fieldValue = trim(substr($record, $fieldOffset, $field['length'])); $result[$field['name']] = my_utf8_encode($fieldValue); ...
by Otto
Sun Sep 15, 2024 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 1648

Re: Creando Servicios con Harbour y xHarbour

... has had some problems: 1063 El proceso del servicio no puede conectar con el controlador del servicio. Ejecutamos: service u Service has been deleted
by Antonio Linares
Sun Sep 15, 2024 6:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creando Servicios con Harbour y xHarbour
Replies: 20
Views: 499

How to Work with FIVEWIN and Web Side by Side - An Easy Way

... The next step is to implement authentication so that only authorized JSON files can be passed to the FIVEWIN.EXE; otherwise, they will simply be deleted. The file-based system takes 200 ms, which I think is a good value. It also has the advantage of not requiring changes to the existing program. ...
by Otto
Tue Aug 27, 2024 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1444

Re: Question about Memo Field Storage Strategy?

... flock() seem a bit unstable on the web. It is also dangerous if the indexes are not 100% synchronized because a wrong record might be updated or deleted. I think that the file system is underutilized as a database structure. It is difficult for us older folks to rethink. I can still remember ...
by Otto
Tue Jul 02, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 335

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

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

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

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

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

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

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

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: 2237
Next

Return to advanced search