Search found 2761 matches: let

Return to advanced search

Re: Sorting strings in a NON logical way

Let me first make sure if I understood you requirements properly. You have a field in your dbf where different sizes are recorded as a list of numeric values. For example, like this: "51,52,53,54,55,56,57,58,59      " ...
by nageswaragunupudi
Tue Nov 26, 2024 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting strings in a NON logical way
Replies: 5
Views: 112

Re: Soporte a mariaConnect ?

... := oCn:RowSet( .......... )oRs:SetBachMode( .t. )// check? oRs:lBatchMode // --> .t. In batch mode, all appends, edits and deletions are only in memory and do not make any changes to the underlying table in the database. Later when we want to save all the changes made oRs:SaveBatch() ...
by nageswaragunupudi
Fri Nov 22, 2024 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 349

Re: right-clicking on the TMenuItem

Natter wrote:Is it possible to handle right-clicking on the TMenuItem object ?


Hello
I implemented this in the menus a long time ago to account for this event, but I never got around to putting it into production.
I'll review my notes and let you know.
by cnavarro
Fri Nov 22, 2024 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 258

Re: Most powerfull Xbrowser and PDF

... was working for the last few years but giving problems recently. Note: This function uses the old IE Activex. Can anybody try this simple code and let me know if it is working on their PCs?
by nageswaragunupudi
Mon Nov 18, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 806

Re: cloud or not cloud

... heading in a much more complicated direction—and all for just a few users. We don’t see a large market of potential new customers for Fivewin. Let me tell you what really worries me—and this is a huge concern, believe me. I’ve seen it before. We’re being pushed to support this whole SQL thing, ...
by Otto
Fri Nov 15, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: cloud or not cloud

... don’t get me wrong, I appreciate the work, I really do. But what are we even aiming for here? You’re saying, "Long Live Fivewin," but let me tell you, that only works if there’s a strong user base. You need people, lots of them! Best regards, Otto PS: I considered whether mdb might ...
by Otto
Thu Nov 14, 2024 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: cloud or not cloud

... as the cloud, it is just someone else's computer" The cloud is basically a data center somewhere ... and large targets for hackers ... so let me ask you this .. would you put your password to your bank account on "Someone else's computer" ?? I don't think so .. buy your own servers ...
by Rick Lipkin
Fri Nov 08, 2024 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: Copy file by mask

... of hb_StrToUtf8() and hb_Utf8ToStr() depend on the codepage set by HB_CDPSELECT() or the default, which also differs from country to country. Let us first work on xHarbour DIRECTORY() function. There is a reason for me to seek help of Experts like Mr. Enrico.
by nageswaragunupudi
Thu Nov 07, 2024 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 652

Re: xHarbour can produce HTTP server ?

I let ChatGPT produce sample code for HTTP server as below but it shows error. I cannot work forward. #include "fivewin.ch"#include "hbsocket.ch"Static oWnd*-----------------*FUNCTION Main()DEFINE ...
by dutch
Thu Nov 07, 2024 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 467

Re: ADS Question

Hello friends, Let's forget all this overhead. Switch to RDP, use low-level functions for CRUD operations on DBF. Index files are practically of little use today, and if we ever needed them, we could simply create a new format: DBF ...
by Otto
Fri Nov 01, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 361

Re: Preview of the invoice in advance

Hello friends,

the system is working well.
If anyone is interested in the source code, please let me know.

Best regards,
Otto

Image
by Otto
Thu Oct 31, 2024 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 700

Adjusting the setup program

... a modern look. A clean setup has been a topic for a long time. But all these screens and fields make the work itself look daunting. I thought, let me test how quickly such complex screens can really be adapted for the web. https://mybergland.com/fwforum/windowssetup.jpg Here’s the ...
by Otto
Tue Oct 29, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 133

FW2WEB Merry-Go-Round

... especially as we begin integrating more microservices into our architecture. If you’re interested in testing the system yourself or diving deeper, let me know. Best regards, Otto https://mybergland.com/fwforum/merrygorouund.jpg
by Otto
Sun Oct 27, 2024 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW2WEB Merry-Go-Round
Replies: 1
Views: 149

Re: FWH 24.09 y bOnPostEdit

... builds bOnPost edit codeblock suitable for the database used. XBrowse knows how to save changes, including locking and unlocking records. Let us now test the same program without bOnPostEdit This is the modified code. #include "fivewin.ch"REQUEST DBFCDXfunction Main()  ...
by nageswaragunupudi
Wed Oct 23, 2024 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.09 y bOnPostEdit
Replies: 11
Views: 423
Next

Return to advanced search