Hi,
This should seem simple enough but for some reason, the replace is not being done and I'm not even getting an error either. I have a commandbutton on my form. In the "click" of the commandbutton I have this:
QTYI="QTY_ITEM"+ALLTRIM(STR(addctr))
QDES="DESCITEM"+ALLTRIM(STR(addctr))
QTYP="TYPEITEM"+ALLTRIM(STR(addctr))
QUPR="UPRCITEM"+ALLTRIM(STR(addctr))
SELECT intercon_quotes
REPLACE intercon_quotes.&QTYI WITH THISFORM.spinner1.VALUE
REPLACE intercon_quotes.&QDES WITH THISFORM.EDIT1.VALUE
REPLACE intercon_quotes.&QTYP WITH THISFORM.COMBO1.VALUE
REPLACE intercon_quotes.&QUPR WITH THISFORM.TEXT1.VALUE
as mentionned, for some reason, nothing is being 'replaced" and I don;t even get an error.
Note, in my form, I have: spinner1, edit1, combo1, text1
What am I not seeing?
Please help.
Thanks,
FOXUP
This should seem simple enough but for some reason, the replace is not being done and I'm not even getting an error either. I have a commandbutton on my form. In the "click" of the commandbutton I have this:
QTYI="QTY_ITEM"+ALLTRIM(STR(addctr))
QDES="DESCITEM"+ALLTRIM(STR(addctr))
QTYP="TYPEITEM"+ALLTRIM(STR(addctr))
QUPR="UPRCITEM"+ALLTRIM(STR(addctr))
SELECT intercon_quotes
REPLACE intercon_quotes.&QTYI WITH THISFORM.spinner1.VALUE
REPLACE intercon_quotes.&QDES WITH THISFORM.EDIT1.VALUE
REPLACE intercon_quotes.&QTYP WITH THISFORM.COMBO1.VALUE
REPLACE intercon_quotes.&QUPR WITH THISFORM.TEXT1.VALUE
as mentionned, for some reason, nothing is being 'replaced" and I don;t even get an error.
Note, in my form, I have: spinner1, edit1, combo1, text1
What am I not seeing?
Please help.
Thanks,
FOXUP