From c2f9c78c7265a5ba07b8c2be76a1a826d7f9eedc Mon Sep 17 00:00:00 2001 From: Stephan Wald Date: Tue, 18 Sep 2018 14:59:36 +0200 Subject: [PATCH] use Enterprise whenever configured --- BBjGridExWidget.bbj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BBjGridExWidget.bbj b/BBjGridExWidget.bbj index a5aa2b12..7f0dc8cc 100644 --- a/BBjGridExWidget.bbj +++ b/BBjGridExWidget.bbj @@ -410,6 +410,14 @@ class public BBjGridExWidget extends BBjWidget declare BBjHtmlView htmlview! if (f_init!) then + + lic!=System.getProperty("bbjgridexwidget.license") + + if lic! <> null() and str(lic!) <> "" then + #setLicenseKey(lic!) + fi + + html$="
" if (info(3,6)<>"5" and #Debug>0) then