Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BrianH

Pages: [1]
1
PCS General Board / WebEA: Open (link) in new tab
« on: March 13, 2019, 06:28:43 am »
Is it possible to configure WebEA to allow the "Open (link) in new tab" command? I am using PCS Version 3.0.24 and IIS as the webserver. We cannot "open a link in a new tab" using IE or Chrome. I think it might be possible to allow this by hacking one of the PHP files or Java script files.

2
General Board / Re: Blank Tagged Value
« on: July 03, 2015, 05:18:13 am »
Thanks so much. Glad to know I wasn't missing something simple.

3
General Board / Blank Tagged Value
« on: July 02, 2015, 08:06:41 am »
Does anyone know how to create a "blank" tagged value? We would like to be able to select a blank value from a drop down list.
For example, we would like to be able to add a value to the following that would result in the ability to leave the tagged value "blank".

Type=Enum;
Values=Physical Server, Virtual Server;

4
General Board / Chen's ERD from Imported Database Schema
« on: January 09, 2014, 07:16:36 am »
Is it possible to Import a DB Schema from ODBC and then reverse engineer the DBMS schema into an Entity Relationship Diagram based on Chen's ERD building blocks.

If so, how might this be done.

Thanks for your help in advance.

5
General Board / Salesforce Schema Import or Creation
« on: November 13, 2013, 09:28:19 am »
Can anyone help point us in a direction that might ultimately lead to being able to create/import a Salesforce.com entity relationship diagrams in Sparx?

One thought we have is explained here:
https://code.google.com/p/force-metadata-jdbc-driver/wiki/Useage
Uses a special JDBC driver out on Google Code, called Force MetaData JDBC Driver, which translates Salesforce MetaData Web Service API calls to JDBC metadata.  If we had the JDBC metadata, we might be able to use it to create an XMI file that could be imported into Sparx.

Any help is appreciated  :o

6
General Board / RTF Template Help Needed
« on: July 02, 2011, 08:40:36 am »
I would like to show the tagged value of an external requirement next to the external requirements name. I know how to list the tagged value under the external requirements name, this is done as follows:
external requirements >
{ElemExtRequirement.Name}
tagged value >
{ElementTagVal.Name} = {ElementTagVal.Value}
< tagged value
< external requirements

Can anyone show me how to do this?  I'd really like to use a table, but I can't get that to work either.

Best regards, Brian Houghtaling

Pages: [1]