I made an application based on GRID2EXCEL that XLSXClass applies. It works without problem but, when I run it, a black window appears behind the application.
Possibly Alzheimer's does not allow me to discover what I did wrong.
Any ideas ?
Thanks since now.
Best Regards
Attach Screenshot
Black Window Background
Moderator: Rathinagiri
- dragancesu
- Posts: 819
- Joined: Mon Jun 24, 2013 11:53 am
- DBs Used: DBF, MySQL, Oracle
- Location: Subotica, Serbia
- Has thanked: 30 times
- Been thanked: 233 times
grandma: who keeps hiding my stuff?
grandson: Alzheimer's grandmother
remind him to give you a code and put it here, or send him a crystal ball
grandson: Alzheimer's grandmother
remind him to give you a code and put it here, or send him a crystal ball
- gcarrizo
- Posts: 43
- Joined: Fri Oct 07, 2016 1:20 pm
- DBs Used: DBF
- Location: Argentina
- Has thanked: 29 times
- Been thanked: 2 times
When you're right ... you're right ... LOL
These are my little steps that brought me to this place ..
1º Write XLS with pure Harbour Class
viewtopic.php?f=11&t=5629&p=54969&hilit=xlsx#p54969
2º Harbour Users › Read/write XLS without OLE
https://groups.google.com/forum/#!topic ... RtLzf_1E
3º Implementing class in a excel example Grid2Excel
https://groups.google.com/d/msg/harbour ... 87mw8EwAJ

These are my little steps that brought me to this place ..
1º Write XLS with pure Harbour Class
viewtopic.php?f=11&t=5629&p=54969&hilit=xlsx#p54969
2º Harbour Users › Read/write XLS without OLE
https://groups.google.com/forum/#!topic ... RtLzf_1E
3º Implementing class in a excel example Grid2Excel
https://groups.google.com/d/msg/harbour ... 87mw8EwAJ

- danielmaximiliano
- Posts: 2428
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Has thanked: 515 times
- Been thanked: 105 times
- Contact:
To create apps console/mixed mode, you only need to add this followinq command (red color):
REQUEST HB_GT_WIN_DEFAULT (at top of your main prg file).
See example:
REQUEST HB_GT_WIN_DEFAULT
Function Main()
SetMode(25,80)
Cls
?
@ 10,10 Say 'Hello'
Alert('Hello')
Return Nil
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
- gcarrizo
- Posts: 43
- Joined: Fri Oct 07, 2016 1:20 pm
- DBs Used: DBF
- Location: Argentina
- Has thanked: 29 times
- Been thanked: 2 times
Si , eso era , ahora recuerdo cuando recien comencé con Harbour y aun usaba el modo consola terminal .
Muchisimas Gracias por refrescar mi memoria.
Mi Alzheimer te lo agradece . Puede que algun dia me gradue del Kindergarden.
---------------------------------------------------------------------------------------
Yes, that was it, now I remember when I just started with Harbour and still used the terminal console mode.
Thank you so much for refresh my memory.
---------------------------------------------------------------------------------------
Muchisimas Gracias por refrescar mi memoria.


Mi Alzheimer te lo agradece . Puede que algun dia me gradue del Kindergarden.
---------------------------------------------------------------------------------------
Yes, that was it, now I remember when I just started with Harbour and still used the terminal console mode.
Thank you so much for refresh my memory.


---------------------------------------------------------------------------------------
danielmaximiliano wrote: ↑Thu Aug 15, 2019 4:32 pmTo create apps console/mixed mode, you only need to add this followinq command (red color):
REQUEST HB_GT_WIN_DEFAULT (at top of your main prg file).
See example:
REQUEST HB_GT_WIN_DEFAULT
Function Main()
SetMode(25,80)
Cls
?
@ 10,10 Say 'Hello'
Alert('Hello')
Return Nil