Search found 4 matches

by DarcyBednas
Wed Jul 08, 2015 10:17 am
Forum: PrimalForms
Topic: Adding new item to existing .pff
Replies: 1
Views: 39956

Adding new item to existing .pff

Hello, I have struggled with this since I started using Primal forms CE a year or two ago, I am just wondering if there is an easier way around my issue. Basically I have a primal form .pff that I've created, and have exported to a power shell .ps1 file. I then later decide I want to add another ite...
by DarcyBednas
Mon Feb 03, 2014 1:31 pm
Forum: PrimalForms
Topic: Powershell Comboboxes - DisplayMember and ValueMember
Replies: 3
Views: 44178

Re: Powershell Comboboxes - DisplayMember and ValueMember

Hello David,

Thank you for your help. I just tried that and it worked :D. I wonder why they only made Value member work with a datasource. I dont feel crazy anymore.
by DarcyBednas
Mon Feb 03, 2014 1:06 pm
Forum: PrimalForms
Topic: Powershell Comboboxes - DisplayMember and ValueMember
Replies: 3
Views: 44178

Re: Powershell Comboboxes - DisplayMember and ValueMember

Below is the code i've been using, the Load-ComboBox i did not write, but have tweaked it to be able to add a ValueMember with no luck. once the combobox is loaded the value member for every single item in the drop down becomes "description" when it should be grabbing the description attri...
by DarcyBednas
Mon Feb 03, 2014 12:24 pm
Forum: PrimalForms
Topic: Powershell Comboboxes - DisplayMember and ValueMember
Replies: 3
Views: 44178

Powershell Comboboxes - DisplayMember and ValueMember

Hello, I have been struggling to find out if powershell will allow comboboxes to behave like the .net version of comboboxes. Within .net if you create a combobox, you are able to add a field to the combobox that shows text in the drop down. You can also specify the value for each item you see in tha...