Search found 223 matches: generally

Return to advanced search

Re: USB reading/writing as Com port

Generally, when it is necessary to manage a device that connects via the USB port but responds to a serial structure, there are serial port emulators.
Here in Argentina, there are fiscal drivers that use that functionality, and they can be managed with Fivewin's COM port management functions.
by cmsoft
Thu Feb 08, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 183

Re: JSON2DBF adapter

... parameters like `[bFor]`, `[bWhile]`, `[nNext]`, `[nRec]`, `[lRest]`. Programming the loop and conditions is more readable, maintainable, and generally more understandable. I would leave it as is. But the lines would be fine if you could create them with: `addresponse(address->name, 'start/end/nil')` ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 475

Re: Creating table with Trichedit

... before the table in the RTF document, you can simply write the text before starting the table construction in the RTF code. In RTF, paragraphs are generally marked by the \par control word.    // Insert a paragraph    FWrite(oFile, "This is a sample paragraph containing whatever text you ...
by Silvio.Falconi
Thu Jan 25, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1307

Re: Creating table with Trichedit

... before the table in the RTF document, you can simply write the text before starting the table construction in the RTF code. In RTF, paragraphs are generally marked by the \par control word.    // Insert a paragraph    FWrite(oFile, "This is a sample paragraph containing ...
by anserkk
Thu Jan 25, 2024 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1307

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... if they prefer. However, uninstalling or removing Edge can lead to unexpected problems, as some system functions rely on Edge. Therefore, it is generally recommended to leave Edge in the system, even if another browser is used as the default browser. Best regards, Otto NB: Currently, Microsoft ...
by Otto
Wed Jan 24, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1427

file ID in the Windows file system

... operating system and applications continue to access and manage files based on their path, handle, and other metadata. Understanding File IDs is generally more important for developers or for specific administrative or forensic tasks. In summary, renaming a file to its File ID or copying it to ...
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: 528

Re: FIVEWIN power - a room planer video

in your hotel you have never had the possibility of renting a room only in the morning or only in the afternoon because generally in hotels the reservation goes from the day to the next day so generally the calculation is done for nights of overnight stay. In my case, however, since ...
by Silvio.Falconi
Thu Sep 21, 2023 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 10478

Re: problem in Mdi

... it must be related to having the menuitems at right I had already said this thing to Cristobal for two years I think, and before the error did not Generally I create a Help menu (with other procedures) and insert it on the right but having this error I remove the "Help" option Cristobal ...
by Silvio.Falconi
Thu Jan 19, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem in Mdi
Replies: 10
Views: 581

Re: cyclometric circle

... the Florence wheel https://i.postimg.cc/9Msx7p7P/fi.jpg the numbers are 66,77,4,29,37 I create the shape with the numbers drawn, generally when the geometric shape is similar to a trapezoid the numbers could be sorted more easily https://i.postimg.cc/gJcp7GSt/2.jpg ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963

Re: yunus.prg some HTML extensions

Dear Antonio,
I already did these test in April.
At that time, WebView2 was not yet generally available.
Here I used mod harbour.
But I think the source code should work 1:1 with the webview2.
I will try.
Best regards,
Otto
by Otto
Wed Aug 31, 2022 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: yunus.prg some HTML extensions
Replies: 2
Views: 273

Re: cyclometric circle

... ::nDiametro,::nLeft+(::nDiametro/2), CLR_RED)  it run ok only the line I must link two numbers sample 90 and 45 or can be others (generally the 5 numbers of the draw per wheel) I save the positions when I write the numbers https://i.postimg.cc/L8w5hyj7/ff.png For ...
by Silvio.Falconi
Tue Jul 12, 2022 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963

Re: Tdatabase & Filter

... each record if they match some criteria: the months selected, the days of the week selected, the number of days selected, the indexes selected. (Generally there are 156 annual indexes about 13/14 monthly indexes. ) So I have to filter all these criteria and then create an archive in an array ...
by Silvio.Falconi
Sun May 22, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase & Filter
Replies: 5
Views: 457

Re: FW Preview user style

... Delete() method. I have taken old code that was thousands of lines long and distilled it down to 1/10 of it's original size using OOP. Note that (generally) reading OOP code is like reading a collapsed outline, which is so much easier to read and understand. Sorry Otto, but I don't see how your ...
by James Bott
Sun May 15, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1533

Re: Runtime with Windows 7 - New builds

Tim I am not a MSVC expert and generally you do not need to install the dot net c++ run time .. however you might need the C++ dot net runtime for W7 .. try the link below and see if that clears up the W7 problem .. Microsoft Visual C++ ...
by Rick Lipkin
Mon Apr 25, 2022 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 484
Next

Return to advanced search