LotusScript to C API Programming Guide

rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login


 

Hosted by Prominic.NET, Inc.
Main topic: Compiling an @Formula in Visual Basic

Compiling an @Formula in Visual Basic (by Normunds Kalnberzins, 03/06/2007 03:32:45 PM)

I'd think you need to translate the string to LMBCS by using something like OSTranslate or NLS_translate. Allocate a buffer, convert, point NSFFormulaCompile to it. So it may look slightly different (including declarations) than what you would be doing from LS.

I think the approach I use in rtLib for compilation of @formulae could be reused mutatis mutandis for VB. If you do not manage it easily, I'll try to rip out a piece of code, convert for use with VB and see how it goes. But I sorta hope you'll manage :-)