Search found 37 matches

by R1Johnny
Tue Nov 22, 2011 8:02 am
Forum: PrimalForms
Topic: Error message form
Replies: 5
Views: 5007

Error message form

Ahhh. That was perfect. Thank you very much once again. And so much simpler that what I was trying to do.Sorry about the brevity in my previous comments. Deadlines and pressures.Apologies.
by R1Johnny
Tue Nov 22, 2011 6:03 am
Forum: PrimalForms
Topic: Error message form
Replies: 5
Views: 5007

Error message form

Nope. No go on this one. Blog didn't have enough info. No details for what I want. Tried to piece together something based on it but no use.Here's my code:$labelTest_Click={ #TODO: Place custom script here $totaltime = 7 $script:starttime = (Get-Date).addseconds($totaltime) $timer1.Start()}$timer1_T...
by R1Johnny
Tue Nov 22, 2011 12:22 am
Forum: PrimalForms
Topic: Error message form
Replies: 5
Views: 5007

Error message form

Good morning,I'd like to create a very simple form with just a Label inside.I'd like that form to be called by another script in the event of an error.This form would stay open for viewing for 5-7 seconds, then close and return to the calling script.The only thing I haven't solved yet is where to pu...
by R1Johnny
Sun Nov 20, 2011 10:06 pm
Forum: PrimalForms
Topic: spawn a second form
Replies: 3
Views: 3874

spawn a second form

Good morning.I see that you are setting the scope to "Script" in your example.If I need to pass the variable back to the calling script should I use a "Reference" variable declaration?Thanks.
by R1Johnny
Fri Nov 18, 2011 2:31 am
Forum: PrimalForms
Topic: spawn a second form
Replies: 3
Views: 3874

spawn a second form

Good afternoon,Can you please tell me how to spawn a second form based on the input of the first form?For example, if a user selects a specific option from the first form I'd like to offer 4 more sub-items to select from which would be displayed in the second formThank you.
by R1Johnny
Thu Nov 10, 2011 5:54 am
Forum: PrimalForms
Topic: Alternating checkbox
Replies: 3
Views: 3704

Alternating checkbox

Thank you gentlemen. That sounds like the perfect solution.Thanks very much.
by R1Johnny
Thu Nov 10, 2011 12:11 am
Forum: PrimalForms
Topic: Alternating checkbox
Replies: 3
Views: 3704

Alternating checkbox

Good morning David,Can you please give me a hint for how to ensure that only one checkbox has a check.For instance, if I have two checkboxes, if the first one is checked, then the user decides to check the second box, the first checkbox is cleared? Then, if the user changes their mind again and clic...
by R1Johnny
Tue Nov 08, 2011 4:10 am
Forum: PrimalForms
Topic: Incorporating PS Script into Primal Forms
Replies: 2
Views: 3772

Incorporating PS Script into Primal Forms

Hi Dave,Going with your suggestion for option #2.My mistake was thinking I could run the combined PS in PF.Oops.This is working now in native PS.Thanks very much for your help with this.
by R1Johnny
Mon Nov 07, 2011 7:31 am
Forum: PrimalForms
Topic: Select option from list of options
Replies: 2
Views: 3213

Select option from list of options

Thank you David. The listbox solution is perfect.
by R1Johnny
Mon Nov 07, 2011 7:04 am
Forum: PrimalForms
Topic: Incorporating PS Script into Primal Forms
Replies: 2
Views: 3772

Incorporating PS Script into Primal Forms

Good afternoon,I have a script that I wrote last year in PS 2 which creates users in AD.It takes care of group memberships, mailbox creation, all MS Lync attributes, Unified messaging, etc. I wrote this before attaining Primal Forms. I've now written a much nicer frontend with PF and I'd like to imp...