Search found 240 matches: mostly

Return to advanced search

file ID in the Windows file system

... isn't unique, but the full path usually is. These identifiers are used by the operating system and are typically abstracted away from users, who mostly interact with files through their paths and names. However, for system and network administrators, programmers, and other IT professionals, understanding ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 530

Re: TCWeb - filemanager with mod harbour

Hello Philippe, I code the screens. Mostly now with the help of ChatGPT. What I use is Bootstrap 5 and still jQuery. I really try not to include any further libraries. ___________________________________________________ *** mod harbour - and ...
by Otto
Thu Jan 04, 2024 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 500

Re: Booking xbrowse example

... software on Windows, in the hotels and shops at least in my city they do not use software on the web but all local software on Windows and mostly there are two softwares that are the most popular, one of these is the Danea invoicing system, in hotels software from other companies both in ...
by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 2726

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable mostly for East Asian Language applications. Good to know. ...UTF8, applicable mostly for East Asian Language applications. But there are many multibyte ...
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 827

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... HB_CDPSELECT( "UTF8" ). This setting is useful only for Harbour file and directory functions when these names are in UTF8, applicable mostly for East Asian Language applications. In my view, keep HB_CDPSELECT( <yourcontrycdp> )
by nageswaragunupudi
Fri Nov 24, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 827

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

... database or discard all changes. oCn:SaveBatch()  // write all changesoCn:CancelBatch() // discard all changes  This is mostly useful in Master/Child edits like Invoices, Quotations, Vouchers, etc.
by nageswaragunupudi
Tue Sep 12, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 671

Re: DBF to Excel Sheet, without Excel, using ADO ?

... CopyToClipBoard() fuction, we recommend using FW_CopyToClipboard( data, [nFormat] ) --> lSuccess nFormat can be omitted and is mostly guessed correctly by the function. 2) Sec2HMS: There are built-in functions in (x)Harbour already for many years. I see no point in writing and ...
by nageswaragunupudi
Tue Aug 15, 2023 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2317

Re: Error in FW_ArrayAsRecordSet Seek - Please help

... table as Serverside Cursor using adUseServer and with adCmdTableDirect option and all other kinds of RecordSets do not support Seek method. (Mostly RecordSets are open with adUseClient) So, this recordset does not support "seek" method. Instead we need to use Find method.
by nageswaragunupudi
Tue Aug 08, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in FW_ArrayAsRecordSet Seek - Please help
Replies: 6
Views: 340

Re: Lost connection to MySQL server during query

... please? This message is displayed if and when the connection with the server is lost when the application is trying to access the server. This mostly happens due to physical disconnection of cables or loss of internet in case of cloud servers, etc. This message is intended to advise the user ...
by nageswaragunupudi
Fri Jul 28, 2023 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 11992

Re: Mark field as required

... plain understood at some later date. This is much more human than merely forcing the data into some arbitrary format whose correctness is judged mostly on its compliance to a file schema rather than to a human need. My first idea was to just color "required" fields pink. These fields ...
by James Bott
Tue Jul 25, 2023 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1585

Fancy Dashboard

Hello, I would like to make a fancy dashboard. My problem is that I always need a working sample and based on that sample I mostly can make a nice project from it. There have been posts of some kind of dashboard, but I need a working sample. Does anyone has some kind of sample working ...
by Marc Venken
Tue Jul 04, 2023 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fancy Dashboard
Replies: 11
Views: 757

New FTDN April/Abril 2023 (FWH 23.04)

... to bmp. - Other parms are self explantary. Note: nClrBack is not used in this version. This function is intended to covert hBitmap/pImage, mostly obtained from clipboard, for assigning to MEMO/BLOB fields. * TGET: - While editing Date and DateTime variables, following keys have this functionality: ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678

Re: autoGPT for OpenAI

... value may help. Maybe we need to contact OpenAI tech support. Regarding the use of SOAP I don't see any issue with that as we build Windows apps mostly. If a Linux or Mac user wants to use it, then it may get converted into curl. I am mostly focused on finding a good way to manage the context ...
by Antonio Linares
Fri Apr 28, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1411

Harbour's multi-head self-attention transformer

This code was mostly written by GPT4, I just supervised errors and tried to make it work. I find it quite interesting for educational purposes, getting an idea about how transformers (chatGPT) work: attention.prg #define MIN_DOUBLE ...
by Antonio Linares
Mon Apr 17, 2023 1:38 pm
 
Forum: Utilities / Utilidades
Topic: Harbour's multi-head self-attention transformer
Replies: 4
Views: 489

Re: Advise in Server hardware

... a test scenerio, just to have the feel of it. Desktop versus Laptop : At this moment Desktop because when something is wrong, we can open it and mostly repair it. Desktop fault is mostly 'call the shop'. Rearly happens I have to say. 64 GR ram : Will FW ever use it ? Is FW limited to 16-32 ram ...
by Marc Venken
Mon Apr 03, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1037
Next

Return to advanced search