Form instead of standard show details

Hello

Can I in a grid instead of the normal detailed view a form represent?
A form can I represent the data better. :rolleyes:

Bye
Mansaylon

yes you can but here is the rub the icon will change to being a edit icon.
All you have to do is to take your current add form and copy it and adjust it to be read only.
then create a link and check the option Display button (new row) on the grid toolbar
This will put a icon on the record level and set the application link to your read only for you modified from the copy.
Then just remove the detail checkbox from the settings section.

my 2 cents

Kevin

Thank you.
Is a solution … but irritating for the user.
There’s ‘Edit’ rather than ‘Detail’ :wink:

Like I said it’s a rub , but because it says edit isn’t a big deal
Cause you can’t edit it

I am on SC6 and I don’t see them ever changing it

Again my 2 cents

Last post on this

No you need to uncheck the detail option in the settings section
That removes the detail link

Look at my first post and the last information line I gave you

My 2 cents

I found it.
Now it is almost perfect :wink:
It is a pity that you can not customize the button. And that the wrong note is.

Mansaylon

You can create an html image field in the grid app: Fields -> New Field.
In the field setting, choose an icon you like and link the field to your form.
In the link setting you can set the hint text so that on mouse over you can show the user the text you want.
Than just move this field up first in the list of shown fields, so that when run it will be the first in the grid from the left.
If you don’t want anything in its column header (like the original detail\edit icons column) empty the field label.
Done.

Add to this, on link, to pass value ‘Y’ to readonly global. And on the onLoad, if [readonly] == ‘Y’ { sc_readonly(Field) … And you dont need 2 forma.sorry, im from mobile