Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

Jump to Edit from List Button

$
0
0
I have a button in a list http://localhost/dlrpage_list.php

When pushed it creates a record in a different table via CustomSQL insert, and captures the key field value of that new record.

So I want to jump from the list over to the new record in the new table in Edit mode as the user has some additional data to add.
Something like
http://localhost/transactions_batch_edit.php?editid1=1103647

I have attempted various code and either nothing happens or I get a server error, without any error data.

Please what is the proper way to code this?

Viewing all articles
Browse latest Browse all 2586

Trending Articles