Search found 71 matches: saved

Searched query: saved

by mauri.menabue
Wed Jan 08, 2025 9:04 am
Forum: mod_harbour
Topic: learn mod_harbour
Replies: 3
Views: 113

Re: learn mod_harbour

... my clients, so I'm a bit like a tailor who sews made-to-measure clothes.
My management system went from DBASE III to CLIPPER87 to CLIPPER5 then was saved by a hair's breadth with FIVEWIN by Antonio Linares and Harbor and now my customers expect an efficient transition to the WEB, they don't ask for ...
by nageswaragunupudi
Tue Dec 24, 2024 4:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: New: Read/Edit/Save XLSX files without Excel/ADO
Replies: 2
Views: 286

New: Read/Edit/Save XLSX files without Excel/ADO

... ShowXLSX( "wwonders.xlsx" )
https://imagizer.imageshack.com/v2/xq70/923/GksN2K.png

The browses are fully editable and the modified data can be saved to another xlsx file by clicking the Excel button.

DATAS AND METHODS
DATAS:
DATA cXlsx // xlsx filename
DATA nRows,nCols // size
DATA aHead ...
by dtussman
Fri Dec 13, 2024 2:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: oauth for dummies
Replies: 10
Views: 642

Re: oauth for dummies

Thank you so much Antonio! I think you just saved my life.
by Otto
Mon Nov 18, 2024 10:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 3802

Re: Most powerfull Xbrowser and PDF

... printer to cDruckerName.
Returns the previous default printer name for restoration.
11. change2default_printer(coldprinter)
Restores the previously saved default printer (coldprinter).
12. ENUMCHILDWINDOWS
A C function embedded with #pragma BEGINDUMP.
Enumerates all child windows of a given parent ...
by Otto
Wed Sep 18, 2024 9:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a photo with extension
Replies: 8
Views: 989

Re: Saving a photo with extension

... are longer (like .jpeg, .tiff) or shorter. This incorrect assumption can lead to the extension being improperly extracted, resulting in files being saved without an extension.




// Student's matriculation number
nMatricola := oAlunno:matricola

// Find the last dot in the file name to get the ...
by driessen
Wed Aug 21, 2024 1:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GdiPlus
Replies: 12
Views: 2622

Re: GdiPlus

Mr. Rao,

Using a combination of FWH and macros in Word, I turn each page into a PNG file which is saved on my disk. Then I start a blank Word document, then these PNG-files are opened one by one, after which they are pasted in the blank Word document.

Then a new Outlook message is created, the PNG ...
by nageswaragunupudi
Sat Aug 17, 2024 2:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: The picture is too big
Replies: 5
Views: 1533

Re: The picture is too big

However, if you make an image 9933x4961 (A1), the file is not saved
FW_SaveImage(hBmp, "myfile.png")->.F.

That is, if the picture is too big, then it does not have enough memory to save to a file. How can I get around this obstacle ?


No please.
I just checked and FWH can create PNG file with size ...
by Natter
Thu Aug 15, 2024 1:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: The picture is too big
Replies: 5
Views: 1533

The picture is too big

... it to a png file, then everything is fine.
FW_SaveImage(hBmp, "myfile.png")->.T.
However, if you make an image 9933x4961 (A1), the file is not saved
FW_SaveImage(hBmp, "myfile.png")->.F.

That is, if the picture is too big, then it does not have enough memory to save to a file. How can I get ...
by Otto
Wed Aug 07, 2024 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Combination of PDF and Word-document - rpreview
Replies: 3
Views: 894

Re: Combination of PDF and Word-document - rpreview

... the directory with a timer.
If a new file, such as a PDF, WORD, RTF, etc., is added to a directory,
a preview is created as a JPG.
The original file is opened, and a screenshot is automatically created, which is then saved as a JPG.
Best regards,
Otto
https://mybergland.com/fwforum/docviewer.gif
by Otto
Fri Jul 19, 2024 7:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 3141

Re: Need Help giide for my program

... steps:
1. Click on the **Exit** button in the Button Bar or select **Exit** from the Menu Bar.
2. The program will close, ensuring all data is saved and properly exited.

---

This manual should help you understand and use the main features of the program. Adjustments can be made based on ...
by Otto
Fri Jul 12, 2024 2:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 46671

Re: Propuesta para que hagan un curso virtual FW

... validation. For example, the owner's name is a required field (_busrules).
Data Storage:

New records are created with a unique ID (_GenEID) and saved to the DBF file.
Existing records are updated with the changed information.
Cleanup and Exit:

When exiting the application, resources are released ...
by karinha
Wed Jul 03, 2024 3:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 4151

Re: Image x xImage quality difference

... with the PRINTIMAGE() command, in version: FWH1905, since then, the command must have undergone incredible improvements. So, at the time, what "saved" me was SAYIMAGE(), and of course today PRINTIMAGE() must be much better than SAYIMAGE(), what you need is to respect the SYNTAX of the command. OK ...
by karinha
Tue Jun 25, 2024 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 11003

Re: DBF editors

Good morning Master Otto. FRANK.RES is damaged. I can recover it using WORKSHOP32.exe and saved it as FRANKDB.RC.

Download FRANKDB.RC here:

Buenos días Maestro Otto. FRANK.RES está dañado. Puedo recuperarlo usando WORKSHOP32.exe y guardarlo como FRANKDB.RC.

Descargue FRANKDB.RC aquí:

https://mega ...
by Otto
Sat Jun 15, 2024 7:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Migration of Desktop Application to Web: Progress Update
Replies: 7
Views: 904

Re: Migration of Desktop Application to Web: Progress Update

Here is a link to the application. You can test the functions, but currently, nothing is being saved.

https://winhotel.space/workschedule/workschedule.prg

The program is used for organizing the work schedules of employees. It consists of 3 tables: the shift schedule, the days off, and the vacation ...
by Silvio.Falconi
Wed May 08, 2024 10:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 4902

Re: Filter on Xbrowse

... not what I had to do, but in part I solved my problem.

- is compatible with all archives
-for each table or archive create an ini file
- all the filters and many lines for each filter are saved in the ini file


https://i.postimg.cc/y8Zxhz5m/j.gif


I still have to perfect it but it seems to work