Platforms to show: All Mac Windows Linux Cross-Platform

/XL/Invoice with Template for Web/Invoice with Template for Web


Required plugins for this example: MBS XL Plugin

You find this example project in your Plugins Download as a Xojo project file within the examples folder: /XL/Invoice with Template for Web/Invoice with Template for Web

This example is the version from Mon, 6th Nov 2022.

Project "Invoice with Template for Web.xojo_binary_project"
Class App Inherits WebApplication
EventHandler Sub Opening(args() as String) RegisterLibXL End EventHandler
Sub RegisterLibXL() // once you bought a LibXL license, you can put your license key here // see order links on our website // http://www.monkeybreadsoftware.de/xojo/plugin-xls.shtml #if TargetMacOS then XLBookMBS.SetKeyGlobal "your name", "your Mac LibXL license key" #elseif TargetWin32 then XLBookMBS.SetKeyGlobal "your name", "your Windows LibXL license key" #elseif TargetLinux then XLBookMBS.SetKeyGlobal "your name", "your Linux LibXL license key" #endif End Sub
End Class
End Project

See also:

The items on this page are in the following plugins: MBS XL Plugin.


The biggest plugin in space...