Get answers.  Share knowledge.  Collaborate with peers.




Lotus Notes 8.5—After an invitation has been sent out, and there is one more invitee to add I was told……

In Outlook you can send an invitation ONLY to the new invitee.  Is there a way to do that in Lotus Notes?  I have to add the new invitees when my boss tells me to but people in large meetings are getting annoyed with the constant email messages for the same meeting.



View Discussion   |  May 1, 2013  6:22 PM
Lotus Notes 8.5, Lotus Notes Calendar, Lotus Notes Calendar and Meeting Tracking, Lotus Notes Meeting, Lotus Notes Meeting Invitations
discussed by:
sgoldzweig
10 pts.

Sequel IF and Else statements

Thanks Tom, I have it working now.
We actually use the SEQUEL View Point Software
1.The first statement looks for the transaction code “TE ” and if the Termination code is “VTRNS”
The above is an employee who has transferred from one property to another, so they are terminated from the first property and rehired as a transferred to the second property
2.The second statement looks for the transaction code “TR” and the Termination code can be anything
which indicates the employee is no longer working anywhere within the company.

So, I created a Derived field called PE_ACTION where that holds that information using the following.

CASE
WHEN TRTRCD.peptr=’TE ‘ AND TRTEC.peptr=’VTRNS’ THEN TRIM(TRTRCD.peptr)||’,'||(TRTEC.peptr)
WHEN TRTRCD.peptr=’TR ‘ THEN TRTRCD.peptr||TRTEC.peptr
END



View Discussion   |  May 1, 2013  6:04 PM
AS/400, Crystal Reports
discussed by:
Gamblersgobroke
50 pts.

Picture caption to be the file name in Word 2007 document

Not even close, how do you automaticaly add the name of the picture as the caption?



View Discussion   |  May 1, 2013  4:55 PM
Microsoft Word, Microsoft Word 2007
discussed by:
lw1122
10 pts.

AS/400

I just want the ability to step through the code. I’ve tried F8..nothing, looked for a “step into” option..nada. I need to use the emulator to create the code because I cannot get VBA (excel) to get a putstring command to work with AS400. It only works within the emulator.



View Discussion   |  May 1, 2013  3:22 PM
AS/400, AS/400 macros, iSeries
discussed by:
Carissa
85 pts.

Excel to AS/400 VBA – SETTEXT not working

Tom,

The code above is simply trying to put “022″ in screen field 6,23. Once I can figure out how to get that working, I can make the macro do what it is supposed to do. I’ve tried settext, putstring, sendkeys..nothing works. I am not getting thrown any errors either, it just works through the code but nothing is sent to the screen.



View Discussion   |  May 1, 2013  3:19 PM
AS/400, iSeries AS/400
discussed by:
Carissa
85 pts.

discussed by:
caturpunya
10 pts.

What do you think of this shift from desktops to mobility?

I totally agree with Kevin, I am mobile centric, yet I require a laptop that can churn out some I/Os. Mind you laptops are turning into UltraBooks, and sooner than later, we will be seeing Ultrabooks shrinking in size, yet increasing in processing power. For the majority of people a tablet may suffice, but the laptop/ultra books aren’t going anywhere anytime soon! And to think, interactive “paper” is on the horizon.



View Discussion   |  May 1, 2013  2:12 PM
Citrix, Desktop virtualization, Mobility
discussed by:
Nathan Simon
185 pts.

discussed by:
doctorking
10 pts.

Data mining and warehousing

Why?

What is the business problem we’ll be helping to solve?

Tom



View Discussion   |  May 1, 2013  12:40 PM
Data Mining, Data warehouse
discussed by:
TomLiotta
108,330 pts.

Outlook 2003 Email Download Slow – Send / Receive Causes Entire Computer to Freeze Up

The only cause which I see here is the large sized PST file. To reduce the size of file you can do following :
-Split PST file into smaller or multiple files
-Compact PST file to optimize the free space
-Archive the Old items or mails
-Delete the unnecessary items from your mailbox

However, each method have their own merits and demerits so you should select the method as per your need. Here is a blog which you can check to know about these practices : http://www.outlook-troubleshooting-tips.blogspot.com/

Hope this will help.

Regards
Mariapeter



View Discussion   |  May 1, 2013  11:05 AM
Microsoft Outlook 2003, Microsoft Outlook emails
discussed by:
mariapete
200 pts.

Email profile getting deleted in Outlook 2003 after you log-off and log-in

I have read that PST file can not be shared on networking devices. I think that could be one of the reasons of your profile corruption or loss of profile. If it is so try not to use PST file over a network.

Regards
Mariapeter



View Discussion   |  May 1, 2013  10:57 AM
Microsoft Outlook 2003, Microsoft Outlook emails
discussed by:
mariapete
200 pts.

Error message when I try to connect to embedded links using Windows 7

Hello,

You have use any of these three methods first change your browser settings like IE settings, second Export and Import registry key from another computer and lastly you can use Fix it for me option from Microsoft support.

Regards
Mariapeter



View Discussion   |  May 1, 2013  10:50 AM
Microsoft Outlook, Microsoft Outlook error messages
discussed by:
mariapete
200 pts.

Migrate Gmail to Outlook

Hello,

I found this really good post in which you can move from Gmail to Outlook within just 5 easy steps :
-Outlook.com account setup
-Forwarding Gmail new messages to Outlook
-Setup address of Gmail as Send as
-Link Gmail contacts to Outlook
-Old emails setup in Outlook.

See Here : http://blogs.office.com/b/microsoft-outlook/archive/2012/08/09/upgrade-from-gmail-to-outlook-com-in-5-easy-steps.aspx

Regards
Mariapeter



View Discussion   |  May 1, 2013  10:49 AM
Gmail, Microsoft Outlook
discussed by:
mariapete
200 pts.

Contact list

Hello,

You need to configure a contact folder as a part of Outlook Address book
Click Go -> Folder List. In navigation pane -> right click Contacts and click Properties.
Now select the checkbox “Show this folder as an e-mail Address Book” in Outlook Address book tab
However, if still you face any issue then check this : http://office.microsoft.com/en-001/outlook-help/contacts-are-missing-when-i-click-the-to-cc-or-bcc-buttons-HA010219428.aspx

Regards
Mariapeter



View Discussion   |  May 1, 2013  10:47 AM
Microsoft Outlook, Microsoft Outlook contacts
discussed by:
mariapete
200 pts.

Microsoft Outlook 2007

Same thing I would like to ask in what way your computer has distorted. As if only by opening Outlook 2007 things are changing then the only issue is with your Outlook 2007. But it is necessary for us to know exactly what error message you have got. Can you provide us some more details.

Regards
Mariapeter



View Discussion   |  May 1, 2013  10:46 AM
Microsoft Outlook 2007, Microsoft Outlook issues
discussed by:
mariapete
200 pts.

Password protected MS Excel worksheet
Use the below code for removing excel password
Sub PasswordBreaker()
    ‘Breaks worksheet password protection.
    Dim i As Integer, j As Integer, k As Integer
    Dim l As Integer, m As Integer, n As Integer
    Dim i1 As Integer, i2 As Integer, i3 As Integer
    Dim i4 As Integer, i5 As Integer, i6 As Integer
    On Error Resume Next
    For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
    For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
    For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
    For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
    ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
        Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
        Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
    If ActiveSheet.ProtectContents = False Then
        MsgBox “One usable password is ” & Chr(i) & Chr(j) & _
            Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
            Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
         Exit Sub
    End If
    Next: Next: Next: Next: Next: Next
    Next: Next: Next: Next: Next: Next
End Sub


View Discussion   |  May 1, 2013  10:46 AM
Microsoft Office
discussed by:
insvpsl
10 pts.

Excel to AS/400 VBA – SETTEXT not working

BTW, I don’t see that you have specified which field in the autECLFieldList item should receive the SetText() string. — Tom



View Discussion   |  May 1, 2013  8:39 AM
AS/400, iSeries AS/400
discussed by:
TomLiotta
108,330 pts.

Uninstall Sage Evolution

The product itself has probably been partially removed. Three general possibilities come to mind.
.
First, you might be able to reinstall and uninstall. A reinstall might reconstruct enough structures to permit a clean uninstall. While installing, existing components might be either collected into the new install or written over.
.
Second, you could try any general “cleanup” utility. I often use CCleaner, but there are a few other good ones. Run it and follow instructions for application cleanup (and various other elements).

Third, you might do it yourself. You might run registry searches for all references to [sage] and [evolution]. Determine which ones are related by tracking cross references in related keys. Review any objects referenced by the registry keys. After enough review, you can delete many of the items to effect an uninstall. Clearly, this should require significant experience.
.
Tom



View Discussion   |  May 1, 2013  6:45 AM
Sage Evolution, Software installation
discussed by:
TomLiotta
108,330 pts.

Installation error

If you’re asking about something named “Wild Divine Healing Rhythms ” (whatever that is), I don’t expect that anyone here has ever heard of it, much less has any experience with it. What the message means is that you need to add one of those as a command-line parameters when you run the install. But if you knew what that meant, you wouldn’t have asked the question.
.
You need to take a basic course in programming if you want to know what the instruction means. This isn’t a site that provides that training. This site assumes that you have not only had that training, but that you already are working in a job that follows from such training, i.e., as an “IT pro”.
.
Your best corse is to contact the Support group for the product, and follow the directions that they provide.
.
Tom



View Discussion   |  May 1, 2013  6:04 AM
Installation, Program installation
discussed by:
TomLiotta
108,330 pts.

Security in cloud computing

The Eucalyptus User Guide tells what you need to do. And the Eucalyptus Support group and forums provide help for obstacles. If you have Eucalyptus installed, you should have the User Guide available. I don’t have it installed. — Tom



View Discussion   |  May 1, 2013  2:20 AM
Cloud Computing, Cloud Security, Security
discussed by:
TomLiotta
108,330 pts.