Skip to content

Commit

Permalink
use Enterprise whenever configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald committed Sep 18, 2018
1 parent 8d957d5 commit c2f9c78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BBjGridExWidget.bbj
Expand Up @@ -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$="<html><body><script></script><div id='eventTransporterDiv' onClick='window.basisDispatchCustomEvent(event, event.payload)'></div><div id=""grid"" style=""height: 100%"" class=""ag-theme-balham""></div></body></html>"

if (info(3,6)<>"5" and #Debug>0) then
Expand Down

0 comments on commit c2f9c78

Please sign in to comment.