Get answers.  Share knowledge.  Collaborate with peers.




discussed by:
sachin420
10 pts.

MMAIL – Insert image (logo) held on IFS

Hi Tom,
Good Question. I was including a link to the image which obviously won’t work when it resides on my IFS.
I think I will stick to a link from URL.
Neil.



View Discussion   |  April 16, 2012  10:29 AM
IFS, ios v5r4, MMAIL
discussed by:
neild
380 pts.

retrieve library list

Hi Tom,

Retrieve Job Information QUSRJOBI help me but QUSRJOBI it display only list of user library list i want all system library what i modify in my program to get all system library

Thanks



View Discussion   |  April 16, 2012  9:21 AM
RPGLE, Subfile
discussed by:
9783444184
1,240 pts.

How to get no. of items appended into rich text field

I have created a memo with this agent:
Sub Initialize
Dim s As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim rtItem As NotesRichTextItem
Dim i%
Set doc = s.CurrentDatabase.CreateDocument
doc.Subject = “100 Lines in Body”
doc.SendTo = s.UserName
Doc.Form = “Memo”
Set rtItem = doc.CreateRichTextItem(“Body”)
For i = 0 To 99
Call rtItem.AddNewline(1, True)
Call rtItem.AppendText(Str(i) + ” line in Body is here yxdvyxcvyxcv yxcv yxcv yxcv yx cvyx cv”)
Next
Call doc.Save(True, False)
Call doc.Send(False)
End Sub

Then I could count the number of lines in the body field of this memo with the following agent:

Sub Initialize
Dim s As New NotesSession
Dim doc As NotesDocument
Dim rtItem As NotesRichTextItem
Dim item As Variant
Dim plainText$, vTmp

Set doc = s.CurrentDatabase.UnprocessedDocuments.GetFirstDocument
If Not doc Is Nothing Then
If doc.HasItem(“Body”) Then
Set item = doc.GetFirstItem(“Body”)
If item.Type = 1 Then
Set rtItem = doc.GetFirstItem(“Body”)
plainText = rtItem.GetUnformattedText( )
vTmp = Split(plainText, Chr$(10))
Msgbox Str(Ubound(vTmp)) + ” strings were found in Body”
End If
End If
End If
End Sub

Best regards



View Discussion   |  April 16, 2012  8:20 AM
Lotus Notes, Lotus Script
discussed by:
edvabnik
75 pts.

pass array to clle

thanks buddy…



View Discussion   |  April 16, 2012  7:11 AM
AS/400 DB2, AS400 iseries, iSeries RPGLE
discussed by:
nikrajpapa
200 pts.

Please help me quickly.. i have lost some data

Try easeus data recovery wizard for windows. It can recover all your lost data, no matter applicaitons, emails, database and so on

If you have a need for mac data recovery, tru easeus mac data recovery unlimited.

http://www.easeus.com/mac/mac-undelete-free/



View Discussion   |  April 16, 2012  6:25 AM
Microsoft Windows 2008, Microsoft windows server
discussed by:
raileely
30 pts.

MS Access 2002 Excessive Growth

One of my tables has over 6000 rows and during the run in question only gets updated. No deletes or inserts.

Just one table of multiple tables?

When the application starts its size is about 20,000 KB.

No inserts, but the database starts at 20K where one table has 6K rows? What do you store in 6K rows when each row is only 3 bytes long? What would you be updating?

There seems to be more to this database that needs to be described. Can you tell us more about what it contains?

Tom



View Discussion   |  April 15, 2012  10:53 PM
Access 2002, DAO, Microsoft Access, Microsoft Access Performance, Visual Basic
discussed by:
tomliotta
108,260 pts.

Outlook 2007, how to lock editing a received message.

I call “bulls–t” on this statement of a “legal issue”…

I call “bulls–t” on calling “bulls–t” on this issue. It can indeed be a legal issue, and the suggested answers are valid methods of recording unaltered versions of received e-mails — they are examples of Microsoft’s actions to provide for legal issues that may arise.

Tom



View Discussion   |  April 15, 2012  8:44 PM
Exchange 2007, Outlook, Outlook 2007, Outlook permissions
discussed by:
tomliotta
108,260 pts.

pass array to clle

Since this is a CALL instruction and the name is given as a literal in quotes — ‘practcl8′ — then the name of the object must exactly match. Phil suggestion of uppercase (caps) seems on the mark. Most likely the name is actually ‘PRACTCL8′.

Tom



View Discussion   |  April 15, 2012  8:21 PM
AS/400 DB2, AS400 iseries, iSeries RPGLE
discussed by:
tomliotta
108,260 pts.

MS Access 2002 Excessive Growth

Further to this discussion of 3 years ago, I did implement an external process that gets started upon my Access application exiting then which then causes my application to restart and continue processing. That works well.

I have however discovered an intriguing situation where I experience very little growth so much so there is no need to perform a Compact and Repair every couple of hours as I used to. If I have another instance of my application open just sitting there while I start up the instance I need to run, I experience very minimal growth in the running instance. Furthermore, the throughput performance which typically degrades with time now seems to remain fairly constant. And if revert back to my normal mode of operation where I run the one instance without another copy sitting there open, it will grow as per normal hence requiring a shut down and restart to reduce the size.

I have no idea why this situation occurs but thought it would be useful to get this information out there!



View Discussion   |  April 15, 2012  3:51 PM
Access 2002, DAO, Microsoft Access, Microsoft Access Performance, Visual Basic
discussed by:
rbrucejones
60 pts.

Open IT Forum: What is the most important component of a virtualization strategy?

The most important feature of any Virtualization program is OS resources freed and security of stored data. If the virtual program gobbles OS resources to operate in tandem, is there an actual benefit? Additionally, virtual storage is not an exact depiction. Data is stored in a database that belongs to another. Who then is the lawful owner and what rights are compromised?



View Discussion   |  April 15, 2012  3:35 PM
IT strategic planning, IT Strategy, Knowledge Point Bounty, Open IT Forum, Storage virtualization, Storage virtualization software, Virtualization, Virtualization strategies
discussed by:
b4noesis
20 pts.