I am using Lotus client 7.0.2.
I am getting Color byte = 117 after using FontGetColor macro on fontid. But this value doesn't match to any of NOTES_COLOR_XXX. SO how can I calculate the color from FONTID?
In notes peek I can see it is displaying exact color.
I am using C API and for specific NSF (containing large no of Docs 710, and View + folders = 47), I am getting "Maximum number of memory segments that Notes can support has been exceeded" error. I am generally getting this error in CDBITMAPSEGMENT, NSFNoteOpen etc.
Any workarround....
Thank for response.
Not exactly.
I know how to enumerate a document when its Form doesn't contain SubForm. But when there is SubForm, enumeration doesn't get handled for SubForm.
How to create Lotus PIC and CGM format? I want to add lotus Pic file in my document but I am unable to convert other image format (like jpg, gif, bmp etc) into Lotus PIC or CGM. So, if anyone know please help me.
Is there any converter or something else?
Thanks in advance.
I created a NSF using Document Library template. Then I created a Document and Response. In my Program when I used EnumCompositeFile to enumerate through all CD record, for Document it works fine but for Response it doesn't work even I create a Design Note using "Response" form. So how can I...
I created a NSF myjournal.nsf using [Personal Journal] template.
In C when I rendered a document created by "JournalEntry" Form using its own Form (and also with default Form) with function [CompoundTextAddRenderedNote(params...)], I got the error code 1538->"Cannot convert field - unsupported...
Can anybody tell me about hidden views, folders. I think if we enclose the name with () it is hidden in notes. Am I right or there is something else?
Please tell me is these hierarchy possible and their visibility in client
1. Hidden Folder\Hidden Folders
2. Hidden Folder\Folders
3...
There is no conflict. If you copy one Form and paste and change its name exactly similar to first one.....then Lotus notes allows us to do so without any restriction.
For certain nsf when accessing document using notes I am getting status error as "This view is obsolete and requires missing field list. Please edit and re-save the view." What does this implies and how to handle this?
Lotus notes allows me to create two form with exactly same name.
In programming how can I distinguish between these two forms and act on them differently. Is there any Id or something?
In my C program, sometimes I am getting error status code 41728. Using OSLoadString I get its equivalent as "Process ID has been reused, application may require restarting if OSLoadProgram was not used". So, what does it implies?
However, If i restart my program, it runs smoothly.
In my application ListView is inside panel, item text in the ListView control overlaps other items in small icon view. The items are drawn as if aligned to a grid and this causes items to be drawn in overlapped manner which obviosuly looks horrrible. I have tried to change allignment with no...
In C#, how can I read the site has 'Quick Launch', 'Top Link Bar' and 'Navigation Inheritence' using Web service and supplying the site url? Can anybody help me.
In C#, when MessageBox is being displayed, we can use Ctrl + C to make copy of all contents in messagebox: Caption, Content, ButtonText. And we can paste that text in notepad.
Is there any way so that we can copy all visible text content of Form? Please, help me on this.
I have used ListView in my Form. I have set OwnerDraw = true. And I have the DrawItem Function as
private void listView1_DrawItem(object sender,
DrawListViewItemEventArgs e)
{
if (e.Item.Checked)
ControlPaint.DrawCheckBox(e.Graphics, 0...
Is there any way to validate LiveLink CGI URL from LAPI without using Live Report (my version doesn't support it) and without tunneling (I know LiveLink CGI URL is not necessary when tunneling is not used but I need so)? Please supply the code in C#.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.