Search found 423 matches: parts

Return to advanced search

Re: How to include hbCurl?

... before ChatGPT. Now, this is a very functional way to simplify the programs. Through modularization, one can have ChatGPT further develop parts of the program very effectively. This makes program creation very fast. Best regards, Otto https://mybergland.com/fwforum/webv.gif
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2948

Re: Controls behave different in Window as in Dialog

... of Window it is shown. At this moment the webcam is the buildin one from the laptop. I can send you the testing program but it is all cut and past parts from the forum, but working like first post. Once cleaned it could be a interesting sample for the sample dir. It runs now also from the sample ...
by Marc Venken
Sat Feb 24, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 154

Re: FW_SaveImage

I wanted to divide the hBmp into 3 parts - 33%, 33% and 34%
How can I do this using the FW_Transform Bitmap function ?
by Natter
Fri Feb 16, 2024 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

Re: FW_SaveImage

... to a file directly wih MEMOWRIT if cType is .T., then the result type is the type of the first image. Is it possible to split hBmp into several parts and save them as separate files ? FW_TransformBitmap( hBmp, aCrop ) --> hCroppedBmp
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

Re: FW_SaveImage

Yes, your example works well. But files in A1 and A0 format do not want to be saved from my program :cry:

I am trying to make an option with the creation of several bitmap files and their subsequent gluing.
Is it possible to split hBmp into several parts and save them as separate files ?
by Natter
Thu Feb 15, 2024 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 449

PepPol European Invoicing standard

... for making that kind of invoices ? Not the invoice itself.... but printing and generating the invoices, ready for sending. Of cource I can find parts of source in the forum, but it will be a general use and maybe a good idea for the samples directory of FW.
by Marc Venken
Wed Feb 14, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 924

Re: RAO advice on using Mysql

... is not possible with other libraries like ADO,etc. But we recommend avoid using TRecSet to the extent possible and to use RowSet reading required parts of the table using WHERE clause. This is the standard practice.
by nageswaragunupudi
Fri Feb 02, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: Fine tune Phi2 from Microsoft with your own data

... The Vedas: These are the oldest scriptures of Hinduism, which contain hymns, rituals, and philosophical teachings. The Vedas are divided into four parts: the Rigveda, the Samaveda, the Yajurveda, and the Atharvaveda. The Vedas are considered to be the word of God, and the source of all knowledge. ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: TCWeb - filemanager with mod harbour

... framework. Here, without knowing ChatGPT, I was lucky. It is optimal for collaboration with ChatGPT. My program is modular, so I can easily pass parts to ChatGPT and get help. Nevertheless, in the end, I have the original HTML code. How far have you already delved into online programming? Kind ...
by Otto
Thu Jan 04, 2024 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 580

Re: Backups into blu rays

... argument, It's your national sport, but when I was doing the hotel program no one, not even me on the forum, hindered you when you asked for parts of programs or functions, now you do it often and I still can't understand your indomitable nature, because let's face it, this story of the HTML ...
by Silvio.Falconi
Wed Jan 03, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3400

Re: phpBB to LLM

... if you can review it and check if they are fine for you: https://github.com/FiveTechSoft/forums/blob/master/posts_dbf.zip join these parts using Total Commander so you get a posts_fpt.zip https://github.com/FiveTechSoft/forums/blob/master/posts_fpt.001 https://github.com/FiveTechSoft/forums/blob/master/posts_fpt.002 ...
by Antonio Linares
Sat Dec 23, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4690

Re: Crash and hb out

Dear Silvio,

It seems as you have an error in function MyButtonBarPreview()

Try to comment out parts of it until you find the error
by Antonio Linares
Wed Dec 20, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash and hb out - RESOLVED!!
Replies: 3
Views: 315

Re: Inserting a string with CRLF into a single-line TGet.

Hi, In the document, I select a line consisting of 2 parts separated by the characters CRLF or chr(10) and copy it to the clipboard. Next, I want to paste the information from the clipboard into a one-line TGet. However, only the first part of the ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 896

Inserting a string with CRLF into a single-line TGet.

Hi, In the document, I select a line consisting of 2 parts separated by the characters CRLF or chr(10) and copy it to the clipboard. Next, I want to paste the information from the clipboard into a one-line TGet. However, only the first part of the ...
by Natter
Mon Dec 11, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 896

Re: hash for storing variables

... several benefits: Clarity and Compactness: The code remains clear and easy to read. Reusability: The same component can be reused in different parts of a project, simplifying maintenance. Centralized Updates: Changes to the DATEPICKER component need only be made in one place. Separation of ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 526
Next

Return to advanced search