On Jun 26, 2006, at 1:38 PM, Charles Yeomans wrote:
You'll need to determine the control type in DoMethod --
If theControl IsA EditField then
...
ElseIf theControl IsA PopupMenu then
I do believe that I am doing that. Here's my code for DoMethod()
if (theControl IsA EditField) then // it's an editfield
theValue = EditField(theControl).Text()
elseif (theControl IsA PopupMenu) then // it's a popup menu
theValue = PopupMenu(theControl).Text()
elseif (theControl IsA ComboBox) then // it's a Combo Box
DRAT!!!!!
A @#$*(&#@()_$*)[EMAIL PROTECTED] TYPO!!!!
My apologies....
Thanks,
Chuck
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>