Welcome, Guest
Please Login or Register.    Lost Password?

Installation problem
(1 viewing) (1) Guest
Welcome to the ToolsJX forum!


Go to bottomPage: 12
TOPIC: Installation problem
#159
Installation problem 6 Months, 1 Week ago Karma: 0
Hello TJX-user,

today i bought TableJX. Installation of the plugin was no problem. But I'm not able to choose the correct table of my form. I use RS-Form pro and can only see jos_rsform_forms for example seeing on the picture. But I have 4 different forms. What's wrong and where can I find the database entries of the forms?

greetings
Gerhard

Gerhard
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/01/18 06:46 By Gerhard.
The administrator has disabled public write access.
 
#160
Re: Installation problem 6 Months, 1 Week ago Karma: 0
Hello Gerhard,

I am not familiar with RS-Form, but I can give you a 'general' answer. You can use TableJX to display data from table in database. If RS-Form stores entered data in database table and each field in RS form is stored in its own column in a table then you can display it with TableJX. All you have to do is to know the name of the table for specific form and select the table from dropdown list.

If RS-Form doesn't store data for each form in its own table, then you may be able to create view that collects data from RS-Form for specific form.

I will be able to offer you more help, if you can inform me where the data entered in RS Form is stored and what is the structure of such table.

Best regards,
Bostjan
Bostjan
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#162
Re: Installation problem 6 Months, 1 Week ago Karma: 0
Hello Bostjan,
thanks for your answer. I think I know what the problem is. In my mysql table there are all fields not horizontal but vertical.
To show you what I mean, I made a screenshot. All lines under "FieldName" should be horizontal.
Can you help me. I'm a newbie in mysql and have no idea what to do, or what kind of onlineforms is working good with TableJX and did you use in your demo.

many thanks
Gerhard


[img]http://www.toolsjx.com/images/fbfiles/images/eurosighthoundtabelle.jpg[/img]
Gerhard
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/01/18 16:11 By Gerhard.
The administrator has disabled public write access.
 
#163
Re: Installation problem 6 Months, 1 Week ago Karma: 0
Hello Gerhard,

Yes, I see your problem. You may be surprised but this is a known problem in information science. You can solve it by table transponation. One way may be to create a view with multiple joins of the same table. For example:

Select
Rasse.FieldValue,
Geschlecht.FieldValue,
Hundename.FieldValue,
from RCFormTable Rasse
inner join RCFormTable Geschlecht on Rasse.FormId = Geschlecht.FormId and Rasse.SubmissionId = Geschlecht.SubmissionId
inner join RCFormTable Hundename on Rasse.FormId = Hundename.FormId and Rasse.SubmissionId = Hundename.SubmissionId

I have not tested it but it may be a solution for you.

On the other hand we plan to release FormJX component which will be fully compatible with TableJX at the an of the February. I'm sure you cannot wait that long, but just to let you know...

Best regards,
Bostjan
Bostjan
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#164
Re: Installation problem 6 Months, 1 Week ago Karma: 0
I used a wrong term.. it is actually a 'table transposition'... google aroud and you may find some solutions... e.g. szeryf.wordpress.com/2007/09/09/table-transposition-in-sql/

Regards,
Bostjan
Bostjan
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#165
Re: Installation problem 6 Months, 1 Week ago Karma: 0
Hello Bostjan,

thank for helping me. But as I wrote, I don't know about mysql tables and therefore I let it better and will be waiting for FormJX. There's no rush. But as I bought TableJX I'll use it in the future of course.
Is this component a formgenerator or what will do FormJX?

Best regards
Gerhard
Gerhard
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12
Tools JX, Powered by Joomla!; Joomla templates by SG web hosting