Search found 138 matches: generation

Return to advanced search

Re: PepPol European Invoicing standard

In early days I made some HTML Pages from source for generation Webshop pages with all kind of data and layout. If I look into that code, I see options to modify it like that ? Function CreateOneHtmlPag()  // Dbf is already open !!   cFile ...
by Marc Venken
Wed Feb 14, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

Re: Problem with FiveWin and PDF995 on Windows 11.

It is not only easier but also desirable to depend on FWH for generation of PDFs Very easy: If you are using TPRINTER PRINT oPrn FILE "test.pdf" This will create "test.pdf" instead of showing preview or print to printer. PRINT oPrn PREVIEW ...
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1181

Using Bing Copilot to write RC files from an image

https://github.com/FiveTechSoft/screenshots/blob/master/copilot_rc_generation.png?raw=true #include <windows.h>IDD_FORM1 DIALOGEX 0, 0, 300, 200STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENUCAPTION "Form1"FONT 8, "MS Sans Serif"BEGIN ...
by Antonio Linares
Sun Feb 11, 2024 12:53 pm
 
Forum: Utilities / Utilidades
Topic: Using Bing Copilot to write RC files from an image
Replies: 0
Views: 176

Re: Cómo omitir el Fichero .TDS?

Dear Enrico,

thanks for your feedback, my mistake to trust AI without checking it :-)

This flag may work: -Gn

Use the -Gn option to disable incremental linking, which also prevents the generation of TDS files.


Again it comes from AI so it has to be checked
by Antonio Linares
Mon Jan 29, 2024 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 380

Re: Using Microsoft AI Phi-2 from FWH

... Studio and select "Release" at the top bar 7. On the project tree, right click on build_info, select properties and in C/C++ "code generation", "runtime library" select "Multi-threaded (/MT)" 8. On the project tree, right click on common, select properties ...
by Antonio Linares
Tue Dec 19, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8159

Re: Convert a print to Rtf or doc

Same way as we can generate editable pdf documents using TPrinter():lUseHaruPDF, we wanted to provide generation of editable Word Docx also. But the work is incomplete. We will soon provide this feature.

Till then one can consider using TWord class that is available free to generate word document.
by nageswaragunupudi
Thu Nov 30, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3426

Re: Calculate total pages

... than direct printing to printer and generating PDF using HaruPDF, the printer class generates meta files for preview and then printing or for generation of pdf, jpg, docx, etc In the case where meta files are generated we can modify the emf files with the total number of pages like Mr.Otto ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5849

Re: Calculate total pages

... from the device to an array `aFiles`. - `hMeta := oMeta1:hMeta`: Seems to reference a metafile handle from another object `oMeta1`. 2. **Unique ID Generation:** - `cUniqueID := cUniqueID()`: Generates a unique ID, possibly for the invoice. 3. **Preparation for Printing:** - `CursorWait()`: Possibly ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5849

Interesting discussion with ChtGPT

... - languages will experience a revival in the future, because AI with its fast answers makes many libraries and frameworks obsolete. And if a new generation of programmers emerges, I think the simpler will be preferred. ChatGPT: That's an interesting consideration. Here are some thoughts on that: ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Re: How to print character sigma in Haru?

Sumbol font is not working with Haru.
Without Haru, using the default PDF generation of TPrinter, we can have the Symbol fonts in pdf.

Let us keep trying.
by nageswaragunupudi
Wed Aug 16, 2023 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 322

Re: Web programming with Mod Harbour

... (e.g., MySQL, PostgreSQL) and NoSQL databases. You'll write the necessary code to handle data retrieval, storage, and business logic. Output Generation: Mod Harbour can generate various types of output, such as JSON, XML, or plain text, to respond to HTTP requests. Deployment: Once your Mod ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 326

New FTDN July/Julio (FWH 23.07)

... bookmark) bChange can now access the previous Bookmark with oBrw:bmPrevious - Fixes in SetRDD() in case of very rare usages. - Fix:SetTree(). Auto-generation of Tree with Array data is crashing since version 2104 now fixed. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43494 * New: ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1061

html report generator triathlon

Hello friends, We are thrilled to announce that Triathlon, our innovative software solution for report generation, has reached a major milestone with the implementation of the powerful WYSIWYG HTML web editor. Triathlon is now running in Webview2, which provides a faster and ...
by Otto
Thu Mar 09, 2023 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: html report generator triathlon
Replies: 2
Views: 377

FWH WebApp (HTML) testing

Dear friends, we are moving forward on our target to integrate automatic HTML generation into FWH. Here we are sharing some simple examples with you, in case you want to test them and provide us feedback. Your feedback is very important for us. I need you to push ...
by Antonio Linares
Tue Aug 30, 2022 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2342

WebView e HTML

Hello

I wonder if in the generation of automatic Html it will be possible to take the .rc and create the page equal to desktop ?? :twisted:

Method Html() of the FiveWin classes.

Ari
by Ari
Fri Aug 26, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView e HTML
Replies: 1
Views: 306
Next

Return to advanced search

cron