CC5 not displaying some data
I have a form that is displaying items for view and edit. when you view the information it is not showing some of the items correctly. I cant figure out what's wrong. In CF its sending the email with the information correctly but the cc5 is not showing it correctly. What am I doing wrong??
<tr><td><p><B>Source of Capital</B></p></td></tr>
<tr><td>Owners</td><td>{Balata.text70}</td></tr> THIS IS THE ONLY LINE THAT DISPLAYS
<tr><td>Other Investors</td><td>{Balata.text71}</td></tr>
<tr><td>Bank Loans</td><td>{Balata.text72}</td></tr>
<tr><td>Other Loans</td><td>{Balata.text73}</td></tr>
<tr><td>Total</td><td>{Balata.text74}</td></tr>
<tr><td><p><B>Start-up Expenses</B></td></tr>
<tr><td>Land and Building</td><td>{Balata.text75}</td></tr>
<tr><td>Household Improvements</td><td>{Balata.text76}</td></tr>
<tr><td>Capital Equiptment</td><td>{Balata.text77}</td></tr>
<tr><td>Opening Inventory</td><td>{Balata.text78}</td></tr>
<tr><td>Provision</td><td>{Balata.text79}</td></tr>
<tr><td>Other Expenses</td><td>{Balata.text80}</td></tr>
<tr><td>Working Capital</td><td>{Balata.text81}</td></tr>
<tr><td>Total</td><td>{Balata.text83}</td></tr>
<tr><td><p><B>Source of Capital</B></p></td></tr>
<tr><td>Owners</td><td>{Balata.text70}</td></tr> THIS IS THE ONLY LINE THAT DISPLAYS
<tr><td>Other Investors</td><td>{Balata.text71}</td></tr>
<tr><td>Bank Loans</td><td>{Balata.text72}</td></tr>
<tr><td>Other Loans</td><td>{Balata.text73}</td></tr>
<tr><td>Total</td><td>{Balata.text74}</td></tr>
<tr><td><p><B>Start-up Expenses</B></td></tr>
<tr><td>Land and Building</td><td>{Balata.text75}</td></tr>
<tr><td>Household Improvements</td><td>{Balata.text76}</td></tr>
<tr><td>Capital Equiptment</td><td>{Balata.text77}</td></tr>
<tr><td>Opening Inventory</td><td>{Balata.text78}</td></tr>
<tr><td>Provision</td><td>{Balata.text79}</td></tr>
<tr><td>Other Expenses</td><td>{Balata.text80}</td></tr>
<tr><td>Working Capital</td><td>{Balata.text81}</td></tr>
<tr><td>Total</td><td>{Balata.text83}</td></tr>
Hello philomenacato,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
P.S: I'm just an automated service😉
These items did not help. thanks but I still need help
Hi philomenacato,
I'm not an expert in the way that CCv5 works. Please try adding a Debugger action to the form On Load event and see if that gives any clues about what is happening.
Bob
PS I recommend that you start giving more meaningful names to your form elements as it makes future maintenance much simpler when you look for e.g. Balata.provision rather than Balata.text79
I'm not an expert in the way that CCv5 works. Please try adding a Debugger action to the form On Load event and see if that gives any clues about what is happening.
Bob
PS I recommend that you start giving more meaningful names to your form elements as it makes future maintenance much simpler when you look for e.g. Balata.provision rather than Balata.text79
This topic is locked and no more replies can be posted.