on 2007 Jul 12 2:23 PM
Hi All,
I developed an iTicker object. When initial update this will get the message from a query. But later in my process i have update iTicker Message with a custom message. I am constructing a message in Java script. What method i have to use to update the iTicker message.
Thanks,
Ranga Manthena
Ranga,
Why not just update the/a field in the/a database table and update the ticker?
-Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you dont want to put the value in a database you can make and xacute query to echo your passed value. Just update the iTickers params and refresh.
Regards,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sam and Christian,
I am constructing a message which i can not update in database. Because i am getting a date field from query and i am concatenating a string to that.
I agree that Making xacute query is also another solution, but i did this differently.
I did a change in query template like below.
SELECT CONVERT(varchar, CONVERT(varchar, <Date>) + '[Param.1]') as 'Message'
FROM <Table>
Thanks for reply,
Ranga Manthena
User | Count |
---|---|
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.