Search found 51 matches
- Tue Oct 18, 2016 1:44 pm
- Forum: Questions & Answers
- Topic: DisplayOnly Property
- Replies: 1
- Views: 864
Re: DisplayOnly Property
I found the class I was looking for. Instead of using #prim_evp, I can use #prim_evef which gives me access to the DisplayOnly property.
- Tue Oct 18, 2016 11:36 am
- Forum: Questions & Answers
- Topic: DisplayOnly Property
- Replies: 1
- Views: 864
DisplayOnly Property
In the past I have been able to dynamically set fields and dropdowns in a Windows VL UI using collections and setting the ReadOnly property. In VL Web there is a great new property DisplayOnly which not only sets the component to read only but also automatically changes its appearance. So I want to ...
- Thu Sep 22, 2016 9:52 pm
- Forum: Questions & Answers
- Topic: Is it possible to apply Visual LANSA theme draw style to VLF-ONE command handler?
- Replies: 9
- Views: 6796
Re: Is it possible to apply Visual LANSA theme draw style to VLF-ONE command handler?
Hi Stewart, Mark, Thanks for the additional information. I was able to achieve the result I wanted by setting the WebPage theme in the VLF-ONE IIP using the statement: #sys_web.WebPage.Theme <= #MyTheme This technique allows me to customize both the overall theme of the VLF-ONE and still use the The...
- Thu Sep 22, 2016 11:02 am
- Forum: Questions & Answers
- Topic: Is it possible to apply Visual LANSA theme draw style to VLF-ONE command handler?
- Replies: 9
- Views: 6796
Re: Is it possible to apply Visual LANSA theme draw style to VLF-ONE command handler?
Hi Mark, Thank you for the information it was very helpful. I have been able to achieved my goal of using a corporate colour scheme in a VL Web Page. This is the concept I have been trying to reproduce in VLF-ONE. The way I went about it is a little different to how you explained. The steps to imple...
- Wed Sep 21, 2016 10:49 pm
- Forum: Questions & Answers
- Topic: Is it possible to apply Visual LANSA theme draw style to VLF-ONE command handler?
- Replies: 9
- Views: 6796
Re: Is it possible to apply Visual LANSA theme draw style to VLF-ONE command handler?
Hi Mark, I have a similar question so I thought I would continue this thread. I have a need to customize the VLF-ONE colours to follow a corporate colour scheme. I was able to implement the snap in theme customizer and modify various aspects of the VLFONE using the VF_SY170O properties. Set Com(#New...
- Mon Jul 18, 2016 4:24 pm
- Forum: Tips and Techniques
- Topic: If you are thinking about structuring VLF-ONE server modules this is probably worth reviewing ......
- Replies: 6
- Views: 4042
Re: If you are thinking about structuring VLF-ONE server modules this is probably worth reviewing ......
Hi Mark, I was investigating the structuring of VLF-ONE Server Modules on the link provided. I like the way it is structured. I was interested to see the use of the scope(*application) in Server Modules: Define_Com Class(#DF_T53SSO) Name(#MyServerSystem) Scope(*APPLICATION) On the client side this w...
- Wed Jul 13, 2016 6:38 am
- Forum: Questions & Answers
- Topic: Input Capable List TabbingStyle property - VL Web
- Replies: 3
- Views: 1910
Re: Input Capable List TabbingStyle property - VL Web
Hi Stewart,
That's great news. We can hold off until SP1.
Thank you,
David
That's great news. We can hold off until SP1.
Thank you,
David
- Tue Jul 12, 2016 10:53 am
- Forum: Questions & Answers
- Topic: Input Capable List TabbingStyle property - VL Web
- Replies: 3
- Views: 1910
Input Capable List TabbingStyle property - VL Web
Hi, I am trying to see if I can replicate an input capable grid from VL in VL Web. In VL the #prim_grid control has a property 'TabbingStyle' which I can set to 'AroundGrid' to allow me to tab from cell to cell in the grid. In VL Web there is no #prim_grid available, so I attempted to use #prim_list...
- Wed Jul 06, 2016 3:49 pm
- Forum: Questions & Answers
- Topic: Static Picklist in #prim_list - VL Web
- Replies: 1
- Views: 1353
Static Picklist in #prim_list - VL Web
I am playing around with field visualizations in a #prim_list for data entry in VL Web. I have a field with a default Static picklist visualization. I am trying to get the visualization to appear in a #prim_list without any luck. When I drag the field into the list and set readonly false I get the e...
- Fri Jun 24, 2016 12:05 pm
- Forum: Questions & Answers
- Topic: VL Web - #prim_var not supported on the web
- Replies: 2
- Views: 1824
Re: VL Web - #prim_var not supported on the web
Hi Stewart, Thank you for the response. I was attempting to design a generic base component that could return a code which could be either alpha or numeric based on derived object. So I thought I would give #prim_var a try. When I saw the message I was interested why. It is a non issue as there are ...
- Thu Jun 23, 2016 10:07 pm
- Forum: Questions & Answers
- Topic: VL Web - #prim_var not supported on the web
- Replies: 2
- Views: 1824
VL Web - #prim_var not supported on the web
Hi,
I attempted to use the #prim_var class in a reusable part with a target platform 'Web Browser'. I get the message 'PRIM_VAR is not supported on the Web'.
Will this be implemented in the future or is this a limitation of the Web platform?
Regards,
David Balazic
I attempted to use the #prim_var class in a reusable part with a target platform 'Web Browser'. I get the message 'PRIM_VAR is not supported on the Web'.
Will this be implemented in the future or is this a limitation of the Web platform?
Regards,
David Balazic