Good day, I need help. Not sure what i'm thinking is possible. I recently updated a Sharpoint List using Web Services with VBscript. I would like to...
Apoogies, I have not seen your reply. I will give it a go - would be great if i could get it going. I in the mean time post a new ques - to try & use...
I managed to update the listBut my source is returning all the items in the list. I need to add a CamlQuery so that it returns only the record I...
Good day, I'm trying to update a Sharepoint List withh SSIS (Web Service)? I tried using Web Services with vbscript/javascript but struggled for...
Good day, I need help. I normally run a report via url and add the &rs:Format=PDF to open file directly in PDF format. But i now need to...
Thank You very much - i struggled long but happy to found a solutionreplace(replace([VALUE],char(10),''),char(13),'')Thanks :)
Hi, I tried the replace & i have put the textbox & table in a rectangle but no luck.Regards
I tried but no luck. I have no nulls or blanks in my ouput with no header column as well. I'm curious about my result has a space in front of the...
Hi, I need help. I have a textbox with a one column table next to it:textbox1 : table1 col1but reslt will display Textbox1(Site) : " "...
No, but it's fine.
It can't be done, I had to create a another column
Good day, I need help. In VS2005 SSRS when preview the report it runs for 2 seconds and then I deploy. But I call the report's URL from a web page...
Good day, I need help. I know how to change the color of a value in the color property based on an expression. I know how to change a value in a grid...
Good day, I need help. I would like have scrollbars downwards, i have a report table that grows longer than the page. I'm not going to print the...
Thank You, I found a refresh property on the Reports Layout Page Properties. Regards
Hi, I created an SSRS report with a parameter based on the userid the wep application returns. Regards
Hi, I got the userid using the web application in server side code, system_user returns the id logged onto the database & not the NT user. Thank You...
Great stuff - Thank You All. I did not think this was possible & was thinking of other ideas to get the PC user logged on. Unfortunately the query...
Hi, I would like to know if it's possible to retreive Windows user logged on to the PC (domainuserid) using Sql, if possible please provide code?...
Thank You, found a solution: DECLARE @Str varchar(500) SELECT @Str=COALESCE(@Str,'') + CAST(ID as varchar(10)) + ',' FROM dbo.fcUser SELECT @Str
Separate names with a comma.