j5 OMS
Operations Management System
j5 OMS is a broad range of hardened web applications that manage, control, organize & log the Operating Processes in industrial sites.
Click here
for more information... 
j5 Logbook
The pure Web Server version!!
Make operator logs work for you!
Industrial, proven, configurable.
Oracle, SQL Server, Access web-server based.
Click here
for more information... 
j5 HandoverBook
The j5 HandoverBook is an electronic tool designed to effectively manage the information flow between outgoing and incoming shifts.
Click here for more information... 
Purchase Full Version
Is there a way that we can set up the program to have a button or buttons that would link directly? Print E-mail

You can add extra links to the form using the extralinks statement. You would add this to an instance in the jLogbook.prefs file which is in your c:\program files\jlogbook folder. Here is an example of an instance with 2 extra links. I.e.

  Demo = Common:
   DBNAME = "jLogbookDemo.mdb"
   DBHOST = None
   DBUSER = "admin"
   DBPASSWORD = ""
   DBPROVIDER = ADOProviders.AccessProvider
   DBTYPE = "access"
   attachmentsdir = "attachments/demo"
   sessionkey='demo-change'
   gridrefreshinterval=30
   formheight=45
   gridheight=55
   extralinks = "<a href='http://www.iol.co.za/'>IOL Newspaper</a> <a href='http://www.sjsoft.com/'>St James Software</a> "

The format of the extra links statement is
extralinks = "linkdef1 linkdef2 .... linkdefn"
where linkdef is of the form:
<a href='URL'> Link Title</a>

 
< Prev   Next >