Skip to main content
Topic: add button (Read 1693 times) previous topic - next topic

add button

hi,
i want add button to list view , with a dedicate function.

how to can i?

thank you

Re: add button

Reply #1
hi
please explain more.. its a very simple question but need more info..

Re: add button

Reply #2
Hi, I think that this can help u see the images

Re: add button

Reply #3
thank you!
if I want to add each record?

Re: add button

Reply #4
i want to add function to exchange with user.

'll explain better:
I have a giftcard table

each registered user inserts his own giftcard, the button exchanges, he must be able to exchange a card with another card of another user

Re: add button

Reply #5
I think that u need make a Modal Window with File upload option to change the card , can you show a printscreen of your table ?

Re: add button

Reply #6
@ocalle
this is table giftcard

Re: add button

Reply #7
In that table i see just records only, no see any image to exchange cards, which is the field that u need change between users?   Can you draw a draft with the idea?

Re: add button

Reply #8
@ocalle,

the table can be edited

I have no idea how to do it

I attach a hypothesis

Re: add button

Reply #9
Is it the same table for exchange?,  a field with user name would need it to choose one card and do an UPDATE command on the table
and a field with Allow or Not allowed ( when an user is logged) that 2 field would controll all existent updates i think.  plz find on Google some update commands on tables that allow do that and u will need put the code on the button.