<i><font color="#663300">I am just upgrading a working .app to 6.1 and have some interesting issues. 1. I had a bizobj of the form with an empty oDELoader.cdataenvironment which ran fine in 6.0 but 6.1 doesn't like it because there is no Alias(). I suspect it is the error trapping that is better. Not an issue but others may encounter similar problems.</font></i>
Not sure about this; let us know if you learn more.
<i><font color="#663300">2. I am changing the ROWSOURCE of a combobox after the Init() of the form with the line: THIS.pgfClientPatient.PAGE1.cntCustomerQuery.cboDefaultDoctor = "v_CurrentVets.LUName,cid" This produces a syntax error which I can't see. What puzzles me is why it ran perfectly in 6.0. Also can anyone tell me the error in the Syntax?</font></i>
Umm, don't you need the property name "RowSource" after the name of the combo? E.g.: <b>THIS.pgfClientPatient.PAGE1.cntCustomerQuery.cboDefaultDoctor = ...</b> Or did you just type it wrong here? <font color="#cc0000"> ___/ / __/ / ____/</font> Ed Leafe ©2001 Ed Leafe |