Search found 8214 matches

by Alexander Riedel
Fri Mar 17, 2023 2:31 pm
Forum: Customer Service
Topic: Order not showing in order history and no receipt sent to email
Replies: 2
Views: 2028

Re: Order not showing in order history and no receipt sent to email

Apparently a server error at the exact time of your order pushed it into a 'canceled' state. Don't you feel lucky? ;-)
I am told it has been adjusted, so please let me know if you still don't see that update on your account.
by Alexander Riedel
Fri Mar 17, 2023 12:25 pm
Forum: Customer Service
Topic: Order not showing in order history and no receipt sent to email
Replies: 2
Views: 2028

Re: Order not showing in order history and no receipt sent to email

A purchase with Paypal is unfortunately asynchronous. It takes a while until they send a notification which then gets settled in the store.
If you don't see it Monday, please email your PayPal receipt to sales@sapien.com. Don't worry, we get it all adjusted if something got its wires crossed.
by Alexander Riedel
Fri Mar 17, 2023 9:00 am
Forum: PowerShell GUIs
Topic: Textbox & Dropbox Border
Replies: 2
Views: 165

Re: Textbox & Dropbox Border

[Topic moved by moderator]
by Alexander Riedel
Thu Mar 16, 2023 10:15 am
Forum: PrimalScript
Topic: Use Arguments management
Replies: 8
Views: 3495

Re: Use Arguments management

The arguments now properly 'age' and the oldest ones drop out while the last used ones float to the top of the list.
The fix is included in the next service build.
by Alexander Riedel
Wed Mar 15, 2023 12:14 pm
Forum: PowerShell Studio
Topic: RSEE64 fails with pdm.dll failed to register
Replies: 3
Views: 2105

Re: RSEE64 fails with pdm.dll failed to register

This is a Microsoft COM object for the ActiveX debugger (VBScript, JScript etc.) Most commonly a failure to register a COM object is caused by a) missing the Visual Studio runtime or other prerequisites. b) insufficient access rights to register a COM object. c) a lock on the dll file as it is curre...
by Alexander Riedel
Wed Mar 15, 2023 8:49 am
Forum: PrimalScript
Topic: Use Arguments management
Replies: 8
Views: 3495

Re: Use Arguments management

It's on my list of things to do.
by Alexander Riedel
Tue Mar 07, 2023 2:43 am
Forum: PowerShell
Topic: Making Outlook Appointments
Replies: 5
Views: 3517

Re: Making Outlook Appointments

Aside from your code being a bit sparse, you also do not provide any error information. I also notice that you have omitted the PowerShell version as well. Given that there is Windows PowerShell, PowerShell 7.0, 7.1, 7.2 and 7.3 all using different .NET versions, this is an important tidbit. If you ...
by Alexander Riedel
Thu Mar 02, 2023 9:20 am
Forum: PowerShell Studio
Topic: GetPasswordString() Null error
Replies: 1
Views: 3154

Re: GetPasswordString() Null error

Yes, the buffer length to write and read stored passwords is limited to about that size.
by Alexander Riedel
Mon Feb 20, 2023 8:51 am
Forum: PowerShell
Topic: Making Outlook Appointments
Replies: 5
Views: 3517

Re: Making Outlook Appointments

[Topic moved by moderator]
by Alexander Riedel
Wed Feb 15, 2023 1:51 pm
Forum: PrimalScript
Topic: Use Arguments management
Replies: 8
Views: 3495

Re: Use Arguments management

They are stored here:

HKEY_CURRENT_USER\Software\SAPIEN Technologies, Inc.\PrimalScript 2023\Parameters
It stores the last 20 used, the order should be last used on top, oldest on bottom.
Basically your plain old edit box using a combobox to give it some memory.