Search found 89 matches

by boyddt_co
Thu Apr 22, 2021 7:55 am
Forum: PowerShell GUIs
Topic: Web Browser
Replies: 2
Views: 1947

Web Browser

I am creating a site checking application using Powershell Studio and I have a need to open a browser to get location services from google. For reasons I don't understand our corporate techs like to change routing so depending on the day my location might be Frankfurt, Penang, Dallas or Anchorage. T...
by boyddt_co
Wed Dec 02, 2020 6:53 am
Forum: PowerShell GUIs
Topic: Referencing controls after enumerating them
Replies: 4
Views: 1425

Re: Referencing controls after enumerating them

Thank you, I will give it a look.
by boyddt_co
Wed Nov 25, 2020 2:14 pm
Forum: PowerShell GUIs
Topic: Referencing controls after enumerating them
Replies: 4
Views: 1425

Referencing controls after enumerating them

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. *** Powershell Studio, v7.6.138 : Operating System...
by boyddt_co
Wed Jun 03, 2020 1:02 pm
Forum: Former and Future Customers - Questions
Topic: SQL Statement Format
Replies: 1
Views: 7204

SQL Statement Format

Hello, I am using v4.5.69 of PrimalSQL and I have a particular way that I like to format my query statements to make it easier for me to keep the flow of the query straight. PrimalSQL likes to reformat it each time I run it. Is there a way to block it from changing the layout of my statement?
by boyddt_co
Fri Mar 03, 2017 12:08 pm
Forum: PrimalScript
Topic: vbscript intellisense
Replies: 4
Views: 5211

Re: vbscript intellisense

Alexander Riedel wrote:It's likely having a hiccup on the For Each statement, so it doesn't know objFiles even exists.
It's been a while since anyone looked at VBScript, so give me a few days to have a peek.
Alexander, have you been able to make any headway on this issue?

David
by boyddt_co
Fri Feb 10, 2017 11:13 am
Forum: PrimalScript
Topic: vbscript intellisense
Replies: 4
Views: 5211

Re: vbscript intellisense

Thank you. The joys of working on really old servers. I would prefer to be using PowerShell.

David
by boyddt_co
Fri Feb 10, 2017 10:33 am
Forum: PrimalScript
Topic: vbscript intellisense
Replies: 4
Views: 5211

vbscript intellisense

PrimalScript 2017, v7.3.98 32 or 64 bit version of product: Windows 7 Enterprise, 64bit I have the following code and my understanding is that as I'm typing strFilePath = objFile, intellisense should present options (methods) available in objFile. Am I correct and there is a problem with my installa...
by boyddt_co
Thu Oct 29, 2015 6:53 am
Forum: PowerShell GUIs
Topic: Stacked Column Chart
Replies: 8
Views: 5985

Re: Stacked Column Chart

Dan, thank you for the help, I'll play with it tomorrow and see how I do.
by boyddt_co
Tue Oct 27, 2015 12:29 pm
Forum: PowerShell GUIs
Topic: Stacked Column Chart
Replies: 8
Views: 5985

Re: Stacked Column Chart

There doesn't appear to ba any relationship between your data and the chart. and therein lies the problem... I can't find anything that explains how to construct the code for a stacked column chart. I've looked through MSN and maybe it is because I'm slow but didn't see much there either and the li...
by boyddt_co
Tue Oct 27, 2015 8:47 am
Forum: PowerShell GUIs
Topic: Stacked Column Chart
Replies: 8
Views: 5985

Stacked Column Chart

I am looking to create a stacked column chart and I'm struggling mentally. my data set is below.and I'm trying to figure out how to set it up in an array that the chart can use. This is a snippet of the code. If you need more to see what I'm doing I can add to it. # add data to chart $Cities = @{Lon...