Display of Graphical and Table Views

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

User avatar
Andy McMaster
Ebase User
Posts: 33
Joined: Fri Feb 29, 2008 12:08 pm
Location: Newcastle upon Tyne
Contact:

Display of Graphical and Table Views

#1

Postby Andy McMaster » Mon Jul 05, 2010 12:06 pm

When I run the designer from the desktop icon on our server I can see the Graphical and Table views when editing a form. When I access the same server via the client on my PC those tabs are not visible.

Using 3.4 Build 18092009 on a Northgate ICS/AIS installation

Any ideas please? The batch file to launch from the PC is:

Code: Select all

@echo off
SETLOCAL

set JAVA_HOME=C:\EbaseClientDEV\client\jre

rem set variables to contact the UFS Server 
rem SERVER_HOST - hostname or ip address of UFS Server
rem SERVER_PORT - HTTP port for the UFS Server (defaults to 80 if not set)
rem SERVER_WEBAPP - web application context for the UFS Server (defaults to ufs if not set)

set SERVER_HOST=10.100.6.72
set SERVER_PORT=8080

if "%SERVER_HOST%" == "" goto noHost
  set JAVA_PROPERTIES=-DServerHost=%SERVER_HOST% -DhandshakeDebug=true
:checkPort
if "%SERVER_PORT%" == "" goto checkWebapp
  set JAVA_PROPERTIES=%JAVA_PROPERTIES% -DServerPort=%SERVER_PORT% 
:checkWebapp
if "%SERVER_WEBAPP%" == "" goto run 
  set JAVA_PROPERTIES=%JAVA_PROPERTIES% -DServerWebapp=%SERVER_WEBAPP%  
goto run

:noHost
echo The SERVER_HOST parameter must be set
pause
goto :EOF

:run
set JAVA_PROPERTIES=%JAVA_PROPERTIES% -Dawt.useSystemAAFontSettings=true -Dsun.java2d.noddraw=true
set UFS_CLIENT_DIR="C:/EbaseClientDEV/client"
set UFS_CLASSPATH=%UFS_CLIENT_DIR%/properties
"%JAVA_HOME%\bin\java" -Xmx256m -Xss1024k -cp %UFS_CLASSPATH% %JAVA_PROPERTIES% -jar lib/UFS.jar

ENDLOCAL
Cheers

Andy
0 x
<b>Do not despise the snake for having no horns for who is to say it will not become a dragon</b>

ehmd
Ebase User
Posts: 53
Joined: Thu Sep 13, 2007 9:02 am
Contact:

#2

Postby ehmd » Mon Jul 05, 2010 2:47 pm

In the designer go to File -> Preferences -> UI Options and make sure the Show Tables view for Form Editing is ticked
0 x

User avatar
Andy McMaster
Ebase User
Posts: 33
Joined: Fri Feb 29, 2008 12:08 pm
Location: Newcastle upon Tyne
Contact:

#3

Postby Andy McMaster » Mon Jul 05, 2010 3:32 pm

Thank you. I've never had a system where they weren't visible before so assumed they were standard and not an option.

Now I know... :)

Cheers

Andy
0 x
<b>Do not despise the snake for having no horns for who is to say it will not become a dragon</b>


Who is online

Users browsing this forum: No registered users and 123 guests