Search found 27 matches: straightforward

Return to advanced search

Re: RWD WebApp use mod_harbour

... for myself by using Harbourino I only showed the way how I work on code. I appreciate simplicity, and as a visual person, I prefer things to be straightforward. Otto Personally, I prefer to complete the code, just open a file for debugging! :)
by ssbbs
Thu Jul 20, 2023 1:40 pm
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 753

Re: RWD WebApp use mod_harbour

Hello WenShengg,

>how I simplify the complexity of applications for myself by using Harbourino

I only showed the way how I work on code.

I appreciate simplicity, and as a visual person, I prefer things to be straightforward.

Best regards,
Otto
by Otto
Thu Jul 20, 2023 12:56 pm
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 753

Re: FW Preview user style

... is like reading a collapsed outline, which is so much easier to read and understand. Sorry Otto, but I don't see how your technique is more "straightforward" and easier to understand than OOP. I do think you have not fully grasped OOP. I know when I first started using OOP, it was probably ...
by James Bott
Sun May 15, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Re: FW Preview user style

... programmed a patcher and preprocessor. So, I can glue the source code together similar to code blocks and also some kind of OOP. But everything is straightforward to understand. Best regards, Otto I add an example: https://mybergland.com/fwforum/modportdelete.jpg https://mybergland.com/fwforum/modport1.jpg ...
by Otto
Sun May 15, 2022 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Re: Little test AP functions

... now for documenting mod development. When I have the HTML viewer ready. I will put online the link to this knowledge base. Although you made it straightforward for us, there is still a lot to learn and discover and to remember. Therefore, I write it down for me. Thank you again for mod harbour. ...
by Otto
Sat Jan 08, 2022 4:05 pm
 
Forum: mod_harbour
Topic: Little test AP functions
Replies: 2
Views: 488

Re: Beacon table

... So far, I have been maintaining the database with the DBU. Yesterday I quickly expanded the program and built in a simple CRUD. Even though it's straightforward, it's a lot of work. With FW I would have done that quickly. It's a bit difficult to get started here. You always have to keep in mind ...
by Otto
Wed Jul 14, 2021 3:29 pm
 
Forum: mod_harbour
Topic: Beacon table
Replies: 8
Views: 957

Re: Write a Block

I made function bCampo2( aFields, nFor,oDbf) return oDbf:fieldWBlock(aField[nFor] ) and seem run , it's wrong ? >If you do not want a simple, straightforward and reliable approach and you insist on complicating your programs it is up to you. I don't complicate my life, it's just that for years ...
by Silvio.Falconi
Thu Jun 27, 2019 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write a Block
Replies: 4
Views: 853

Re: Write a Block

... 1 ) }   ACTIVATE REPORT oRep WHILE !oStates:Eof()   oStates:End()  If you do not want a simple, straightforward and reliable approach and you insist on complicating your programs it is up to you.
by nageswaragunupudi
Wed Jun 26, 2019 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write a Block
Replies: 4
Views: 853

Re: Nuevo FWH 18.07

... other controls also in your situation. de momento lo he solucionado modificando control.prg Glad you adopted this workaround. A simpler and more straightforward workaround is to comment out the #define REVN1807 at line 4 of control.prg like this // #define REVN1807  This is the purpose for ...
by nageswaragunupudi
Fri Oct 12, 2018 7:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 18.07
Replies: 6
Views: 1492

Re: Recuperar imagen desde campo BLOB

... simpler: This can be used in many previous versions of FWH. There is really no need to use any other functions. FWH provides a very simple and straightforward usage without any external functions. #include "fivewin.ch"function Main()   local oCn   := FW_DemoDB()  ...
by nageswaragunupudi
Sat Mar 03, 2018 6:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recuperar imagen desde campo BLOB
Replies: 4
Views: 1150

Re: FWH app as Service

... shows how to build an executable that can be installed and run as a service without the need for any external utilities. It's very straightforward. I used that code as the basis to create a service manager class that allows me to build a single executable that can run as a service, ...
by rhlawek
Sat Mar 25, 2017 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 3701

Re: FWH 16.03 32 BIT

... and then there is no need for Visual Studio Community edition. > If so, any guides on setting this up ? The VSC2015 installation is much straightforward. Nothing to do from your side.
by Antonio Linares
Mon Apr 04, 2016 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 25429

Re: Xbrowse a speed problem using SCOPE ?

... area. This means that whenever you select the child work area, only the records related to the current parent record will be visible. This allows straightforward handling of one-to-many relationships . Refer to DBSETRELATION() for more information. Examples This example displays each invoice with ...
by ukoenig
Tue Mar 01, 2016 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9078

Re: FWH64

Perry, The migration to FWH 64 is quite straightforward. If you review FWH\samples\build64.bat you will see how to use the Visual Studio C compiler and libraries. Actually FWH 64 supports Visual Studio 2013 Express. Surely in January or February ...
by Antonio Linares
Tue Dec 22, 2015 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25130

Re: Show message when running program as a service

... (let's me stay with only a single .exe for an app). I've used the service manager control example from the harbour hbwin contribution, it's pretty straightforward. Robb
by rhlawek
Thu Mar 19, 2015 4:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show message when running program as a service
Replies: 16
Views: 3546
Next

Return to advanced search