20.05.2016, 15:58
Hey guys,
I'm trying to make a list(dialog) which displays variable logs. Each log is marked by an SqlID(meaning they're not sorted by 0..1..2..3.., they might be sorted as 3..5..11.93..).
How can I save the SqlID in order to use it in a sub dialog?
I'll try to demonstrate it
__ DIALOG __
ID: 2 | By: Forum_SAMP | Date 22/11/00
ID: 8 | By: Forum_SAMP | Date 22/11/00
ID: 12 | By: Forum_SAMP | Date 22/11/00
ID: 23 | By: Forum_SAMP | Date 22/11/00
When I click on one of these, it looks for the row(by the ID) in a table(mysql) and opens up a dialog msg box with information about this log. However, I dont manage to save up the ID for furthur use. Any tips?
+REPing the helpers
I'm trying to make a list(dialog) which displays variable logs. Each log is marked by an SqlID(meaning they're not sorted by 0..1..2..3.., they might be sorted as 3..5..11.93..).
How can I save the SqlID in order to use it in a sub dialog?
I'll try to demonstrate it
__ DIALOG __
ID: 2 | By: Forum_SAMP | Date 22/11/00
ID: 8 | By: Forum_SAMP | Date 22/11/00
ID: 12 | By: Forum_SAMP | Date 22/11/00
ID: 23 | By: Forum_SAMP | Date 22/11/00
When I click on one of these, it looks for the row(by the ID) in a table(mysql) and opens up a dialog msg box with information about this log. However, I dont manage to save up the ID for furthur use. Any tips?
+REPing the helpers