Search found 37 matches

by ismailc
Wed Dec 30, 2009 8:09 pm
Forum: VBScript
Topic: Update a Sharepoint list using VBSCRIPT via Web Se
Replies: 23
Views: 21062

Update a Sharepoint list using VBSCRIPT via Web Se

Please, please do

the code i posted previously gave Access Denied error
by ismailc
Wed Dec 30, 2009 8:06 pm
Forum: VBScript
Topic: Update a Sharepoint list using VBSCRIPT via Web Se
Replies: 23
Views: 21062

Update a Sharepoint list using VBSCRIPT via Web Se

I'm sorry my friend I'm becoming frustrated & negative. I tried to execute the copy code in vbscript - no luck $weather = New-WebServiceProxy -uri http://www.webservicex.com/globalweather.asmx?WSDL PS H:> ([xml]$weather.GetWeather('Zurich-Kloten','Switzerland')).CurrentWeather is there perhaps a...
by ismailc
Wed Dec 30, 2009 6:36 pm
Forum: VBScript
Topic: Update a Sharepoint list using VBSCRIPT via Web Se
Replies: 23
Views: 21062

Update a Sharepoint list using VBSCRIPT via Web Se

I would like to update a Sharepoint List with VBScript using Web Service

A specific column & record within the List i would like to update

The List/Document Library is located: http://sql2005-0ss2007/Lists/Change%20C ... Items.aspx

Please Help
by ismailc
Wed Dec 30, 2009 6:17 pm
Forum: VBScript
Topic: Update a Sharepoint list using VBSCRIPT via Web Se
Replies: 23
Views: 21062

Update a Sharepoint list using VBSCRIPT via Web Se

I found this code but get error: Access denied at xmlHTTP.send(senddata) Please help set xmlHTTP = CreateObject("Msxml2.XMLHTTP") set xmlDoc = CreateObject("Msxml2.DOMDocument") sQuery = "http://sql2005-0ss2007/Lists/Change%20Control/AllItems.aspx" senddata="<Myapp...
by ismailc
Wed Dec 30, 2009 4:48 pm
Forum: VBScript
Topic: Update a Sharepoint list using VBSCRIPT via Web Se
Replies: 23
Views: 21062

Update a Sharepoint list using VBSCRIPT via Web Se

...ooh :(
Thanks for replying...

do you have any code for me please?

Regards
by ismailc
Wed Dec 30, 2009 3:51 pm
Forum: VBScript
Topic: Update a Sharepoint list using VBSCRIPT via Web Se
Replies: 23
Views: 21062

Update a Sharepoint list using VBSCRIPT via Web Se

Good day, I need help. I'm trying to Update a Sharepoint list using VBSCRIPT via Web Services. I got this example from the Net but errors: Class not defined 'sitesWebServiceLists.Lists()' Dim listService Set listService = New sitesWebServiceLists.Lists() listService.Credentials = System.Net.Credenti...
by ismailc
Wed Dec 09, 2009 10:11 pm
Forum: VBScript
Topic: VBScript - Update Sharepoint List
Replies: 1
Views: 1224

VBScript - Update Sharepoint List

Good day, I need help. I'm coding in an ASPX vbscript application which emails files to a Sharepoint Workflow.The workflow then creates a list containing the attached files with the mail subject being the list name. In the Library i have a column that shows the user that created being "System A...
by ismailc
Wed Dec 09, 2009 10:11 pm
Forum: VBScript
Topic: VBScript - Update Sharepoint List
Replies: 1
Views: 1224

VBScript - Update Sharepoint List

Good day, I need help. I'm coding in an ASPX vbscript application which emails files to a Sharepoint Workflow.The workflow then creates a list containing the attached files with the mail subject being the list name. In the Library i have a column that shows the user that created being "System A...
by ismailc
Wed Dec 02, 2009 4:40 pm
Forum: VBScript
Topic: Vbscript - run SSRS report save report output
Replies: 9
Views: 15593

Vbscript - run SSRS report save report output

Thank You - so excited this sounds very possible. If only i can get it to work - Please, Please help I get the following Error in my vbscript code window: Bad file name or number Location: Line: 28 Call HTTPDownload ("http://biweb/Reportserver?http://srv08-za143/workspace/departments/IT/Reports...
by ismailc
Tue Dec 01, 2009 3:30 pm
Forum: VBScript
Topic: Vbscript - run SSRS report save report output
Replies: 9
Views: 15593

Vbscript - run SSRS report save report output

Good day, I need help. In vbscript i need to run a SSRS report & save output to a file. http://biweb/Reportserver?http://...&rs:Command=Render&&rs:Format=PDF -- opens up in pdf But i now need to automatically run the report & save the output as a file. second choice, create a wor...