Search found 197 matches: practice

Return to advanced search

Re: WebView resize

Dear Antonio, thank you very much. With these new, many possibilities, it's not that simple and requires a lot of practice. But it's really fun. Responsive: a problem that is cumbersome to solve with desktop controls is easy with the WebView. Thanks again. I wish you a nice weekend. ...
by Otto
Sat Mar 09, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Por qué el error en este SELECT?

With ADO we can use MoveFirst(), Move(), etc. when the recordset is empty. It is the normal practice to check (whether fivewin, vb, c#, etc) oRs := FW_OpenRecordSet( ... )if oRs == nil   ? "failed to open"else   if oRs:RecordCount() ...
by nageswaragunupudi
Sat Mar 02, 2024 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 293

Re: function urlLoad( cUrl )

Hi,

Curl supports many protocols and gives you many options. It is a very good option for working with the web, regardless of other options. Perhaps in this case its potential is not appreciated but I think it is good practice to use it from harbour.

Regards
C.
by Carles
Sat Feb 17, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1679

Re: RAO advice on using Mysql

... 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: 979

Re: RAO advice on using Mysql

... We will prepare a sample soon for your testing. Please wait. Anyway, the usual practice is not to open the full table but to open only the required part of a table using where clause. Still FWH RecSet class provides a fast way ...
by nageswaragunupudi
Tue Jan 30, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 979

Re: Fine tune Phi2 from Microsoft with your own data

... skip_special_tokens=True)) what is zen? by: admin on: September 11, 2017 The meaning of zen is a form of Buddhism that is practiced by millions of people around the world. It is a way of life that emphasizes the importance of mindfulness, meditation, and self-reflection. ...
by Antonio Linares
Wed Jan 17, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: Convert a print to Rtf or doc

... A DOCX file is essentially a ZIP file, and inside it, there's an XML file which is, in practice, a pure text file. The problem is not just to produce a docx file but to save a print preview as editable Word file.
by Enrico Maria Giordano
Thu Nov 30, 2023 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: Convert a print to Rtf or doc

... A DOCX file is essentially a ZIP file, and inside it, there's an XML file which is, in practice, a pure text file. Best regards, Otto ************* But if you need a modern reporting tool, then you should use HTML. Everything else currently ...
by Otto
Thu Nov 30, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Fivewin controls similar to javascript elements

... model of event handling is a key aspect of interactive application design in both environments, even though the specific implementations and best practices may differ. Best regards, Otto Event Handling in Windows Programming: Message Queue: Windows applications operate on a message-driven architecture. ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Parameter for Timeout

hi, Show an EXAMPLE in practice. will Xbase++ CODE help you to understand :?: PROCEDURE DoCloseWindowAndDBF()   IF USED()      nRecordWork := RECNO()   // remember last work      CLOSE   ENDIF   lExit := .T.   ...
by Jimmy
Mon Sep 18, 2023 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: Parameter for Timeout

DoCloseWindowAndDBF() ??? I don't understand? You show a piece of program. There's no way to guess what you want to do! Show an EXAMPLE in practice. ¿No entiendo? Muestras una parte del programa. ¡No hay forma de adivinar lo que quieres hacer! Muestre un EJEMPLO en la práctica. Gracias, thanks. ...
by karinha
Mon Sep 18, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

accounting software

Hello friends,

I have an accounting software from 1994 that I need to replace. I'm rebuilding it with Mod Harbour.

It's going to be a simple program for small businesses and also serve as a practice system for Mod Harbour.

Image

Best regards,
Otto
by Otto
Sat Jul 22, 2023 7:21 am
 
Forum: mod_harbour
Topic: accounting software
Replies: 0
Views: 309

Isfree of Nages run ok but with others fields not work

... or not. This year I have a difficulty in the sense that the morning and afternoon or all day bookings have been added to the booking archive. In practice there are two logical fields "Morning" and "Evening" So you should modify the IsFree() lookup function for these two fields ...
by Silvio.Falconi
Thu Jun 15, 2023 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Isfree of Nages run ok but with others fields not work
Replies: 5
Views: 424

Re: U-Dbu

Tim,

TimStone wrote:I will study the example, but it also refers us to the forum for discussions. That is what I'm needing to filter through. I want to review that input.


Feel free to ask any questions at https://discord.gg/bq8a9yGMWh (I will practice English... :D)

C.
by Carles
Mon May 15, 2023 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1199

Re: xbrowse custom myBrowse

... lines ... it is a small addition to the xbrowse class that the fwteam hasn't even taken into consideration, instead I consider it very useful in practice if we have 15 fields in the xbrowse table and we want to display only 4 of them initially for reasons that may also be of aesthetics, the end ...
by Silvio.Falconi
Sun Feb 26, 2023 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse custom myBrowse
Replies: 2
Views: 216
Next

Return to advanced search