"There is no connection with this name or may be the connection is not published, Please check the available connections in the Connections Manager."
has anyone encountered this problem before??
what do you enter in the linkable field area... the example isn't very clear where do you get the tasks and parameters for this
i sent you login details in PM
There is no connection with this name or may be the connection is not published, Please check the available connections in the Connections Manager.
all the details are in the system table with lots of fields
I can see a JavaScript error on the Home page because the ChronoForms script to initialise the form validation is being loaded but the form itself is not. There is just an error message where I think it should be.
Bob
How do you reach your connection ? did you try to access the connection using the "Front list" link in the connections manager ? does this work ?
Regards,
Max
what are the steps to take to list 3 table columns but when i click on the linkable field to show the rest of the data?
i read your short tutorial
#1- enter connection name.
#2- select a db table.
#3- navigate to the "Admin list settings" tab and enter few table columns names in the "List View Fields" box.
#4- go to the "Admin permissions" tab and set the "List Permissions" to "Super users" (or whatever group you have).
i have done this for the front list settings as well
i do not want to edit but only show the information
do i need a form for this if yes what do i put in the form ... i made a form for it and put chronoconnectivity task should i put something else ??
have you tried logging in to the site to see what is causing this i sent you a pm with login details
how can this be if it a fresh installation and only chronoforms & chronoconnectivity is intalled
There is no connection with this name or may be the connection is not published, Please check the available connections in the Connections Manager.
You want to a display a "View" link in your connection, add this to the "Linkable fields":
View:view_e&cb={id}
I have assumed that you don't have a Model id (used "id" only) and that the primary key name is "id".
You should add "view_e" to the "Custom Data tasks" under the "Frontend editing" and you should add a new event to your form and name it "view_e", you should use there any code to process the data of the loaded record, but for testing purposes you can use a Debugger action to verify that the record is loaded correctly first.
Regards,
Max
this is what i want to do
go to http://fndservers.com/~fndtest/uofo/
click on computers menu
there is a list of fields Serial Number | Current User | IP Address populated dynamically by open audit. The SQL Table has a lot more information in it but i do not want to show it all on this page now how do i link an item lets say ip address to a page who shows all the other information about that ip address or whichever i decide to link
i don't need a form for this do i? can't i simply use chronoconnectivity?
tell me if you need login credentials, i will pm it to you so you can show me how to make this happen
What's the primary key of this table ? you can check it under the "Auto loaded" tab in the connection page in the admin area.
The tutorials you have been adding for the new ChronoConnectivity have been great! Any chance of a tutorial on this type of model using CC to list the Master records then CF to display the Detail records of a one to many relationship using Chronoforms?
Thanks again!
-Donald
Please check this topic:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=12&t=81710
Regards,
Max
Linkable fields will process a form event or send you to a different page, example:
You want to a display a "View" link in your connection, add this to the "Linkable fields":
View:view_e&cb={id}
I have assumed that you don't have a Model id (used "id" only) and that the primary key name is "id".
You should add "view_e" to the "Custom Data tasks" under the "Frontend editing" and you should add a new event to your form and name it "view_e", you should use there any code to process the data of the loaded record, but for testing purposes you can use a Debugger action to verify that the record is loaded correctly first.
Regards,
Max
Hi Max,
could you be pls more specific in this last paragraph:
you should add a new event to your form and name it "view_e"
what form if in CC are no forms? what event?
thx