Export your .aia file and upload it here.
PAUTANGAPPLICATION2.aia (114.4 KB)
I Tried different but now i want to know how to remove and edit name from profile name and how to clear the items from listview thankyou very much
You want to permanently erase the profile name and all the credit activity for that name?
If so,
- set TinyDB NameSpace to profile name and clear TinyDB.
- set TinyDB NameSpace back to TinyDB1 and
- retrieve the list of profile names
- look up the index of that profile name in that list
- remove that index from the list of profile names
- put the new shorter list back into TinyDB1.
can you show me how to arrange that blocks? im sorry im just newbie hehe thankyou very much by the way <3
This is a procedure to remove a profile, by name.
It clears all the credit entries for that name, then removes that name from the PROFILESDB.
I am assuming that you did not save lists of names elsewhere.
(That would be a mess.)
P.S. In PROFILESDB Namespace, you store true as the value under each profile name.
It would be more useful if you save the current balance (init 0 if not found), to save retyping the old balance into your credit form each time you want to add a credit.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.