Search found 37 matches

by ismailc
Tue Jun 09, 2015 12:02 am
Forum: VBScript
Topic: Excel Macro take photo code into SSIS VBNet
Replies: 1
Views: 6625

Excel Macro take photo code into SSIS VBNet

Hi, I have excel selection that I would like to take photo then add to email body, In SSIS vb.net I can select & paste but not the takephoto tool oBook.ActiveSheet.Range(oBooks.Application.Selection, oBooks.Application.Selection.End(-4161)).Select() oBook.ActiveSheet.Range(oBooks.Application.Sel...
by ismailc
Thu Jan 28, 2010 3:49 am
Forum: VBScript
Topic: Vbscript - Create PDF File
Replies: 2
Views: 3187

Vbscript - Create PDF File

Good day, I have been searching on how to create a PDF file using VBScript The closest i get is to install Pilot PDF software but that's demo model and also could not get the code to work. Please help on creating PDF File using VBScript.If i need software to install to use in vbscript, please provid...
by ismailc
Thu Jan 28, 2010 3:49 am
Forum: VBScript
Topic: Vbscript - Create PDF File
Replies: 2
Views: 3187

Vbscript - Create PDF File

Good day, I have been searching on how to create a PDF file using VBScript The closest i get is to install Pilot PDF software but that's demo model and also could not get the code to work. Please help on creating PDF File using VBScript.If i need software to install to use in vbscript, please provid...
by ismailc
Tue Jan 12, 2010 3:12 am
Forum: VBScript
Topic: Add/Pass Username Password to Rename function to
Replies: 5
Views: 3046

Add/Pass Username Password to Rename function to

Thank you my friend, i reverted to renaming the files via Web service But i posted new problem i no longer have the Title, i must no either use some other column like "name" as i have the value of name but Name is only a display name in sharepoint so i must do a get list id & then filt...
by ismailc
Mon Jan 11, 2010 10:53 pm
Forum: VBScript
Topic: Web Service Get List ID with VBSCRIPT to filter on
Replies: 1
Views: 3316

Web Service Get List ID with VBSCRIPT to filter on

Good day, just when i thought i was done. I can no longer go Title to do my filtering.I need to determine the ID to the filtering. Any examples using VBSCRIPT get the List ID with Web Services to filter on for UpdateListItems 'some varsurl = "http://srv08-za143/workspace/departments/masterfiles...
by ismailc
Mon Jan 11, 2010 10:53 pm
Forum: VBScript
Topic: Web Service Get List ID with VBSCRIPT to filter on
Replies: 1
Views: 3316

Web Service Get List ID with VBSCRIPT to filter on

Good day, just when i thought i was done. I can no longer go Title to do my filtering.I need to determine the ID to the filtering. Any examples using VBSCRIPT get the List ID with Web Services to filter on for UpdateListItems 'some varsurl = "http://srv08-za143/workspace/departments/masterfiles...
by ismailc
Mon Jan 11, 2010 10:29 pm
Forum: VBScript
Topic: Add/Pass Username Password to Rename function to
Replies: 5
Views: 3046

Add/Pass Username Password to Rename function to

I needed to rename the files in sthe site after a click of a button
By allowing a group access, when they navigate to the file location then they can modify the file.

Which i don't want it should only be modified by the button.

I have no hassles now

Regards
by ismailc
Mon Jan 11, 2010 4:45 pm
Forum: VBScript
Topic: Add/Pass Username Password to Rename function to
Replies: 5
Views: 3046

Add/Pass Username Password to Rename function to

Good day, I need help. I have a simple rename function that works on my PC & on the server where my site is situated.The files I rename are on the network, but when i execute the script within my site - "Permission Denied" Is there a way to add/pass Username & Password to the below...
by ismailc
Sun Jan 10, 2010 5:50 pm
Forum: VBScript
Topic: UpdateListItems Web Service with VBScript filterin
Replies: 1
Views: 2488

UpdateListItems Web Service with VBScript filterin

Thank You All helping me all through Last week. Especially JvierraI know I have been a pest but so happy now that i got it going:I found to update existING List without id should leave ID blankbatch = batch + " <Method ID='1' Cmd='Update'>"batch = batch + " <Field Name='ID'></Field>&q...
by ismailc
Sun Jan 10, 2010 2:59 pm
Forum: VBScript
Topic: UpdateListItems Web Service with VBScript filterin
Replies: 1
Views: 2488

UpdateListItems Web Service with VBScript filterin

Hi All, Help please I managed to update the list with VBSCRIPT, I have 1 issue I only seem to update the list when filtering on ID, I don't have the id & only know the Title in my 3rd party app. I removed ID & tried filtering on Title only but not luck 'some vars url = "http://srv08-za1...