I just want to know how to store the credit left and total credit data in profile because when i change profile the credit data for the past profile is showing






THIS ARE THE BLOCK I JUST MODIFIED AN AIA THAT I GOT FROM THIS SITE

Export your .aia file and upload it here.
export_and_upload_aia

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.
1 Like

can you show me how to arrange that blocks? im sorry im just newbie hehe thankyou very much by the way <3

Show us the original link?

The original apps' intentions might differ from yours.

Creating Profile to store other reading this its yours

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.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.