Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - acvalle

1
Issues / MULTIPLE LIST PAGE
Hello, i have a problem:

1 - I created 6 list page of same table, (list1, list2,list3,..list6)
2 - I need to create a select field filter in each list page, with same fieldname and different datasource. Ezample:
"SELECT  DISTINCT dato2 AS value, dato2 AS label FROM archivos WHERE dato1='value1' ORDER BY dato2 ASC" ,
"SELECT  DISTINCT dato2 AS value, dato2 AS label FROM archivos WHERE dato1='value2' ORDER BY dato2 ASC"  ,
etc...
3 - Onle the list1 and list2 works. I see SharedController.php , and only existe 2 function, not 6.
   function archivos_archivosdato2_option_list()
   function archivos_archivosdato2_option_list_2()

Why???

Thanks

2
General Discussion / HOW TO USE USER_ID or USER_NAME
Hello, o need help, new here.

I need to filter in adding register un a table with the iddentified user. and this daes not work, why??

"SELECT nombre AS Responsable FROM responsables WHERE responsables.id = 'USER_ID' ORDER BY nombre ASC"

Thanks