Hi,
Ohhh, I never thought about that! Thank you for your advice. I will try it.
Best Regards,
Megumi Sawada
Search found 79 matches
- Tue Jun 04, 2024 6:13 pm
- Forum: Questions & Answers
- Topic: 2 SQLs lock the file
- Replies: 2
- Views: 9692
- Mon Jun 03, 2024 12:51 pm
- Forum: Questions & Answers
- Topic: 2 SQLs lock the file
- Replies: 2
- Views: 9692
2 SQLs lock the file
Hi,
In my Server Module, Select_Sql command is used to read a file.
When Select_Sql is executed, I believe that target file will be locked(*SHRRD shared lock) and the lock will be released after execution.
However, the file will remain locked by LWEB_JOB if the following conditions are both applied ...
In my Server Module, Select_Sql command is used to read a file.
When Select_Sql is executed, I believe that target file will be locked(*SHRRD shared lock) and the lock will be released after execution.
However, the file will remain locked by LWEB_JOB if the following conditions are both applied ...
- Thu Nov 09, 2023 1:35 pm
- Forum: Questions & Answers
- Topic: Prevent focus move with arrow keys
- Replies: 0
- Views: 206894
Prevent focus move with arrow keys
Hi All,
I believe you can move focus on webpage with arrow keys for push buttons, radio buttons and checkboxes.
Is there any way to prevent this focus move with arrow keys?
I'd like to keep moving focus with tab key, so I cannot set Tabstop(false) to those controls.
Thank you in advance.
Best ...
I believe you can move focus on webpage with arrow keys for push buttons, radio buttons and checkboxes.
Is there any way to prevent this focus move with arrow keys?
I'd like to keep moving focus with tab key, so I cannot set Tabstop(false) to those controls.
Thank you in advance.
Best ...
- Tue Jul 25, 2023 3:53 pm
- Forum: Questions & Answers
- Topic: Filepicker in the list
- Replies: 6
- Views: 16589
Re: Filepicker in the list
Hi Dino,
Thank you for your reply.
Based on your advice and sample, I have succeeded in implementing what I desire.
Thank you!
Best Regards,
Megumi Sawada
Thank you for your reply.
Based on your advice and sample, I have succeeded in implementing what I desire.
Thank you!
Best Regards,
Megumi Sawada
- Wed Jul 19, 2023 11:26 am
- Forum: Questions & Answers
- Topic: Filepicker in the list
- Replies: 6
- Views: 16589
Re: Filepicker in the list
Hi,
I have successfully impremented the reusable parts in the list to file pick!
However, I would like to set BLOB value to other field in the list as well.
(I would like to upd_entry the same row of the list which file selected with the BLOB value.)
Is it possible to do so?
I think I should use ...
I have successfully impremented the reusable parts in the list to file pick!
However, I would like to set BLOB value to other field in the list as well.
(I would like to upd_entry the same row of the list which file selected with the BLOB value.)
Is it possible to do so?
I think I should use ...
- Fri Jul 14, 2023 6:21 pm
- Forum: Questions & Answers
- Topic: 6 digit milli-second Date time value
- Replies: 3
- Views: 9914
Re: 6 digit milli-second Date time value
Hi René and Dino,
Thank you for your reply. These helps me a lot!
Best Regards,
Megumi Sawada
Thank you for your reply. These helps me a lot!
Best Regards,
Megumi Sawada
- Thu Jul 13, 2023 6:19 pm
- Forum: Questions & Answers
- Topic: 6 digit milli-second Date time value
- Replies: 3
- Views: 9914
6 digit milli-second Date time value
Hi All,
I'm trying to get the current date time (in ISO 8601 format).
#DateTime1.Value := #DATETIMEX.Now
will return value like 2023-07-13 04:47:40.747.
As you can see, milli-seconde will be 3 digit.
Is there anyway to get 6 digit milli-second value like 2023-07-13 04:47:40.747123?
I tried ...
I'm trying to get the current date time (in ISO 8601 format).
#DateTime1.Value := #DATETIMEX.Now
will return value like 2023-07-13 04:47:40.747.
As you can see, milli-seconde will be 3 digit.
Is there anyway to get 6 digit milli-second value like 2023-07-13 04:47:40.747123?
I tried ...
- Thu Jul 13, 2023 10:25 am
- Forum: Questions & Answers
- Topic: Filepicker in the list
- Replies: 6
- Views: 16589
Re: Filepicker in the list
Hi Dino,
Thank you!!
I'll try these.
Best Regards,
Megumi Sawada
Thank you!!
I'll try these.
Best Regards,
Megumi Sawada
- Wed Jul 12, 2023 2:09 pm
- Forum: Questions & Answers
- Topic: Filepicker in the list
- Replies: 6
- Views: 16589
Filepicker in the list
Hi All,
Is there any way to invoke #PRIM_WEB.filepicker to select an image file from each row of the list on the web page?
I have tried to imprement it, but I cannot use filepicker in the list.
What I can think of as a workaround is as follows:
1) put a push button on each rows of list
2) when ...
Is there any way to invoke #PRIM_WEB.filepicker to select an image file from each row of the list on the web page?
I have tried to imprement it, but I cannot use filepicker in the list.
What I can think of as a workaround is as follows:
1) put a push button on each rows of list
2) when ...
- Mon Jul 03, 2023 5:24 pm
- Forum: Questions & Answers
- Topic: How to save signature without background transparanting
- Replies: 2
- Views: 7234
Re: How to save signature without background transparanting
Hi Dino,
Thank you for your reply. I now understand #PRIM_WEB.Signature do not have a way to control transparency.
I will consider controling the background of the image been displayed using style.
Best Regards,
Megumi Sawada
Thank you for your reply. I now understand #PRIM_WEB.Signature do not have a way to control transparency.
I will consider controling the background of the image been displayed using style.
Best Regards,
Megumi Sawada
- Fri Jun 30, 2023 11:36 am
- Forum: Questions & Answers
- Topic: How to save signature without background transparanting
- Replies: 2
- Views: 7234
How to save signature without background transparanting
Hi All,
I'm developping an application to save the captured signature to IFS.
When saving the signature to IFS, the file will be saved as PNG file and the background will be automatically transparent.
I would like to save it without background tranparanting.Is there any way to do so?
I tried to ...
I'm developping an application to save the captured signature to IFS.
When saving the signature to IFS, the file will be saved as PNG file and the background will be automatically transparent.
I would like to save it without background tranparanting.Is there any way to do so?
I tried to ...
- Fri May 19, 2023 5:27 pm
- Forum: Questions & Answers
- Topic: How to add contents when using #PRIM_WEB.HttpRequest POST
- Replies: 5
- Views: 13393
Re: How to add contents when using #PRIM_WEB.HttpRequest POST
HI Dino,
Thank you for your reply.
It helps us a lot!!
Best Regards,
Megumi Sawada
Thank you for your reply.
It helps us a lot!!
Best Regards,
Megumi Sawada
- Thu Apr 27, 2023 11:27 am
- Forum: Questions & Answers
- Topic: How to add contents when using #PRIM_WEB.HttpRequest POST
- Replies: 5
- Views: 13393
Re: How to add contents when using #PRIM_WEB.HttpRequest POST
Hi Dino,
Thank you! I'll try it.
Best Regards,
Megumi Sawada
Thank you! I'll try it.
Best Regards,
Megumi Sawada
- Tue Apr 25, 2023 4:28 pm
- Forum: Questions & Answers
- Topic: How to add contents when using #PRIM_WEB.HttpRequest POST
- Replies: 5
- Views: 13393
How to add contents when using #PRIM_WEB.HttpRequest POST
Hi All,
I am considering to send a file(e.g. Microsoft Excel) to php application by using #PRIM_WEB.HttpRequest POST method.
I would like to add contents like FormData.append() in XMLHttpRequest.
Could you please give me advice how to code it? Is there any sample application provided?
https ...
I am considering to send a file(e.g. Microsoft Excel) to php application by using #PRIM_WEB.HttpRequest POST method.
I would like to add contents like FormData.append() in XMLHttpRequest.
Could you please give me advice how to code it? Is there any sample application provided?
https ...
- Fri Dec 02, 2022 5:09 pm
- Forum: Questions & Answers
- Topic: AutoTab behavior on list items
- Replies: 1
- Views: 4490
AutoTab behavior on list items
Hi all,
In VL Web page, we can use Autotab property for a field to move focus to the next field after the full digit are entered.
However, I believe there's no Autotab property for list items.
I would like to acheive the same behavior on list items(i.e. when the full digit are entered, move focus ...
In VL Web page, we can use Autotab property for a field to move focus to the next field after the full digit are entered.
However, I believe there's no Autotab property for list items.
I would like to acheive the same behavior on list items(i.e. when the full digit are entered, move focus ...
- Thu Oct 06, 2022 5:50 pm
- Forum: Questions & Answers
- Topic: Server on Cloud and data on IBM i
- Replies: 2
- Views: 5532
Server on Cloud and data on IBM i
Hi All,
One of our customer would like to run LongRange (for LANSA) on Cloud(such as AWS and Azure) and read/write database are on IBM i box.
I believe it can be acheived by using Connect Server.
However, it is not recommended way.
conf.png
Do you have any other great idea to meet this ...
One of our customer would like to run LongRange (for LANSA) on Cloud(such as AWS and Azure) and read/write database are on IBM i box.
I believe it can be acheived by using Connect Server.
However, it is not recommended way.
conf.png
Do you have any other great idea to meet this ...
- Thu Oct 06, 2022 5:25 pm
- Forum: Questions & Answers
- Topic: PDF rotate in Active X VA_WEBCTL
- Replies: 5
- Views: 21637
Re: PDF rotate in Active X VA_WEBCTL
Hi Art and Dino,
Thank you for your advice.
The customer use VL form and asked us not using PDF feature/paid feature to rotate PDF.
I will advice them it is difficult.
Thank you!
Best Regards,
Megumi Sawada
Thank you for your advice.
The customer use VL form and asked us not using PDF feature/paid feature to rotate PDF.
I will advice them it is difficult.
Thank you!
Best Regards,
Megumi Sawada
- Thu Sep 29, 2022 2:55 pm
- Forum: Questions & Answers
- Topic: PDF rotate in Active X VA_WEBCTL
- Replies: 5
- Views: 21637
Re: PDF rotate in Active X VA_WEBCTL
HI Art,
Thank you for your reply.
I tried it, but even using new web control, it seems I cannot control rotation of PDF...
For reference: new web control topic
viewtopic.php?f=3&t=2559
Thank you for your advice.
Best Regards,
Megumi Sawada
Thank you for your reply.
I tried it, but even using new web control, it seems I cannot control rotation of PDF...
For reference: new web control topic
viewtopic.php?f=3&t=2559
Thank you for your advice.
Best Regards,
Megumi Sawada
- Tue Sep 13, 2022 5:43 pm
- Forum: Questions & Answers
- Topic: PDF rotate in Active X VA_WEBCTL
- Replies: 5
- Views: 21637
PDF rotate in Active X VA_WEBCTL
Hi all,
Do you know how to rotate the PDF shown in VA_WEBCTL ActiveX control?
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_FORM) Clientheight(302) Clientwidth(484) Left(512) Top(190) Width(499)
Define_Com Class(#VA_WEBCTL.WebBrowser) Name(#VA_WEBCTL) Displayposition(1) Height(302) Left ...
Do you know how to rotate the PDF shown in VA_WEBCTL ActiveX control?
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_FORM) Clientheight(302) Clientwidth(484) Left(512) Top(190) Width(499)
Define_Com Class(#VA_WEBCTL.WebBrowser) Name(#VA_WEBCTL) Displayposition(1) Height(302) Left ...
- Thu Aug 04, 2022 12:17 pm
- Forum: Questions & Answers
- Topic: IconColor of Radio Button
- Replies: 2
- Views: 9055
Re: IconColor of Radio Button
Hi Dino,
Thank you for your advice.
I have acheived the requirement based on your advice.
Thank you again!
Best Regards,
Megumi
Thank you for your advice.
I have acheived the requirement based on your advice.
Thank you again!
Best Regards,
Megumi