choosefont return values
- Silvio.Falconi
- Posts: 7133
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
choosefont return values
..
Last edited by Silvio.Falconi on Thu Nov 30, 2023 10:37 am, edited 1 time in total.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- karinha
- Posts: 7935
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: choosefont return values
Mira \samples\UGO.PRG se sirve.
http://forums.fivetechsupport.com/viewtopic.php?t=13678
http://www.fivetechsupport.com/forums/viewtopic.php?f=3&t=18075
http://www.fivetechsoft.com/files/utilities/nautilus/PRG/NAUTILUS.PRG
http://forums.fivetechsupport.com/viewtopic.php?t=13678
http://www.fivetechsupport.com/forums/viewtopic.php?f=3&t=18075
http://www.fivetechsoft.com/files/utilities/nautilus/PRG/NAUTILUS.PRG
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
- Silvio.Falconi
- Posts: 7133
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: choosefont return values
Karinha,
I need to make this
![Image](https://i.postimg.cc/7YmmVh9k/1.jpg)
the button must call this
![Image](https://i.postimg.cc/ZRtcRdbr/2.jpg)
choose font must return me
1. fontname
2. sizes
3. color font
4. Bold
5. Italic
6. underline
7. strikeout
On the dialog I see only fontname and size but in memory I must have all data to save them on dbf
I'm searching a good procedure becaus ethe final user could not insert the font and as deafult it must set "Arial" Size -6 and all options false
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com