![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a Date type of Global variable, I would like to set system date as default value of globle variable. Any help will be appreciated. |
#3
| |||
| |||
|
|
Sally, The only way I can think of is to create an ActiveX Script and do the follow: DTSGlobalVariables("VariablesName") = Date() Edmund "Sally" wrote: I have a Date type of Global variable, I would like to set system date as default value of globle variable. Any help will be appreciated. |
#4
| |||
| |||
|
|
If I want overwrite the default value of DATE global varible from programming, Is it doable? Or The global variable always keeps the default value if we use ActiveX script? "Ed" wrote: Sally, The only way I can think of is to create an ActiveX Script and do the follow: DTSGlobalVariables("VariablesName") = Date() Edmund "Sally" wrote: I have a Date type of Global variable, I would like to set system date as default value of globle variable. Any help will be appreciated. |
#5
| |||
| |||
|
|
Global variable always keep the last value that you assign to it, it doen't matter it is changed by programming or ActiveX Script Ed "Sally" wrote: If I want overwrite the default value of DATE global varible from programming, Is it doable? Or The global variable always keeps the default value if we use ActiveX script? "Ed" wrote: Sally, The only way I can think of is to create an ActiveX Script and do the follow: DTSGlobalVariables("VariablesName") = Date() Edmund "Sally" wrote: I have a Date type of Global variable, I would like to set system date as default value of globle variable. Any help will be appreciated. |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |