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 - gioco

1
General Discussion / Export to DOC
Dear Sirs,

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 in advance.
Gio
6
General Discussion / BUTTON TO CUSTOM PAGE
Dear Sirs,

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) ?

Thank you in advance.
Giovanni Coa
8
Questions / List View and multiple value in a field
Dear Sirs,

Suppose I've this table called POSTS:

POST_ID,
POST_TITLE,
POST_REGION

And this table called REGIONS:

REGION_ID,
REGION_NAME

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