Search found 60 matches: structured

Return to advanced search

Re: Browse Json

We can view a structured Json using either FW_MemoEdit() or XBrowse this way. This apply to any complex Json and Json arrays. #include "fivewin.ch"function Main()   local cJson, hHash, oTree   local ...
by nageswaragunupudi
Thu Jan 11, 2024 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 806

Re: Convert a print to Rtf or doc

... 4. Generating a Report By pressing a button in the dialog, the Report function is invoked. This function reads HTML templates and constructs a structured report that includes images, product descriptions, quantities, and prices. 5. Printing the Report The PrintHtml function allows for printing ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3236

Re: hash for storing variables

... for composing components resembles the OOP principle of composition. This enhances reusability and maintainability and allows for a well-structured development of complex applications. However, it is not true OOP as the focus is more on reusing code snippets rather than creating and managing ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 499

Re: Error p/generar EXE usando UHTTPD2 en Windows

... vista controlador mr Charly write an fantastic library called mercury to bring this control MVC to the programas with MH1 with an metodologic more structured and easy to mantain This was not enougth because the flow control are still complicate the 1 or 2 years ago ( i dont remember ) Mr Charly ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1679

Re: Read API data one by one or in block

... readings, it really depends on the structure of the data and what you want to do with it. Some common approaches include: Parsing the data into a structured format, such as a list or a dictionary, to make it easier to access specific pieces of information. Iterating over the data to perform some ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 248

Strange array/ oDbf

... the xbrowse, everything worked for me Later I created those arrays directly from the dbf and nothing worked anymore it is as if those arrays were structured differently otherwise there is no explanation. Then to do a test I loaded the arrays with the old method, i.e. by inserting demo data and ...
by Silvio.Falconi
Mon May 30, 2022 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange array/ oDbf
Replies: 0
Views: 127

Wine under Mac with FWH app

... perfectly and dialogs and FastReports are shown as expected. However, when opening a window that contains a TExplorerBar I get a runtime error: Structured Systems Corp Error Sys ----------------------------------------- c:\PMSys\PMSys.exe Version Info :Build #1562 Built on: 04.11.2022 @ 15:58:45 ...
by reinaldocrespo
Fri May 13, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wine under Mac with FWH app
Replies: 7
Views: 507

Re: project start document management system

document management system Part 3 After fancytree is very well-structured, and the examples are well documented, we start without reading the manuals. Now we split up the fancytree JavaScript functions that are in the head block. We add an event handler ...
by Otto
Sun Aug 29, 2021 4:50 pm
 
Forum: mod_harbour
Topic: project start document management system
Replies: 4
Views: 437

Re: project start document management system

document management system Part 3 After fancytree is very well-structured, and the examples are well documented, we start without reading the manuals. Now we split up the fancytree JavaScript functions that are in the head block. We add an event handler ...
by Otto
Sun Aug 29, 2021 4:49 pm
 
Forum: mod_harbour
Topic: project start document management system
Replies: 4
Views: 470

Documentation for variables - what form should it be?

... of detail as needed. Let's say the name of the module is calendar.prg. Should I write a doc called calendar_vars.txt or calendar_vars.ini that is structured to reveal the type of variable, what function it's contained in, the scope, and some comments? Or should I put it in a dbf table, like Calendar_vars.dbf, ...
by FWExplorer
Sun Feb 28, 2021 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 917

Re: What's the best way to set individual bits, in a bit string

... samples. if you mean the .c code in the ..\samples and subfolders, yes that's helpful. But nobody - as far as I know - has put together any kind structured tutorial document with short samples and maybe exercises. All we have is reference documentation and samples, which leaves it up a random ...
by FWExplorer
Sun Feb 28, 2021 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 657

Re: Marc : Conversion process and questions about it

... a Class updated Yes, use different PRGs to keep properly organized the different parts of your app. "Divide and conquer", the key of structured programming :-)
by Antonio Linares
Tue Jan 05, 2021 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3173

Re: Printer class question - RESOLVED

... not work well and I have already listed all the problems for some time, the designer as I have already explained several times, has been poorly structured, in myRpt the designer works better than ER because it has been structured in classes instead ER uses a window and then Do you remember? ...
by Silvio.Falconi
Sat Oct 24, 2020 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3195

Re: Fast Report´s future

... not able to create it but you who are Great Masters could have created it in a simple way!!!! I have always said it would take MyRpt for how it is structured and the dialogs of the properties of ER objects (therefore without the tinspect of Myrpt) To create a print, the user must have the whole ...
by Silvio.Falconi
Tue May 12, 2020 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 5919

Re: Decoremos el arbol de navidad de FWH - Decorate the FWH tree

... to Fastreport's internal variable   oFrPrn:showReport() // could be :prepareReport()   oFrPrn:end()  vi. Maybe seeing how Sergey's structured his class is useful to you https://drive.google.com/open?id=1CwQZod5QsG6FG5ILcvuh33QNL8yWI42a HTH.
by hua
Wed Apr 29, 2020 10:26 am
 
Forum: Utilities / Utilidades
Topic: Decoremos el arbol de navidad de FWH - Decorate the FWH tree
Replies: 55
Views: 21824
Next

Return to advanced search