Search found 406 matches

by Lembasts
Sun Oct 29, 2023 1:52 pm
Forum: PowerShell Studio
Topic: Powershell latest version unavailable
Replies: 3
Views: 1927

Powershell latest version unavailable

What does latest version unavailable mean?
Cheers

David Z
by Lembasts
Mon Oct 02, 2023 2:59 pm
Forum: PowerShell Studio
Topic: Find all files ignoring sql
Replies: 4
Views: 1328

Re: Find all files ignoring sql

I am not surprised you were unable to reproduce this. Its all to weird. Yes, I am able to open the sql files in PS. Yes, the file types are left as default which include *.sql I dont think we'll ever get an answer to this. I am happy with the workaround by renaming them with a ps1 extension. Thanks ...
by Lembasts
Mon Oct 02, 2023 1:34 pm
Forum: PowerShell Studio
Topic: Find all files ignoring sql
Replies: 4
Views: 1328

Re: Find all files ignoring sql

The sql files are located in a subfolder. My suspicion is that it is being blocked at the OS level because if I use file explorer to search and specify 'search contents' it also does not find anything in the .sql files. But here is where it gets interesting. I renamed all the files so they had a .tx...
by Lembasts
Sun Oct 01, 2023 3:47 pm
Forum: PowerShell Studio
Topic: Find all files ignoring sql
Replies: 4
Views: 1328

Find all files ignoring sql

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: 232 Operating syst...
by Lembasts
Wed Sep 27, 2023 4:13 pm
Forum: PowerShell Studio
Topic: Offline installer
Replies: 3
Views: 1274

Re: Offline installer

So I downloaded the offline installer and tried to install it on one of my machines. I work in a high security environment where one of my machines has no internet connection (Known as PAW - privilege access workstation). I have an error saying the activation file used expired before this build was ...
by Lembasts
Wed Sep 27, 2023 3:37 pm
Forum: PowerShell Studio
Topic: Offline installer
Replies: 3
Views: 1274

Offline installer

So downloading PS has changed... This is actually good for me because the previous download from AWS was blocked by our proxy. But I can download now :-) I went looking for the offline installer and found it eventually within the 'registered products' section of my account. is that the only place yo...
by Lembasts
Tue Jul 25, 2023 6:20 pm
Forum: PowerShell GUIs
Topic: Screen resolution in PS Studio
Replies: 6
Views: 1807

Re: Screen resolution in PS Studio

You may find my journey to accommodating high dpi useful:

viewtopic.php?t=16219
by Lembasts
Wed May 31, 2023 4:42 pm
Forum: PowerShell GUIs
Topic: Form validation doco
Replies: 7
Views: 924

Re: Form validation doco

pauletteh wrote: Wed May 31, 2023 3:50 pm Thank you for bringing the document inconsistency to our attention. The document has been updated.
David - 1, James - 0 :D
by Lembasts
Tue May 30, 2023 3:15 pm
Forum: PowerShell GUIs
Topic: Form validation doco
Replies: 7
Views: 924

Re: Form validation doco

If we consult the ultimate source of truth: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.validating ... the C# code sets Cancel to True when validation of the email address has FAILED. Yet the Sapien doco says: "Set $_.Cancel to $true when the validation is successf...
by Lembasts
Mon May 29, 2023 8:48 pm
Forum: PowerShell GUIs
Topic: Form validation doco
Replies: 7
Views: 924

Re: Form validation doco

Its the sentence after that that appears contradictory: "If the Cancel property is set to True in the Validating event, all events that would usually occur after the Validating event are suppressed. In other words, the validating control will retain the focus until the user provides the correct...