... 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 ...
Search found 71 matches: saved
Searched query: saved
- Wed Jan 08, 2025 9:04 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 113
- 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 ...
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 ...
- 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.
- 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 ...
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 ...
- 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 ...
// Student's matriculation number
nMatricola := oAlunno:matricola
// Find the last dot in the file name to get the ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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
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
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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
- 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