Converting a CF4 to CF5.
CF4 uses the "DB Record Loader" action with settings as follows:
[attachment=0]CC-old.PNG[/attachment]
CF5 uses "DB Read"
[attachment=0]CC-old.PNG[/attachment]
The problem is I don't know what I need to put in the CF5 settings to achieve the same as those of CF4. I can't quiet work out what goes where ie. where do I put the references to uniqueid?
Hi rcadmin,
Yes that looks OK to me, subject to the need to quote the string. I'd try it and see if it works.
Bob
Hi rcadmin,
There's a ; missing from the end of the first line of code. Is that the problem?
Bob
Hi Bob,
Fixed that but it made no difference. The DB Read always returns the first entry in the table.
Hi rcadmin,
Then the problem may be the quotes round '$value' I don't think that will work the way you want it to. If the value is an integer you can leave them off. See the FAQ for a different method it it is a string.
Bob
Hi rcadmin,
Please drag a Debugger action into the On Submit event, then submit the form and post the debug results here.
Bob