Search found 5 matches

by gkick17
06 Mar 2021 16:15
Forum: DOS Batch Forum
Topic: How to disable the Windows Close button
Replies: 5
Views: 6006

Re: How to disable the Windows Close button

@aGerman Hallo Steffen, Thanks for your time... In principle I agree with your comments, however I am dealing with design flaws of LibreOffice Base which do need some work arounds. On opening the database the database window containing all db objects can not be hidden by default. This is no good and...
by gkick17
05 Mar 2021 15:23
Forum: DOS Batch Forum
Topic: How to disable the Windows Close button
Replies: 5
Views: 6006

Re: How to disable the Windows Close button

Thank you Steffen,

Its a custom application in LibreOffice base, the forms just being ordinary writer forms. Assuming every Windows PC these days comes with Powershell would you know of any forum for this ?, Thks

Gerhard
by gkick17
04 Mar 2021 17:15
Forum: DOS Batch Forum
Topic: How to disable the Windows Close button
Replies: 5
Views: 6006

How to disable the Windows Close button

Hi all, I am in search of a script to disable the windows close button on my database forms. A tool like NoClose will do it, however it stays in the tray which means it can be disabled. Also read it can be done via AutoKey, but that also would introduce an additional dependency. Had a go at the Send...
by gkick17
07 Jan 2021 22:27
Forum: DOS Batch Forum
Topic: How to sum digits of a number
Replies: 2
Views: 3072

Re: How to sum digits of a number

Thank you, very much appreciated ! Working like a treat
by gkick17
07 Jan 2021 15:28
Forum: DOS Batch Forum
Topic: How to sum digits of a number
Replies: 2
Views: 3072

How to sum digits of a number

Hi all,

did this a long time ago but have forgotten.
If I have a number eg 7292 and I want to basically add all the digits to generate the result of 20, how can I accomplish this ?
Thanks for your thoughts