Thax
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.
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
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
thanks buddy…
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/
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
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
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
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!
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?







