... in a singular spot. Instead we have to search multiple locations, and even the source code, to see how to use many of the methods and data.
I may also create a "manual" using Help and Manual that could embrace these outputs, and then make it available to you in both PDF and .hlp formats.
Tim
Search found 324 matches: formats
Searched query: formats
- Sat Jan 25, 2025 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
- Fri Jan 24, 2025 11:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... ToWord(), ToHTML(), ToCSV(), ToArray(), ClpRow(), Copy(): These methods provide ways to export the data displayed in the browse to various formats.
Analogy: These are like the car's ability to transport cargo – taking the data (cargo) and putting it in a different format (destination).
8 ...
Analogy: These are like the car's ability to transport cargo – taking the data (cargo) and putting it in a different format (destination).
8 ...
- Fri Sep 27, 2024 5:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: is there a RTFToHTML() Function in Harbour ?
- Replies: 4
- Views: 1441
Re: is there a RTFToHTML() Function in Harbour ?
hi Otto
i got a Link from karinha and it seems what i´m searching
i do not want to convert a RTF.Otto wrote: Do you have Word installed?
Then you can open many formats with the Word object and save them in others.
i got a Link from karinha and it seems what i´m searching
- Fri Sep 27, 2024 3:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: is there a RTFToHTML() Function in Harbour ?
- Replies: 4
- Views: 1441
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 ( cZielVerzeichnis + "\" + cFileNoExt(cVData ...
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 ( cZielVerzeichnis + "\" + cFileNoExt(cVData ...
- 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: 1392
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 ...
Custom Logic and Flexibility:
You have more flexibility to design custom logic that is better suited ...
- Wed Aug 07, 2024 8:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Implementing ItsMe in a FWH-application
- Replies: 2
- Views: 1261
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 and ...
Register Your Application:
You must register your application with ItsMe to get the necessary API keys and ...
- Tue Jul 02, 2024 8:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Question about Memo Field Storage Strategy?
- Replies: 3
- Views: 814
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 Word does it ...
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 Word does it ...
- Sat May 04, 2024 7:42 am
- Forum: mod_harbour
- Topic: xbrowse (likely a custom table) whose contents change dynam
- Replies: 0
- Views: 1836
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 ...
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 ...
- Fri Feb 16, 2024 4:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FW_SaveImage
- Replies: 8
- Views: 1262
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 the device context of the screen. It used to work, now ...
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 the device context of the screen. It used to work, now ...
- Thu Nov 30, 2023 10:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Convert a print to Rtf or doc
- Replies: 32
- Views: 7828
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 ...
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 ...
- Fri Jun 09, 2023 6:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: simple image viewer - sample
- Replies: 3
- Views: 854
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 ...
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 ...
- Wed Feb 15, 2023 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Decode JSON - revisited
- Replies: 3
- Views: 608
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 do ...
Antonino, I appreciate those alternative formats and agree with you completely. Also, I do ...
- Mon Nov 07, 2022 6:31 pm
- Forum: mod_harbour
- Topic: Great news regarding mod_harbour CGI !!!
- Replies: 43
- Views: 20858
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
http ...
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
http ...
- Thu Nov 03, 2022 10:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Manifest
- Replies: 22
- Views: 4363
Re: Manifest
... 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 ...
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 ...
- Sun Oct 16, 2022 8:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Display thumbnails of pdfs
- Replies: 7
- Views: 8099
Re: Display thumbnails of pdfs
... save "with 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 thumbnails and save ...
In case of MS Office files saved with this option, we can extract the thumbnails and save ...