<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>whoops...check that,...I found my problem...<br><br>I was registering the comboBox field like this<br><br>     self.registerField("CategoryField"   , self.CategoryComboBox<br><br>I finally found a example on Nullege, that added an extra argument,<br>resulting in:<br><br>    self.registerField("CategoryField"   , self.CategoryComboBox,  "currentText" )<br><br>and that did the trick! ;-)<br><br>(..now I wonder if I need to include that extra argument if I do a<br>  "setField" later ? )<br><br><br><br><br>--- On <b>Fri, 1/7/11, James Polk <i><jpolk5001@yahoo.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: James Polk <jpolk5001@yahoo.com><br>Subject: Wizards and fields<br>To:
 pyqt@riverbankcomputing.com<br>Date: Friday, January 7, 2011, 6:59 PM<br><br><div id="yiv108207988"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top"><br>I have a curiously frustrating problem concerning using fields<br>in Wizards,...Their definition seems straightforward enough,<br>and I had been using them in conjunction with isComplete functions,etc..<br><br>However,..here's my problem...<br>I've created a new field based on the current setting of a ComboBox.<br>This is created in "Step 2".  Later, in Step 3, I go to fetch the value<br>of this field...wanting to get "currentText", but instead I get a <br>currentIndex value...How can I get the text and not the index?<br><br>Many Thanks,<br>-James<br><br></td></tr></tbody></table><br>

      </div></blockquote></td></tr></table><br>