Search found 816 matches: least

Return to advanced search

Re: DBF . Commit

nageswaragunupudi wrote:The option toggles if data of a changed record is immediately commited to disk with the REPLACE command.


This is not true, at least with xHarbour and DBFCDX. The file on disk is not updated till COMMIT.
by Enrico Maria Giordano
Sun Oct 22, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2513

Re: WooCommerce

Silvio, Then you will need to use the API. Uploading a csv will always need intervention of customer. At least in my webshop. I suppose you have the Token from the shop in order to connect. Here is a small sample of connection via API. WooCommerce seems to work with the same ...
by Marc Venken
Fri Oct 20, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WooCommerce
Replies: 3
Views: 294

Re: I have a question. Please help.

Yes, at least you can't return an unsigned short pointer as a character string and you haven't initialize the pointer itself.
by Enrico Maria Giordano
Fri Oct 20, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I have a question. Please help.
Replies: 2
Views: 237

Re: Some problems with the FWH-debugger

... I don't see any evolution anymore in xHarbour (no change for the last 3 years at all), so I want to stop using it. This is not true, at least for the official xHarbour.org compiler: https://github.com/ronpinkas/xharbour/blob/main/ChangeLog
by Enrico Maria Giordano
Sun Sep 10, 2023 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 485

Re: xbrowse

Mr. Rao,
did you make this with FWH 22.11 and xHarbour?
I tried at least dozens of times and it always crashed.

Could anyone from this forum try if my sample runs without crash?
by Detlef
Sat Jul 08, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 15
Views: 654

Re: SetClipboardData to UTF-8

... 6E 7A 61 6D 69 6E 29 0D 0A EC 88 98 EC A7 80 20 53 75 7A 79 I only found one term that has problems when combined with other terms that contain at least ONE multibyte character. Alone ok: Þráinn BertelssonHex codes:C3 9E 72 E1 69 6E 6E 20 42 65 72 74 65 6C 73 73 6F 6E Two other terms are ok: 벤자민 ...
by frose
Fri Jun 30, 2023 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1121

Re: Make a dialog MDI or at least stay on screen

Dear Marc,

Use a MDICHILD window, don't use a dialog
by Antonio Linares
Wed Jun 28, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog MDI or at least stay on screen
Replies: 1
Views: 257

Make a dialog MDI or at least stay on screen

I have a Xbrowse that calls a dialog to select pictures from. Eanfotoselect and the parameter is a part of the jpg file          WITH OBJECT :Cover           :nEditType     := EDIT_GET_BUTTON           :bStrImage     := { || getorgfoto(webshop->orgfoto) }           :bEditBlock  ...
by Marc Venken
Tue Jun 27, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog MDI or at least stay on screen
Replies: 1
Views: 257

Re: MariaDb delete

... where the condition is evaluated. If instead you allow the server to execute the condition, you save LOTS of time and network traffic, to say the least. That's why you notice it is a lot faster to re-index on the server than on a workstation and I'm probably not saying anything new to anyone. ...
by reinaldocrespo
Fri Jun 02, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 403

Transym OCR for Harbour

... problem is their support sucks and you must purchase the license which is good in one single pc. Installing the license is cumbersome to say the least. For these reasons I plan to write these wrappers and class for Tesseract sometime in the near future. In the meantime, here is what you need ...
by reinaldocrespo
Thu Jun 01, 2023 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR for Harbour
Replies: 1
Views: 193

Re: xbrowse <-> Tree and viceversa

... Change to search on more columns or just 1 column by adjusting _ADMNUM and _PTENAME to column index you want to search on. Hope it helps or at least points towards the solution you are looking for.
by reinaldocrespo
Sun May 14, 2023 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 713

also the error end on tbtnbmp

I don't understand I tried at least ten times and now I don't get the error but this morning I got the error is a simple btnbmp control that opens a popup menu https://i.postimg.cc/6TsL3c6w/mmmm.png @ oBrw:nBottom+2, oBrw:nWidth-20 ...
by Silvio.Falconi
Wed May 03, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also the error end on tbtnbmp
Replies: 4
Views: 194

Re: Maybe we need a parameter for sessionstart()

Otto

The third parameter is the duration of the cookie. By default, it is set to 3600 sec. If you specify 0 it doesn't expire or at least it was the purpose.

I think I remember that if you didn't put the "expires=" clause in the cookie function, it didn't expire



C.
by Carles
Sat Apr 15, 2023 6:21 pm
 
Forum: mod_harbour
Topic: Maybe we need a parameter for sessionstart()
Replies: 2
Views: 495

Re: Create a windows service

... Close( fhnd ) // Close the libraryFreeLibrary( iDLL ) RETURN  Remember, you DO NOT use any screen calls or operations ( or at least not in my experience ).
by TimStone
Mon Apr 10, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a windows service
Replies: 3
Views: 411

Understanding how autoGPT works...

... on past decisions and strategies to refine your approach. 4. Every command has a cost, so be smart and efficient. Aim to complete tasks in the least number of steps. You should only respond in JSON format as described below RESPONSE FORMAT: { "thoughts": { "text": "thought", ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 545
PreviousNext

Return to advanced search