Search found 28 matches
- Thu Apr 09, 2015 1:44 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG] EZI Documentation
- Replies: 1
- Views: 2487
[RPG] EZI Documentation
Is there any documentation for the enumeration values for EZI parameters. For example the Panel.EZIOverallStyle is just a number. What are the specifics regarding that number, i.e. brush, shading, lines/no-lines, etc. Also, I'm sure there are other properties like this. Where can we find the ...
- Wed Apr 30, 2014 2:50 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: (RDMLX) Change DD to label issue
- Replies: 15
- Views: 10578
Re: (RDMLX) Change DD to label issue
Steve
In your original code (which generated the error), are you using "Set_Label" or "Set_Dropdown disabled(True)"? If it is the former, then this would generate the error you show. The latter should work and show your dropdown "as a label". Also, are you passing the LRNG_Form as a parameter and ...
In your original code (which generated the error), are you using "Set_Label" or "Set_Dropdown disabled(True)"? If it is the former, then this would generate the error you show. The latter should work and show your dropdown "as a label". Also, are you passing the LRNG_Form as a parameter and ...
- Thu Apr 24, 2014 12:58 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using a Map in a Form popover is not acting correctly RDMLX
- Replies: 10
- Views: 7266
Re: Using a Map in a Form popover is not acting correctly RD
Use this:
If Cond(#COM_OWNER.ScreenOrientation = 'PORTRAIT')
#std_num := #com_owner.DevicePixelHeight * .60
Else
#std_num := #com_owner.DevicePixelWidth * .60
Endif
#COM_OWNER.Set_Form Show_Popover(True)
#COM_OWNER.Set_Form Name('/Form.Popover') Grid_Col_N(1) Grid_Col_Width(100%)
#COM_OWNER.Set ...
If Cond(#COM_OWNER.ScreenOrientation = 'PORTRAIT')
#std_num := #com_owner.DevicePixelHeight * .60
Else
#std_num := #com_owner.DevicePixelWidth * .60
Endif
#COM_OWNER.Set_Form Show_Popover(True)
#COM_OWNER.Set_Form Name('/Form.Popover') Grid_Col_N(1) Grid_Col_Width(100%)
#COM_OWNER.Set ...
- Wed Apr 23, 2014 3:51 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using a Map in a Form popover is not acting correctly RDMLX
- Replies: 10
- Views: 7266
Re: Using a Map in a Form popover is not acting correctly RD
Paul, as I am stuggling to understand the exact code to perform what I want to do, could you please just provide a sample that will solve this situation. Thanks.
- Tue Apr 22, 2014 5:58 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Using a Map in a Form popover is not acting correctly RDMLX
- Replies: 10
- Views: 7266
Using a Map in a Form popover is not acting correctly RDMLX
I want to display a map in a popover. I want the popover to have a height of 60% and I want the map to take the entire space of the popover. I have code that looks like this:
#COM_OWNER.Set_Form Name('/Form.Popover') Grid_Row_N(1) Grid_Row_Height(60%) Show_Popover(True)
#COM_OWNER.Set_Form Name ...
#COM_OWNER.Set_Form Name('/Form.Popover') Grid_Row_N(1) Grid_Row_Height(60%) Show_Popover(True)
#COM_OWNER.Set_Form Name ...
- Tue Apr 22, 2014 5:51 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Retrieving the current FormView Name
- Replies: 6
- Views: 5404
Re: Retrieving the current FormView Name
Or, if we cannot get the FormViewName from the schema, would it be possible to change the SwitchToFormView to accept a FormViewID rather than a FormViewName?
- Fri Apr 18, 2014 4:11 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Retrieving the current FormView Name
- Replies: 6
- Views: 5404
Re: Retrieving the current FormView Name
But I am asking if it is possible to retrieve the Name of the Current FormView if I have given it a name. Is this possible?
- Thu Apr 17, 2014 12:30 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Retrieving the current FormView Name
- Replies: 6
- Views: 5404
Retrieving the current FormView Name
Is there a way to get the name of the FormView that I am in? I know that I can get the FormViewID, but I need to know in which FormView I reside in order to do somthing else.
- Sat Apr 12, 2014 7:42 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: RDMLX Userid associated with host task- change
- Replies: 2
- Views: 3017
Re: RDMLX Userid associated with host task- change
Look at the RDML code of function UFU001 (VLF Web IIP for Logon). This should do what you want.
- Tue Apr 08, 2014 8:35 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: retrieving the host and port from a session definition
- Replies: 8
- Views: 6171