How to set up email send delay in Outlook 2007
I am working with Microsoft outlook 2007. Can you please tell me how to schedule an email to go out on a latter day and time.
I am working with Microsoft outlook 2007. Can you please tell me how to schedule an email to go out on a latter day and time.
Help in adapting the following code:
[table cellpadding="0" cellspacing="0" width="100%"] [tbody] [tr] [td style="font-family: Arial, sans-serif; color: #444444; font-size: 13px; font-weight: normal;" class="smalltxt" valign="top"]a) Two columns - the Filipino Population and the Total Population b) The Filipino Population as a...
[table cellpadding="0" cellspacing="0" width="100%"] [tbody] [tr] [td style="font-family: Arial, sans-serif; color: #444444; font-size: 13px; font-weight: normal;" class="smalltxt" valign="top"]a) Two columns - the Filipino Population and the Total Population b) The Filipino Population as a...
Recieving a diagnostic message in program
hi i want to recieve message text of diagostic message that encounters in program .I want it in a variable so that i can write it into a error log file .Please suggest a way to trap them and to have the text. i tried using RCVMSG but it dint wor out. thanks Software/Hardware used: as400
hi i want to recieve message text of diagostic message that encounters in program .I want it in a variable so that i can write it into a error log file .Please suggest a way to trap them and to have the text. i tried using RCVMSG but it dint wor out. thanks Software/Hardware used: as400
Do routers change packet IP info at each hop?
I'm taking classes for CCNA certification and think my professor may be wrong about this... She says that at each hop, the router strips the source and destination IP and updates it to reflect its IP as the source and the next router's to be the destination. But it seems to me that if that's the...
I'm taking classes for CCNA certification and think my professor may be wrong about this... She says that at each hop, the router strips the source and destination IP and updates it to reflect its IP as the source and the next router's to be the destination. But it seems to me that if that's the...
IT career education qualifications
does edu qualification affect it career?eg. I am a commerce graduate and gniitian will it work? Software/Hardware used: software
does edu qualification affect it career?eg. I am a commerce graduate and gniitian will it work? Software/Hardware used: software
Auditing objects in AS/400
we are auditing objects and profiles by using chgobjaud and chgusraud.Later we forget what are objects audited.how can find out who are all profile auditing or how many object auditing ..? Software/Hardware used: as/400
we are auditing objects and profiles by using chgobjaud and chgusraud.Later we forget what are objects audited.how can find out who are all profile auditing or how many object auditing ..? Software/Hardware used: as/400
Formula Assistance in Excel xlsx for Office 2010 w/ Windows 7
I need to know which formula I can use that will produce the following result with the following existing data: Column A, Row 2 - (Cell A2) - Value is 200806140804 Column A, Row 3 - (Cell A3) - Value is 200806150805 Column A, Row 4 - (Cell A4) - Value is 200806160806 Is there a formula I...
I need to know which formula I can use that will produce the following result with the following existing data: Column A, Row 2 - (Cell A2) - Value is 200806140804 Column A, Row 3 - (Cell A3) - Value is 200806150805 Column A, Row 4 - (Cell A4) - Value is 200806160806 Is there a formula I...
AS400 FTP error 426-Unable to send data to TCP/IP.
In AS400 FTP Get command I am getting the error- 426-Unable to send data to TCP/IP. 426 Data transfer ended. FTP was working fine and all of the sudden it is not. The file is normally in GBs.Please let me know the reason for this error Software/Hardware used: AS400
In AS400 FTP Get command I am getting the error- 426-Unable to send data to TCP/IP. 426 Data transfer ended. FTP was working fine and all of the sudden it is not. The file is normally in GBs.Please let me know the reason for this error Software/Hardware used: AS400
Best of VMWorld 2010: What do *you* think?
With VMWorld 2010 wrapping up, SearchServerVirtualization has the Best of VMWorld awards in a nice slideshow. Now, we want to hear from you: Do you agree with the winners? What do you like/dislike? Feel free to edit the answer area or comment on the winners (or who you think should be the winners)...
With VMWorld 2010 wrapping up, SearchServerVirtualization has the Best of VMWorld awards in a nice slideshow. Now, we want to hear from you: Do you agree with the winners? What do you like/dislike? Feel free to edit the answer area or comment on the winners (or who you think should be the winners)...
Copy files, directories and links in Linux
Can someone tell me the right way to copy files, directories and soft links from one Linux server to another Linux server? I am using scp to copy file and it works perfect. Software/Hardware used: Linux
Can someone tell me the right way to copy files, directories and soft links from one Linux server to another Linux server? I am using scp to copy file and it works perfect. Software/Hardware used: Linux
what is the reason for Harddisk view look like folder view?
what is the reason for Harddisk view look like folder view?
what is the reason for Harddisk view look like folder view?
what are Rvalues and Lvalues in C++
[strong]on executing the below program i got error message like required Lvalue is missing in main function[/strong] [strong] main() [/strong] [strong]{[/strong] [strong] int i;[/strong] [strong] printf("%d",++i++); [/strong] [strong]} [/strong] [strong]plz tell me what are rvalues and lvalues....
[strong]on executing the below program i got error message like required Lvalue is missing in main function[/strong] [strong] main() [/strong] [strong]{[/strong] [strong] int i;[/strong] [strong] printf("%d",++i++); [/strong] [strong]} [/strong] [strong]plz tell me what are rvalues and lvalues....
Media Player in Visual Basic 6.0
How to create a Media player in Visual Basic 6.0 ? using Windows Xp.
How to create a Media player in Visual Basic 6.0 ? using Windows Xp.
XML Schema Problem
hi I have an xml file <UserRoleConsumers> <UserRoleConsumer> <ConsumerID>67</ConsumerID> <RoleConsumerID>89</RoleConsumerID> </UserRoleConsumer> <UserRoleConsumer> <ConsumerID>45</ConsumerID>...
hi I have an xml file <UserRoleConsumers> <UserRoleConsumer> <ConsumerID>67</ConsumerID> <RoleConsumerID>89</RoleConsumerID> </UserRoleConsumer> <UserRoleConsumer> <ConsumerID>45</ConsumerID>...
Running a VBScript from a batch file
hi, i have a vb script that i want ran from a batch file, how do i go about this? see the vbscript below Dim oFS : Set oFS = CreateObject( "Scripting.FileSystemObject" ) Dim sSrcDir : sSrcDir = "//serverNameFBSurvey" ' Source directory (remote server) Dim sDstDir : sDstDir = "c:SampleDir" &...
hi, i have a vb script that i want ran from a batch file, how do i go about this? see the vbscript below Dim oFS : Set oFS = CreateObject( "Scripting.FileSystemObject" ) Dim sSrcDir : sSrcDir = "//serverNameFBSurvey" ' Source directory (remote server) Dim sDstDir : sDstDir = "c:SampleDir" &...
who deleted as400 user profile?
Hi, I need to know who has deleted an iSeries user profile and when. I am presuming the answer would be from dspaudjrne, but if there is an other way please let me know. Software/Hardware used: as400
Answer Question
| Sep 3, 2010 7:49 AM GMT
AS/400 user profiles, AS/400 user administration, iSeries User Profiles
Hi, I need to know who has deleted an iSeries user profile and when. I am presuming the answer would be from dspaudjrne, but if there is an other way please let me know. Software/Hardware used: as400
How to delete data from IFS directory?
How to write the program for deletion of data from IFS directory? Any cl program?
How to write the program for deletion of data from IFS directory? Any cl program?
SAP & ERP relationship and differences
what are the difference between sap & erp? is it convenient for the user of erp to use the sap? Software/Hardware used: erp
what are the difference between sap & erp? is it convenient for the user of erp to use the sap? Software/Hardware used: erp
BIND DNS - trace DNS query replying server
[h1 class="subject"]How do i know the reply was from caching-nameserver, master nameserver or slave nameserver in BIND DNS.?[/h1] Can I trace the nameserver that replied my dns query? Like I have a master nameserver, a slave nameserver and a caching nameserver in my network. Is it possible to...
[h1 class="subject"]How do i know the reply was from caching-nameserver, master nameserver or slave nameserver in BIND DNS.?[/h1] Can I trace the nameserver that replied my dns query? Like I have a master nameserver, a slave nameserver and a caching nameserver in my network. Is it possible to...


