Search found 9 matches
- Wed Apr 22, 2020 9:09 am
- Forum: Questions & Answers
- Topic: PRIM_WEB.PAGE in iOS loads just the first page of a multi page PDF
- Replies: 1
- Views: 6984
PRIM_WEB.PAGE in iOS loads just the first page of a multi page PDF
i made a very simple webpage (code found below) that loads a book in a PRIM_WEB.Page class and ran it in multiple devices. Running it on desktop/android devices, it loads the PDF in the PRIM_WEB.Page class and shows navigation buttons. When i run the same webpage in iOS it seems like it only loads ...
- Tue Apr 21, 2020 3:46 pm
- Forum: Questions & Answers
- Topic: Make web page use whole browser window
- Replies: 5
- Views: 25007
Re: Make web page use whole browser window
hello Art, i suggest using the table layout. these options for Size below(encircled) should make the webpage fit the width of the browser window


- Tue Apr 21, 2020 12:02 pm
- Forum: Questions & Answers
- Topic: Edit and Display formatting request - edit - client scrapped this specs
- Replies: 5
- Views: 9387
Re: Edit and Display formatting request
Update - client scrapped the specs. thanks for the input @atostaine
- Tue Apr 14, 2020 12:22 pm
- Forum: Questions & Answers
- Topic: Edit and Display formatting request - edit - client scrapped this specs
- Replies: 5
- Views: 9387
Re: Edit and Display formatting request
update.
i updated the RP and am using properties and events to signal the webpage where im using this when to set the edit/display modes on
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_PANL) Displayposition(1) Left(0) Tabposition(1) Top(0) Width(220) Height(30) Layoutmanager(#Layout ...
i updated the RP and am using properties and events to signal the webpage where im using this when to set the edit/display modes on
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_PANL) Displayposition(1) Left(0) Tabposition(1) Top(0) Width(220) Height(30) Layoutmanager(#Layout ...
- Wed Apr 08, 2020 12:15 pm
- Forum: Questions & Answers
- Topic: Edit and Display formatting request - edit - client scrapped this specs
- Replies: 5
- Views: 9387
Re: Edit and Display formatting request
Thanks Art,
i used your suggestion and came up with this, basically this RP has 2 fields. the display is formatted and visible when the edit isnt and vice versa. clicking the display will send you to the edit field (edit code Z) and should enable you to edit without decimals. upon leaving the edit ...
i used your suggestion and came up with this, basically this RP has 2 fields. the display is formatted and visible when the edit isnt and vice versa. clicking the display will send you to the edit field (edit code Z) and should enable you to edit without decimals. upon leaving the edit ...
- Fri Apr 03, 2020 6:51 pm
- Forum: Questions & Answers
- Topic: Edit and Display formatting request - edit - client scrapped this specs
- Replies: 5
- Views: 9387
Edit and Display formatting request - edit - client scrapped this specs
edit - client scrapped this specs
Greetings everyone, i hope everyone is doing well.
the customer wants a numeric field to look something like this when in display (top) and while editing (bottom)
https://i.imgur.com/66r7KSr.png
when being displayed it should show comma and decimal point ...
Greetings everyone, i hope everyone is doing well.
the customer wants a numeric field to look something like this when in display (top) and while editing (bottom)
https://i.imgur.com/66r7KSr.png
when being displayed it should show comma and decimal point ...
- Thu Jun 06, 2019 3:19 pm
- Forum: Questions & Answers
- Topic: VLFOne - Messaging via Message File
- Replies: 10
- Views: 16365
Re: VLFOne - Messaging via Message File
thanks for the feedback Mark
- Fri May 24, 2019 5:09 pm
- Forum: Questions & Answers
- Topic: VLFOne - Messaging via Message File
- Replies: 10
- Views: 16365
Re: VLFOne - Messaging via Message File
this is how the VLF Win handles sending messages. the message file is found in the iSeries server.

and this is what i did, i just hard coded the message description and used avIssueMessage


and this is what i did, i just hard coded the message description and used avIssueMessage

- Fri May 24, 2019 1:52 pm
- Forum: Questions & Answers
- Topic: VLFOne - Messaging via Message File
- Replies: 10
- Views: 16365
VLFOne - Messaging via Message File
Greetings everyone,
I’m working on a project where we are converting a VLF Win application into a VLF One version. I would like to ask how you guys handle generating client side messages when messages are stored in an message file? Currently im manually writing an identical message, but if I can ...
I’m working on a project where we are converting a VLF Win application into a VLF One version. I would like to ask how you guys handle generating client side messages when messages are stored in an message file? Currently im manually writing an identical message, but if I can ...