Viewing 11 posts - 1 through 11 (of 11 total)
rxm119528 just wanted to say this is now working great and doing exactly what I need it to do. I will have to go on a C# course
Thanks so...
September 10, 2014 at 7:05 am
It looks like it is timing out when trying to set the first value in the form to my dts variable dtsCampaign_Code1?
September 3, 2014 at 9:54 am
Yes of course, labels are fine now! I tried executing the script task in SSIS and filled in 20 values, clicked on submit, then it hung for a while...
September 3, 2014 at 9:40 am
Thanks, have done that, I am getting somewhere now, there is only one line the compiler is complaining about now:
txtCampaign_Code.TextAlign = ContentAlignment.MiddleCenter;
error is:
Error1Cannot implicitly convert type 'System.Drawing.ContentAlignment' to 'System.Windows.Forms.HorizontalAlignment'. An...
September 3, 2014 at 9:17 am
I have these references at the top:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Text;
using System.Windows.Forms;
using Microsoft.SqlServer.Dts.Runtime;
do I need to use another reference for the point, font etc lines to work?
September 3, 2014 at 8:38 am
Oh great thank you, that has removed those errors. The only errors I am getting now are whenever these 3 lines appear:
...
September 3, 2014 at 7:24 am
Thanks very much for this, I have tried using and it is only giving a couple of errors, the line:
Variables vars = null;
gives error:
Error1The type or namespace name 'Variables'...
September 3, 2014 at 4:11 am
rxm119528 thank you so much! I do appreciate your help, you are a great guy thanks again 🙂
August 15, 2014 at 2:24 pm
It is pulling customers out of a database according to the codes that are entered, the codes come over in a brief, there may be 1 or more than 1...
August 15, 2014 at 2:26 am
Thanks for the replies. It's running a sql stored procedure that has one argument. It's working well for the one argument, I just need to know how to...
August 15, 2014 at 2:18 am
Viewing 11 posts - 1 through 11 (of 11 total)