I want to export my selected list in a DOC file. Unfotunately the system by default print the column in horizontal, like an excel table. Instead of that I would like to print any field in vertical and separate any record by a New Page in Word.
Like UNION PRINT in Word I like to print the list of elements in table as a sheet with columns as paragraphs.
Thank you. Where I can found a list of PHPRad available variables? If I want to pass the list of selected row in the list view to any external script, how can I retrieve the list of column values ?
I want to call external script but I need to pass some variables or cookies or using file system across pages internal and external to PhpRAD. What is the best way to accomplish this?
i want to use custom php script outside the phprad application when I press a button in the list view. I need to pass to the external link the list of selected elements in the list (the id of) ?
I want to put multiple REGION_ID in the POST_REGION field separated by commas. If I put value 1,2,3 in the POST_REGION field I see different results in the LIST PAGE and the VIEW PAGE. In the view page I'm able to see something like this
REGION A,
REGION B,
REGION C, selected.
In the list page I only obtain REGION A using JOIN, but I completely lost information abount REGION B, and REGION C.
Have you any suggestion about this ? Thank you in advance. Gio