Search found 13 matches

by kghammonddc
Tue Feb 14, 2012 3:12 am
Forum: PrimalForms
Topic: Multiple Forrm project
Replies: 5
Views: 6357

Multiple Forrm project

I like this thread... A few programming style questions. 1) We have been putting our functions in the mainform.pff. Could we place them in global.ps1 instead or is the scope different. I think it would be different. We totally missing startup.pfs. I assume functions / variables in startup.pfs will a...
by kghammonddc
Tue Feb 14, 2012 3:04 am
Forum: PrimalForms
Topic: ChangeVue version
Replies: 5
Views: 5180

ChangeVue version

Is it possible to use a variable to pull the current ChangeVue version information into a PrimalForms Form? We want to do some kind of a help --> About or maybe put the version number in the Title bar and we don't want to keep updating it. We would like to just automatically grab the latest version ...
by kghammonddc
Tue Jan 31, 2012 4:00 pm
Forum: PrimalForms
Topic: SubForm ComboBox variable not being set
Replies: 3
Views: 4656

SubForm ComboBox variable not being set

We have a mult form project setup. In the subform, we have one combobox. After selecting an item, we click ok and we return to the main form. We then look at the variable: $subform_combobox and it is empty. We even tried manually setting the variable on SelectedIndexChanged but it is still empty. We...