Can anyone suggest a viable alternative to a list view in web client when i want to display 3 or 4 sub records on a tab panel from a related table and be able to have some drop down and text entry fields within it.
In my Smart Client solution i use a list view with a 2-3 inch body, but this of course wont work in web client as it messes all the fields up.
Will a portal work in web-client? or is there a better alternative.
David
Hi David
‘top of head’ thought would be to show all the required fields in a multi-line label then have an ‘onClick’ method that displayed them in a WebClient ‘fake’ FID - as we discussed - that contained your editable fields.
HTH
Graham Greensall
Brilliant,
just have a table view of the injuries and then an edit button, bringing up this hidden tab panel and poulating it through a global relationship!!
Genius,
Now how do you get the edit button to be bigger when displaying in a table view in ie!!!
Flattery will get you everywhere!!
Just make the entire label a button by attaching an onAction method to it.
However, in order to maintain a standard GUI look between XP and OSX you should de-select the ‘showClick’ and ‘showFocus’ properties and change rolloverCursor to Hand.
Regards
Graham