Hi Irate,
Do you have a DB Record Loader in the Edit form? What are the DB Field and Request Param box asettings?
Bob
PS Which tutorial document are you following?
Hi Irate,
I think you need to add at least one column name in the Display Fields box on the Data Displayer tab. It appears to work then with the rest of the settings the same as yours.
It looks as though Max wrote the tutorial before he added the Data Displayer tab to the action.
Bob
Thank you Bob.
If I add one column name in the Display Fields box on the Data tab Displayer, my table is not in the form.
first picture
[attachment=1]Capture1.PNG[/attachment]
If I click "Edit"
Form is empty
[attachment=0]Capture2.PNG[/attachment]
Irate
Hi Irate,
I think that the problem here is that you now have two listings. One from the Data Displayer and the second from your earlier HTML+PHP code.
I'm not sure why the Edit links aren't working. What do the URLs look like? Is there a record identifier included? Does the edit form have a DB Record Loader to load the specified record.
Bob
Hi Irate,
I'm not too familiar with the workings of the latest version of ChronoConnectivity but that token value looks odd. I would have expected something other than a random string there.
Bob
Hello,
I have the same problem, I have been looking for hours on Formus, and I can not find a solution.
I followed the tutorial on the site, and when I click EDIT, my fields are empty.
did you find solution.
ps: sorry for my english I speak French
Hi Did,
Sorry but I can't give you a helpful answer from the little information you have posted here. What do you see if you turn ChronoConnectivity Debug on?
Bob
Bob, I have this too
Debug Data
db_multi_record_loader
SELECT `UserDetails`.* FROM `j3wkg_chronoforms_data_user_detail` AS `UserDetails` LIMIT 0,50
Powered By ChronoForms - ChronoEngine.com
Hi Bob,
I try with your correct code but the result is the same😟
Hi Did,
Does that give you a URL with a token value set?
Bob
Hi Bob,
When I changed 'cf_uid' by anything,in "<td><a href="index.php?option=com_chronoforms&chronoform=user_details&token=<?php echo $detail ['cf_uid'] ; ?>">Edit</a></td>", the result is the same.
I think it does not load CF_uid.
I do not understand why?
I know nothing about PHP.
Hi Bob,
Have you a solution for me please?
I can not find.
Thank's
Did
when i use only DB Record Loader i have this message:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=SELECT * FROM `j3wkg_chronoforms_data_user_details` AS `J3wkgChronoformsDataUserDetails` WHERE
Bob,
after many hours of searching, I finally found my mistake
the problem was in the FORM user_details -> Load Under Model ID -> it must be on "No" and not "Yes".
Now it's good🙂
thank'you for all
Did
I followed the document "CFV4_db_multi_record_loader". I have the list that appears but when I click on 'Edit', the form loads but empty.
before 'Edit' is clicked
[attachment=1]before.png[/attachment]
After 'Edit' is clicked
[attachment=0]after.png[/attachment]
Hi rkamouni,
Do you have a DB Record Loader in the form On Load event? If so, what settings are you using there?
Bob
Hi Bob,
I haven't a "DB Record Loader" because i want to use "DB Multi Record Loader". Is it necessary to have "DB Record Loader" for that?
Thank you in advance
Hi rkamouni,
I'm not sure, I rarely use the automatic edit links because I prefer the control I get by adding my own. If ChronoConnectivity loads the data to be edited for you that's great
Bob