Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: progpradip
  • Order by date
  1. progpradip

    FONTID problem with color calculation

    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.
  2. progpradip

    Maximum number of memory segments that Notes can support has been..

    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....
  3. progpradip

    CD enumeration for Form containing SubForm

    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.
  4. progpradip

    Lotus PIC and CGM format

    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.
  5. progpradip

    CD enumeration for Form containing SubForm

    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...
  6. progpradip

    Get Template name from NSF

    Hey all, Is it possible to get the name of the template using the database (NSF) in C program? How? Please suggest.
  7. progpradip

    "Cannot convert field - unsupported datatype"

    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...
  8. progpradip

    Hidden Views, FOlders

    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...
  9. progpradip

    Differentiate between two forms with same name

    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.
  10. progpradip

    This view is obsolete and requires missing field list.

    Thnx pascal, Not exactly....it is just letting me know the view UNID that cause so...which I already know... Any other suggestion
  11. progpradip

    This view is obsolete and requires missing field list.

    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?
  12. progpradip

    Differentiate between two forms with same name

    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?
  13. progpradip

    Process ID has been reused, application may require restarting...

    it was when i try to initialize notes api using NotesInitExtended
  14. progpradip

    Process ID has been reused, application may require restarting...

    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.
  15. progpradip

    item text in the ListView control overlaps other items in smallicon

    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...
  16. progpradip

    Question How can I read the site has 'Quick Launch', 'Top Link Bar'

    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.
  17. progpradip

    Make Ctrl + C makes work in Form

    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.
  18. progpradip

    ListView OwnerDraw=true. Problem with checkboxes

    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...
  19. progpradip

    validate LiveLink CGI URL from LAPI?

    I am completely using LAPI.
  20. progpradip

    validate LiveLink CGI URL from LAPI?

    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#.

Part and Inventory Search

Back
Top