Search found 690 matches
- Thu Oct 03, 2019 2:45 am
- Forum: Questions & Answers
- Topic: VL Web Google Line Chart - (RESOLVED)
- Replies: 1
- Views: 830
Re: VL Web Google Line Chart
Good grief, this caused me all kinds of headaches. I really, really don't like Javascript, but sometimes its the only way to get stuff done. The main problem is that I need to transpose the list, basically make the top row columns and the first column rows. I could not figure out a way to do this in...
- Wed Oct 02, 2019 4:10 am
- Forum: Questions & Answers
- Topic: VL Web Google Line Chart - (RESOLVED)
- Replies: 1
- Views: 830
VL Web Google Line Chart - (RESOLVED)
I am trying to get a widget to display some summary data. What I'm struggling with getting my data shaped in a way that can be presented in a Google Line Chart. I have data that looks like this, where each month is a calculated value (all in a List definition). def_list name(#Trendlines) fields(#wk_...
- Tue Oct 01, 2019 12:09 am
- Forum: Suggestions for Product Enhancements
- Topic: Free Form Text Block in Code Editor
- Replies: 3
- Views: 5634
Free Form Text Block in Code Editor
Do the developers still pay attention to this board? The board description mentions that all entries will acknowledged, but a lot of these go unacknowledged. In case they do, it would be nice to have a free format text block in the IDE editor. The editor is VERY demanding with its spacing and indent...
- Sat Sep 28, 2019 6:06 am
- Forum: Questions & Answers
- Topic: VLF-ONE Deep Menu (RESOLVED)
- Replies: 2
- Views: 855
Re: VLF-ONE Deep Menu
Huh, I have no idea how I missed that.
Thanks!
Thanks!
- Sat Sep 28, 2019 3:54 am
- Forum: Questions & Answers
- Topic: VLF-ONE Deep Menu (RESOLVED)
- Replies: 2
- Views: 855
VLF-ONE Deep Menu (RESOLVED)
I just noticed that the VLF-ONE Example Applications has a deeper menu structure then the other apps. See how under "Example Applications" there is a Foundation menu item and then the Object menus. Capture.PNG How do you get this other menu item (Foundation, Advanced Use Cases) in the Framework? Tha...
- Sat Sep 28, 2019 3:50 am
- Forum: Questions & Answers
- Topic: Screen designs
- Replies: 1
- Views: 786
Re: Screen designs
It sounds like you are trying to drill down into Orders -> Order Details & Order Lines -> Order Line Details. Order Details and Order Lines can all be shown in the Commands for the Order Instance, i.e. one command for Details, one command for Lines. Where you will run into a problem is when you want...
- Tue Sep 24, 2019 11:36 pm
- Forum: Questions & Answers
- Topic: Visual LANSA Context Menu
- Replies: 7
- Views: 1793
Re: Visual LANSA Context Menu
We do this with a popup window in our VLF-ONE app Capture.PNG The navigation list is pretty simple define_com class(#PRIM_PPNL) name(#NavigationPopup) LayoutManager(#NavigationPopupLayout) TitleBar(True) TitleBarThemeDrawStyle('PopupTitleBar') Left(633) Top(40) Height(225) define_com class(#PRIM_MD....
- Thu Sep 19, 2019 5:36 am
- Forum: Questions & Answers
- Topic: Report with images
- Replies: 6
- Views: 1677
Re: Report with images
We use Integrator's PDFDocumentService quite a bit. After the initial shock of having to write the XML template, it really is not that bad and most of my templates are pretty small. There is some trial and error involved to get the spacing right, but after a couple you tend to get an idea of what's ...
- Fri Aug 23, 2019 1:22 am
- Forum: Suggestions for Product Enhancements
- Topic: Remove Local Throttling
- Replies: 0
- Views: 3938
Remove Local Throttling
Please remove the localhost throttling in VLWEB. I can't tell you how many times I am working through a scenario and everything locks up it waits for the a throttled request to complete. This is VERY frustrating as I think something has gone wrong only to realize I am fighting VLWeb's runtime. In Ch...
- Thu Aug 22, 2019 11:37 pm
- Forum: Questions & Answers
- Topic: VL WEb Browser Console Messsage (RESOLVED)
- Replies: 5
- Views: 1357
Re: VL WEb Browser Console Messsage
Chrome thinks the scripts are blocking the UI to much. There are quite a few posts on StackOverflow about it mainly from a couple years ago when Chrome introduced the feature. Here are a couple: https://stackoverflow.com/questions/43274361/violation-readystatechange-handler-took-760ms-after-update-t...
- Sat Jul 27, 2019 12:33 am
- Forum: Questions & Answers
- Topic: VLF-ONE Back Button / Back Space
- Replies: 9
- Views: 2184
Re: VLF-ONE Back Button / Back Space
Oh man, that would be nice! I know that other frameworks (Angular, React, Ember, Vue etc.) have solved this, but I don't know how they have done so. I don't know how you would make the underlying details work but these are my thoughts from a VLF-ONE developer perspective. I think that each Applicati...
- Fri Jul 26, 2019 3:04 am
- Forum: Suggestions for Product Enhancements
- Topic: Debugger Irritants
- Replies: 7
- Views: 4130
Re: Debugger Irritants
+1 on visibility into lists and collections.
Joe
Joe
- Tue Jul 23, 2019 11:42 pm
- Forum: Questions & Answers
- Topic: VLF-ONE Back Button / Back Space
- Replies: 9
- Views: 2184
Re: VLF-ONE Back Button / Back Space
If I just leave the querystring in place and DO NOT call uTerminate then it works.
I'm assuming then that this is safe to do, not calling uTerminate when the page closes.
Joe
I'm assuming then that this is safe to do, not calling uTerminate when the page closes.
Joe
- Sat Jul 20, 2019 1:21 am
- Forum: Questions & Answers
- Topic: Trace File Best Practices
- Replies: 2
- Views: 903
Re: Trace File Best Practices
I contacted support who in turn contacted the developers about this. Here is their response Joe is correct in his concerns about multiple processes. The tracing object will be instantiated by the first object to run on the server, and it will open, and lock the file being written to. So when another...
- Sat Jul 20, 2019 12:19 am
- Forum: Questions & Answers
- Topic: VLF-ONE Back Button / Back Space
- Replies: 9
- Views: 2184
VLF-ONE Back Button / Back Space
A lot of our users are complaining about hitting the back space in VLF-ONE and it taking them back a page like the back button. I recognize that this is a browser issue and that Chrome removed that "feature" and FireFox has a way to disable it. IE and Edge however still behave that way and a lot of ...
- Thu Jul 11, 2019 3:58 am
- Forum: Questions & Answers
- Topic: Trace File Best Practices
- Replies: 2
- Views: 903
Trace File Best Practices
When using a trace handler that implements #PRIM_APP.iTraceHandler the example the docs show uses an incrementing file counter. Something like this Mthroutine Name(GetNextFile) Access(*Private) Define_Map For(*Result) Class(#Prim_alph) Name(#Result) Define_Com Class(#prim_nmbr) Name(#Extension) Begi...
- Tue Jun 11, 2019 12:42 am
- Forum: Questions & Answers
- Topic: DateTimeField Calendar Functionality
- Replies: 3
- Views: 1112
Re: DateTimeField Calendar Functionality
I am getting the same behavior. Although I have noticed when you select a date in the previous or next month, the whole month display changes and the day selected has primary style whereas the cell that you clicked has a secondary theme. Here it's defaulted to today (June 10th). Capture1.PNG Then se...
- Tue Jun 11, 2019 12:26 am
- Forum: Questions & Answers
- Topic: Consuming a webservice from a server side function on IBM i
- Replies: 3
- Views: 1075
Re: Consuming a webservice from a server side function on IBM i
I may be missing something specific to your scenario, but you can use XPRIM_HttpRequest from a Function. I have not tried on the IBM i in a batch process, but I don't see why it would not work. This is Function that makes a simple HTTP request to Google and I get the response back. function options(...
- Tue Jun 11, 2019 12:07 am
- Forum: Questions & Answers
- Topic: Retrieving API request body
- Replies: 6
- Views: 1552
Re: Retrieving API request body
If you are trying to read the body of a request, and its JSON, you can use the PRIM_JSON_Document. Here is an example of reading POSTDATA from a request. The POSTDATA contains an array of "links". Note the APIContext seen here is a helper class that formats the proper response codes and messages. de...
- Thu Jun 06, 2019 6:09 am
- Forum: Questions & Answers
- Topic: Consuming a webservice from a server side function on IBM i
- Replies: 3
- Views: 1075
Re: Consuming a webservice from a server side function on IBM i
Are you referring to executing from an actual Function (ie. in a Process) or just executing from a server side component? I've done it using XPRIM_HTTPRequest wrapped in a Server Side Reusable Part which is called from the Server Module. I assume the same would work inside a Function. Regarding the ...