Forums

get back data

elyash7 29 Nov, 2011
hi,
i made a loan system for student....
my problem is...

[attachment=0]kkk.png[/attachment]

the system goes like this....
admin will insert the loan value in db as it is fixed....
then at the payment field user will insert amount that they paid every month and
the loan value will minus the payment....
and the loan balance will generate at balance field.....
once user submit....
the loan amount will be updated as user paid....
it means the balance field is updated to loan amount....
about the calculation,is not a problem..
but to recall back the data insert by admin is a problem...
GreyHead 29 Nov, 2011
Hi elyash,

Isn't this the same question as you already have in another thread? Please don't double post.

but to recall back the data insert by admin is a problem...

What data inserted where by the admin? It should be no different from data inserted by the student. If the database is updated correctly then the revised data will be available on the next edit.

Bob
elyash7 30 Nov, 2011
hi bob,

how to recall it back using v3 chronoform.....
and how to update from {loan balance} and update field {loan amount}........
the loan amount is inserted by admin.....while payment per month is user key in...
after that....the loan balance will calculate (loan amount - payment per month) and update
to (loan amount) field....can give me example....

sorry its been a long time since my last online
as i was involved in another project.......
GreyHead 30 Nov, 2011
Hi elyash,

You can get the saved data back with the Profile Page plug-in.

Bob
This topic is locked and no more replies can be posted.