Search found 322 matches: formats

Return to advanced search

Re: is there a RTFToHTML() Function in Harbour ?

hi Otto
Otto wrote:Do you have Word installed?
Then you can open many formats with the Word object and save them in others.

i do not want to convert a RTF.
i got a Link from karinha and it seems what i´m searching
by Jimmy
Fri Sep 27, 2024 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: is there a RTFToHTML() Function in Harbour ?
Replies: 4
Views: 323

Re: is there a RTFToHTML() Function in Harbour ?

Dear Jimmy, Do you have Word installed? Then you can open many formats with the Word object and save them in others. Best regards, Otto oMail := oOutlook:CreateItemFromTemplate( Alltrim(  cFile ) )   //olHTML    5  HTML format (.html) oMail:SaveAs ...
by Otto
Fri Sep 27, 2024 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: is there a RTFToHTML() Function in Harbour ?
Replies: 4
Views: 323

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... can manipulate and process the data immediately without needing to pass through the SQL layer. This is often more efficient when your data is in formats like DBF and you control how it's accessed. Custom Logic and Flexibility: You have more flexibility to design custom logic that is better suited ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 329

Re: Implementing ItsMe in a FWH-application

... signatures, and user data retrieval. You'll need to access ItsMe's developer documentation to understand the endpoints, request and response formats, and the authentication methods used. Register Your Application: You must register your application with ItsMe to get the necessary API keys ...
by Antonio Linares
Wed Aug 07, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Implementing ItsMe in a FWH-application
Replies: 2
Views: 892

Re: Question about Memo Field Storage Strategy?

... them. SQL is not an alternative for such lightweight, small applications like mine. Additionally, you are limited in developing ideas with fixed formats. When I worked with "FiveWin for Pocket PC," we didn't have a database either. Back then, I used lock files similar to how Excel or ...
by Otto
Tue Jul 02, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 351

xbrowse (likely a custom table) whose contents change dynam

... data, and the response is structured as a JSON object using hb_jsonEncode. Response Formatting: It sets the content type to application/json and formats the response data as JSON, which is typical for API endpoints. Logic Based on Input: It processes the input data (the keys and values in hPost) ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 839

Re: FW_SaveImage

I think the problem is not saving large formats through the FW_SaveImage function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received ...
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 958

Re: Convert a print to Rtf or doc

... Content: The actual text of the document, including paragraphs, headings, etc. Formatting: Information about fonts, colors, alignment, paragraph formats, list formats, etc. Structure: Tags defining the document's structure, such as section headings, footnotes, endnotes, margin notes, etc. Elements ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 5328

simple image viewer - sample

... function is not defined in the provided code. 7. **GetImage Function**: This function allows the user to select an image file of various formats (bmp, dib, pcx, jpg, gif, tga, rle) to display. The chosen image is then loaded into the image display. 8. **PrintImage Function**: This function ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 568

Re: Decode JSON - revisited

... worked perfectly. JSON is so widely used now we all need to understand it fully. I find companies, however, output their responses in various JSON formats, so I will be studying the principles more closely. Antonino, I appreciate those alternative formats and agree with you completely. Also, I ...
by TimStone
Wed Feb 15, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 435

Great news regarding mod_harbour CGI !!!

Thanks to superb help from Lailton (big thank you Master), now mod_harbour CGI supports all these URL formats: http://localhost/test http://localhost/test.prg http://localhost/test?name=fivetech&another=yes&andmuch=more http://localhost/test.prg?name=fivetech&another=yes&andmuch=more ...
by Antonio Linares
Mon Nov 07, 2022 6:31 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 13137

Re: Manifest

... REALLY NEED TO USE A MANIFEST ? I have tried the many suggestions here, including the default ones shipped with FWH. In many cases, the suggested formats work with 32 bit, but I have not found any that work with 64 bit. Some will produce errors with both builds. I put in a lot of time, and cannot ...
by TimStone
Thu Nov 03, 2022 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 3010

Re: Display thumbnails of pdfs

... thumbnails". If the user saves the file with this option a thumbnail image is also saved along with the file. These images are in the formats of "emf,wmf,jpeg" for "docx,xlsx,pptx" respectively. In case of MS Office files saved with this option, we can extract the ...
by nageswaragunupudi
Sun Oct 16, 2022 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 34
Views: 4173

Re: Harbour + BI

... trends and patterns; 3) Determine problem and success areas 4) Create DashBoards from the selected datas; 5) Generate reports in PDF, HTMl formats and others;
by vilian
Fri Sep 23, 2022 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour + BI
Replies: 9
Views: 937

Re: RESOURCE BITMAP : how many Color ?

... ... :o i have reduce to 8 Bit which work but have "no Transparency" in MENU btw 32 Bit BCC 7 Yes, for 32 bit alpha bitmaps and other formats (jpg,png,etc) use RCDATA Ok. Thx
by Jimmy
Thu Jul 28, 2022 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RESOURCE BITMAP : how many Color ?
Replies: 5
Views: 560
Next

Return to advanced search