Search found 18 matches
- Wed Jul 31, 2019 6:48 am
- Forum: Questions & Answers
- Topic: VLF-One Printing (RESOLVED)
- Replies: 5
- Views: 13013
Re: VLF-One Printing
This is working. Thanks for your help.
- Tue Jul 30, 2019 3:24 am
- Forum: Questions & Answers
- Topic: VLF-One Printing (RESOLVED)
- Replies: 5
- Views: 13013
VLF-One Printing (RESOLVED)
We are trying to use the uInsertImage method in DF_T69CTO.
#Report.uInsertImage Name("abacus.png") Fromtop(#UseTop + 15) Fromleft(20) Height(30) Sourcepath('C:\LANSAG14\X_WIN64\X_LANSA\x_DEM\web\vl\vlfone\images\Other\')
The result is border outline in the position that the image should be. No ...
#Report.uInsertImage Name("abacus.png") Fromtop(#UseTop + 15) Fromleft(20) Height(30) Sourcepath('C:\LANSAG14\X_WIN64\X_LANSA\x_DEM\web\vl\vlfone\images\Other\')
The result is border outline in the position that the image should be. No ...
- Thu Jul 25, 2019 7:11 am
- Forum: Questions & Answers
- Topic: VLF-One IIS Reverse proxy(SOLVED)
- Replies: 6
- Views: 10982
Re: VLF-One IIS Reverse proxy
Thanks for the help.
I used the technique at
https://docs.lansa.com/14/en/lansa048/i ... 8_2915.htm (option 2)
works great.
I used the technique at
https://docs.lansa.com/14/en/lansa048/i ... 8_2915.htm (option 2)
works great.
- Wed Jul 24, 2019 12:02 am
- Forum: Questions & Answers
- Topic: VLF-One IIS Reverse proxy(SOLVED)
- Replies: 6
- Views: 10982
Re: VLF-One IIS Reverse proxy
Fiddler trace attached for rewrite rule to VLF-On URL
- Tue Jul 23, 2019 12:50 am
- Forum: Questions & Answers
- Topic: VLF-One IIS Reverse proxy(SOLVED)
- Replies: 6
- Views: 10982
VLF-One IIS Reverse proxy(SOLVED)
I am trying to set up an IIS server as a reverse proxy to VLF_one.
I can add and run a rewrite rule from localhost to localhost:8080 to serve the default LANSA pages and also add rewrite rules to other servers.
When I add a rewrite rule to any VLF_One URL I get a blank page. No error but no VLF ...
I can add and run a rewrite rule from localhost to localhost:8080 to serve the default LANSA pages and also add rewrite rules to other servers.
When I add a rewrite rule to any VLF_One URL I get a blank page. No error but no VLF ...
- Mon Feb 04, 2019 12:20 am
- Forum: Questions & Answers
- Topic: Grid Cell focus
- Replies: 0
- Views: 21018
Grid Cell focus
I am trying to set the focus in a cell as follows but it is not working. Any suggestions?
Selectlist Named(#GRID_DTL)
Set Com(#GRID_DTL.CurrentItem.Cell<4>) Visualstyle(*null)
Upd_Entry In_List(#GRID_DTL)
*validate
#com_self.GETUM
#COM_SELF.VAL_QTY
If (#RET_CODE = 'ER')
Set Com(#GRID_DTL ...
Selectlist Named(#GRID_DTL)
Set Com(#GRID_DTL.CurrentItem.Cell<4>) Visualstyle(*null)
Upd_Entry In_List(#GRID_DTL)
*validate
#com_self.GETUM
#COM_SELF.VAL_QTY
If (#RET_CODE = 'ER')
Set Com(#GRID_DTL ...
- Sat Dec 08, 2018 6:13 am
- Forum: Questions & Answers
- Topic: Import Tables From IBM i
- Replies: 9
- Views: 18620
Re: Import Tables From IBM i
This problem was "corrected" by deleting the partition in VL. After recreating the partition the suffix is not being added to the field names.
- Fri Dec 07, 2018 3:21 am
- Forum: Questions & Answers
- Topic: Import Tables From IBM i
- Replies: 9
- Views: 18620
Re: Import Tables From IBM i
There are no OH* fields on the master.
- Fri Dec 07, 2018 2:51 am
- Forum: Questions & Answers
- Topic: Import Tables From IBM i
- Replies: 9
- Views: 18620
Re: Import Tables From IBM i
Deleted the other file and all fields that start with OH from the repository and reloaded the file. The import is still adding a suffix.
- Thu Nov 29, 2018 12:10 pm
- Forum: Questions & Answers
- Topic: Import Tables From IBM i
- Replies: 9
- Views: 18620
Import Tables From IBM i
The' Import Tables From IBM i' is creating fields with suffixes for fields that already exist in the repository with the same attributes. In one case where the field does not exist a suffix is being added. Is there a way to stop this from happening?
- Fri May 11, 2018 11:15 pm
- Forum: Questions & Answers
- Topic: VLFOne Size filter & instance list and set column selection
- Replies: 6
- Views: 11228
Re: VLFOne Size filter & instance list and set column selection
Using the command below allowed us to hide columns in the instance list. This is done on the first display of the filter and then the user can manipulate the column display as required.
#AVLISTMANAGER.avVisualList.columns<12>.columnvisible := False
The problem is that the Column Select popup is ...
#AVLISTMANAGER.avVisualList.columns<12>.columnvisible := False
The problem is that the Column Select popup is ...
- Sat May 05, 2018 6:50 am
- Forum: Questions & Answers
- Topic: VLFOne Size filter & instance list and set column selection
- Replies: 6
- Views: 11228
Re: VLFOne Size filter & instance list and set column selection
Thanks for the replies.
Casey I have tried the line of code you suggested but it is not working. AM I missing something?
Casey I have tried the line of code you suggested but it is not working. AM I missing something?
- Wed May 02, 2018 6:49 am
- Forum: Questions & Answers
- Topic: VLFOne Size filter & instance list and set column selection
- Replies: 6
- Views: 11228
VLFOne Size filter & instance list and set column selection
We have been asked to set the width of the filter and instance list based on the display resolution. We have implemented the width setting for the filter (VF_AC007O) in the uInitialize routine using
#COM_ancestor.width := #fwidth
This is only effective if the BO filter does not have entries in the ...
#COM_ancestor.width := #fwidth
This is only effective if the BO filter does not have entries in the ...
- Tue Mar 27, 2018 1:59 am
- Forum: Questions & Answers
- Topic: VLF-One Maximize Panel
- Replies: 2
- Views: 4329
Re: VLF-One Maximize Panel
Thanks Mark. At this point we will await the EPC.
- Sat Mar 24, 2018 3:53 am
- Forum: Questions & Answers
- Topic: VLF-One Maximize Panel
- Replies: 2
- Views: 4329
VLF-One Maximize Panel
In VLF-One, we have business objects with no filter and a RAMP command handler as a business object command.
When the panel is displayed it is only using part of the available display space.
We would like the panel to "maximize" and use all available space.
How can this be implemented?
When the panel is displayed it is only using part of the available display space.
We would like the panel to "maximize" and use all available space.
How can this be implemented?
- Fri Mar 23, 2018 4:31 am
- Forum: Questions & Answers
- Topic: SELECT_SQL - Connect to server
- Replies: 5
- Views: 12362
Re: SELECT_SQL - Connect to server
The method you described is what we are doing right now but there are some issues when using independent workstations and a git repository.
If two developers work on the same object they will overlay each others changes when delivering to the iSeries.
If the iSeries repository is updated from the ...
If two developers work on the same object they will overlay each others changes when delivering to the iSeries.
If the iSeries repository is updated from the ...
- Fri Mar 16, 2018 7:14 am
- Forum: Questions & Answers
- Topic: SELECT_SQL - Connect to server
- Replies: 5
- Views: 12362
SELECT_SQL - Connect to server
With Independent Windows Workstation and VLF-ONE development we have the problem of there being no data available in the local database for the developer to test with. The specific situation encountered here is VLF-ONE development. To allow VLF-ONE server modules to connect to an iSeries database ...
- Wed Oct 26, 2016 4:09 am
- Forum: Questions & Answers
- Topic: VL Grid
- Replies: 3
- Views: 7685
VL Grid
Is there any way to wrap the caption in a grid column?