Change Static Field in Client Side
From: Madjid Nasiri (nasiri_at_irangate.net)
Date: 12/18/04
- Previous message: Carlos Que Yabut: "Re: Auto increment"
- Next in thread: Bill Todd: "Re: Change Static Field in Client Side"
- Reply: Bill Todd: "Re: Change Static Field in Client Side"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 18 Dec 2004 17:14:16 +0330
Hi,
I wrote a client/server application with ADO component and TClientDataSet.
I run a sql with constant field in server side. for example:
SELECT CODE, NAME, 1 as SP FROM CITY
I must change SP field in client side. When I chnage record set to edit mode
and try change SP field, I give a error with descreption "Field 'SP' cannot
be modified.". I don't need apply update. I change SP field only in client
side and it is temporary field. I cann't use FieldList and Calculate field,
What can i do for this problem?
Thanks for help
Mad Nas
- Previous message: Carlos Que Yabut: "Re: Auto increment"
- Next in thread: Bill Todd: "Re: Change Static Field in Client Side"
- Reply: Bill Todd: "Re: Change Static Field in Client Side"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|