Discussions

Tag Filter:
Interesting issue. I have a template with a delete option for each record.. when I click delete it calls an sp. When the sp runs it verifies the records id is not in another file (assigned to something) and it either deletes or doesn't. The strange part: When I click delete and the record is not removed from the list, if I leave that browser window and go to another window where I delete the child
Hello, I've been trying and investigating the <Deletecommand> in the Templates for the last 2 days. It looks like there is a bug that it can only accept 1 parameter. I've only tried with XMod Pro 4.2 (and didn't saw any fixes in the release notes for >4.2). Example: <DeleteCommand CommandText="DELETE FROM tbl_order_details WHERE order_detail_id=@order_detail_id AND order_detail_order_id=@or