WMitchellCPQ
Programmer
Quick Q,
Im currently refering to a control using the following syntax:
pg.Controls("cboStandardFloorsServed"
.List
Is it possible to use the following
pg.Controls(varA).List -- where varA is a string with the data "cboStandardFloorsServed"
Thanks in advance
Im currently refering to a control using the following syntax:
pg.Controls("cboStandardFloorsServed"
Is it possible to use the following
pg.Controls(varA).List -- where varA is a string with the data "cboStandardFloorsServed"
Thanks in advance