Hepek Screen Shots 
 
We tried to provide you with as many as possible Hepek screen shoots. All of the screen shoots on this page are captured from Hepek Examples and Hepek Web Examples applications. Screen Shoots are divided in two sections Web and Client-Server Screen Shoots.
 Web Screen Shots
Web Login Screen

Login JSP script is generated by Hepek Application Generator.
User can type user ID, password and choose the database profile.
On right hand side developer puts HTML message file specific to Web application. There is also contact and copyright information which gets populated from Web application properties file.
Login screen will "remember" user's last LoginID and DBProfile, using cookies.

Web Linkage Linkage Service, you can create master-detail relation between your datawindows. This examples shows three level linkage:
Department - Employee - Sales Orders
Web DB Error Shows DB error code, error text, time when DB error occurred and datawindow name. User can report an error simply by clicking on "Help Desk" link, all the information would be sent to HelpDesk.
Web Calendar Object Web Calendar gets invoked by clicking on a calendar image link.
Web Query Service Allows users to Query datawindow on web, they can retrieve the results of query in current window, new window, or as PDF report. The yellow column background indicates that column is mandatory  or column is DW argument. The DropDown ListBox and calendar hyper link are generated automatically based on column properties.
Web ItemChanged Web ItemChanged Service allows developer to perform server side checking after user changes data on a Web.
This is a place where you would call your application business objects.
Web PDF Report This service allows user to retrieve reports in PDF format.
Web Row Info This service allows user to see row information (created, created_by, modifed, modifed_by).
User invokes this service by clicking on rowinfo image link.


Client-Server/Jaguar Screen Shots
Login Screen User can type user ID, password, choose the database profile and connection type (client-server or jaguar CTS). Login screen will "remember" user's last LoginID and DBProfile.
About Screen Shows copyright, appname & version, executable name & date,
database name & user, operating system settings and resources, CPU type, monitor settings, ...
Calendar Object DropDown Calendar - opens when user clicks on "date" type column.
Status Bar Object Shows windows microhelp, row x of y, status and connection type.
Chameleon Service Changes column text colors according to row status.
Black color indicates NotModified!, green indicates Modified! and blue indicates NewModified! row status.
Search Object Search Object allows user to search Datawindow or Treeview.
They can search DW by any column, and TV by item level. They can also choose the logical operator ("Begins With", "Ends With", "Contains", "Equal To", "Not Equal To", .......)
SQL Spy Service Shows all DB transactions with elapsed time and time occurred.
E-mail Service Send & receive mail with datawindow attached.
Win32 API Calls Various Win32 API Calls