Search found 271 matches: startup

Return to advanced search

Re: Grabar imagen en tabla mysql

... binarios en campos del tipo "long text" Primero se debe configurar Mysql para que lo permita Desde el administrador de Mysql entras en Startup variables Debes entrar en modo localhost y ejecutar como administrador vas a la ceja Advanced Networking en el apartado Data / Memory Size le ...
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 398

Re: EXE Author's name on Windows 11

... 0x409, 0x4B0 }} I can see the CompanyName hovering the mouse over the EXE. So far so good. I even saw the CompanyName in the startup tab of Task Manager but only once, then it disappeared again. :-(
by Enrico Maria Giordano
Mon Jul 31, 2023 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1267

Re: How to read settings in Word

Antonio, This is the code with the method how I read the startup folder of Word : ******************************************************************************LOCAL cStartupPath := ""PRIVATE cWordWordOle()cStartupPath := cWord:Options:DefaultFilePath(8) ...
by driessen
Mon Jul 31, 2023 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 637

Re: How to read settings in Word

Hello,

I know now how to read settings in Word.

But can anyone help me in changing the settings in Word?

I also need to know how to put the startup setting in Word back to its default value?

Thank you.
by driessen
Mon Jul 31, 2023 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 637

Re: EXE Author's name on Windows 11

hi Enrico, Please look at the startup applications tab in the Task Manager of Windows 11. The Author's name is displayed only for the apps and not for the desktop programs anymore. It was few months ago, I am sure. when you talk about Task ...
by Jimmy
Sun Jul 30, 2023 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1267

Re: EXE Author's name on Windows 11

Please look at the startup applications tab in the Task Manager of Windows 11. The Author's name is displayed only for the apps and not for the desktop programs anymore. It was few months ago, I am sure.
by Enrico Maria Giordano
Sun Jul 30, 2023 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1267

Re: How to read settings in Word

hi, I need to know the startup-folder of Word? And if someone knows how, also the startup-folder of Excel or Outlook. do you mean which "Start" Folder when User want to "open" a Document or Sheet ? as it is a Microsoft ...
by Jimmy
Fri May 05, 2023 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 637

How to read settings in Word

Hello,

How can I read a setting of Word in my FWH application?

I need to know the startup-folder of Word?
And if someone knows how, also the startup-folder of Excel or Outlook.

Thank you very much for any help.
by driessen
Thu May 04, 2023 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 637

Windows 7 / MSVS 2022 Crash

I have an application that runs perfectly in Windows 8-11. However, it crashes on startup under Windows 7. I am using the latest FWH, plus Microsoft Visual Studio 2022 Community, and Harbour. This occurs in both 32 bit and 64 bit. I am comparing any changes in the ...
by TimStone
Wed Apr 05, 2023 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 2960

Re: WebView window

... #define SW_HIDE 0 #define SW_NORMAL 1 local oWebView := TWebView():New() ShowWindow( oWebView:GetWindow(), SW_HIDE ) ... then do the required startup code and finally: ShowWindow( oWebView:GetWindow(), SW_NORMAL )
by Antonio Linares
Mon Dec 26, 2022 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 997

Re: Antonio, Example colors and themes

Hello Enrico, put option 2 in the parameter COLOR_SYS_INIT( 1, .F., .F., 2, 0 ) The COLOR_SYS_INIT function is called only once at startup. To select the theme colors in some control that you want to use differently, you create a variable object ex:    Local oColorSys := COLOR_SYS_OBJ()  ...
by Giovany Vecchi
Thu Dec 15, 2022 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, Example colors and themes
Replies: 19
Views: 1090

Re: Splash Screen for Startup

hi, You can ask for anything else. like this https://i.postimg.cc/WznjnDNP/FW-Logo-Transparent.png like MsgSplash() it make Image "transparent" and Progressbar are show while Data are loading at Start btw. does Fivewin have Function like "BOS TAURUS" Contribution ...
by Jimmy
Thu Oct 27, 2022 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 800

Re: Splash Screen for Startup

hi,
nageswaragunupudi wrote:You can ask for anything else.

i like to request :
Progressbar
Codeblock Slot to EVAL() by TIMER
by Jimmy
Tue Oct 25, 2022 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 800

Re: Splash Screen for Startup

We are planning to provide an advanced splash screen.
1. Fix the issue pointed our by Mr. Silvio
2. Ability to provide any animation by the user.
You can ask for anything else.
by nageswaragunupudi
Tue Oct 25, 2022 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 800

Re: Splash Screen for Startup

hi, If bAction is finished in less than nSeconds, the program waits till nSecond are completed. If bAction takes longer time than nSeconds, the dialog is closed soon after execution of bAction is finished. that is what i say as i can be 1 Sec. up to 5 Min ... --- have forgot to say in last CODE oExp...
by Jimmy
Tue Oct 25, 2022 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 800
Next

Return to advanced search