<i><font color="#663300">cCmdGetDirectory.SetValue() has the following lines:
It should have been:
... IF RIGHT(ALLTRIM(tcValue),1) # "" This.cValue = ALLTRIM(tcValue) + "" ENDIF ...</font></i>
All this VFP 3 stuff should be replaced with:
this.cValue= AddBS( tcValue)
Then the testing is not requred and the order is not important. I could be wrong, but if you're not using VFP 5 by now, you're on a Mac or locked into an older framework anyway. CB61 should be using 5 features at the very least.
James Sayer ©2001 James Sayer |