Search found 24 matches

by sohashi
Thu Feb 24, 2022 3:21 pm
Forum: Questions & Answers
Topic: DateTime picke
Replies: 1
Views: 5176

DateTime picke

Hi

This is a question when using DateTime picke.

Click to display the calendar.
Today's date is displayed below the displayed calendar.
Example) TODAY: 2022/02/24

I want to change this display.
Example) TODAY: 02/24/2022

If you know how, please let me know.

SHUNPEI
by sohashi
Thu Dec 09, 2021 6:56 pm
Forum: Questions & Answers
Topic: Are there any unusable characters?
Replies: 6
Views: 20063

Re: Are there any unusable characters?

Hi Dino

Thank you for your reply
The method that taught me was to specify half-width parentheses at the beginning and end of the sentence.
If there are half-width parentheses in the characters, the characters will be garbled.
Is there a way around this?

example
happy Ne)w Year→happy Ne]w Year
by sohashi
Wed Dec 08, 2021 5:33 pm
Forum: Questions & Answers
Topic: Are there any unusable characters?
Replies: 6
Views: 20063

Re: Are there any unusable characters?

Hi Dino

Thank you for your reply.
Although the half-width parentheses are described in the coding,
The same thing cannot be done if you send by entering half-width parentheses in the subject line.
Do you know how to avoid it?
by sohashi
Tue Dec 07, 2021 7:44 pm
Forum: Questions & Answers
Topic: Are there any unusable characters?
Replies: 6
Views: 20063

Are there any unusable characters?

Hi

Do you know the characters that cannot be used when sending an email using LANSA Integrator?
If you use half-width parentheses in the subject, you cannot use it.
* (→ [
Does anyone know if it's not available as a general rule or if it's a LANSA issue?
by sohashi
Wed Aug 18, 2021 2:05 pm
Forum: Questions & Answers
Topic: How to break a field
Replies: 2
Views: 9838

How to break a field

Hi,

Display it in a browser using LANSA for the Web.
Is it possible to start a new line after entering characters in the field?
Please tell me who knows how.

Best Regards,
Shumpei Ohashi
by sohashi
Mon Dec 14, 2020 6:34 pm
Forum: Questions & Answers
Topic: 【Material design】How to use the dropdown
Replies: 2
Views: 5298

Re: 【Material design】How to use the dropdown

Hi

Thank you very much. It was helpful. Thank you for your consideration.
by sohashi
Thu Dec 10, 2020 5:38 pm
Forum: Questions & Answers
Topic: 【Material design】How to use the dropdown
Replies: 2
Views: 5298

【Material design】How to use the dropdown

How do I use the dropdown with Material Design?

I want to specify the focus in the dropdown.
For example, four values have been entered.

Example)
abc
efg←
hij
klm

I want to set the focus on the second efg.
Is there a good way to specify the focus?
Please do not specify by item count.
Is it ...
by sohashi
Wed Oct 30, 2019 1:51 pm
Forum: Questions & Answers
Topic: Use Override to change the attribute.
Replies: 6
Views: 9108

Re: Use Override to change the attribute.

Hi atostaine

Try edit word ‘. 0’
⇒Override Field(#xxx) Edit_Code(4) Edit_Word(' . 0')
 Filed xxx has been assigned both an edit code of 4 and an edit word of . 0. The edit word will be ignored.

 Duplicate definitions are not changed.
 Do you know other good ways?


Shumpei Ohashi
by sohashi
Wed Oct 30, 2019 1:30 pm
Forum: Questions & Answers
Topic: Use Override to change the attribute.
Replies: 6
Views: 9108

Re: Use Override to change the attribute.

Hi atostaine

You might need to use an edit word though. If your field is 7.2, try this edit word

' . 0'

⇒Information about the fields I use.
Type :Signed
Length:5
Default Value:*ZERO
Edit Mask:1

Is there a way to prevent zeros from being displayed when focus is selected?

Thank you for your ...
by sohashi
Tue Oct 29, 2019 4:44 pm
Forum: Questions & Answers
Topic: Use Override to change the attribute.
Replies: 6
Views: 9108

Use Override to change the attribute.

Hi

If the field has no focus, 0 is displayed.
Use overrides to change attributes.
[Override Field(#SYAIN_C) Edit_Code(4)]

If the field does not have focus, ZERO is not displayed.
However, ZERO is displayed when the focus is set.
I think the default value is ZERO.
Is there a way to prevent ZERO ...
by sohashi
Mon Apr 23, 2018 8:30 pm
Forum: Questions & Answers
Topic: LANSA INTEGRATOR - COBOL - PDFSpoolFileService
Replies: 0
Views: 11109

LANSA INTEGRATOR - COBOL - PDFSpoolFileService

Hi

I have poor knowledge of integrators.

It is described that it can be used in COBOL in the manual.
However, sample and how to use are not described.

Q1
Is it possible to use PDFSpoolFileService with COBOL?
Is there a sample that uses COBOL and converts it to PDF with an integrator?


Q2
There ...
by sohashi
Tue Jun 27, 2017 12:33 pm
Forum: Questions & Answers
Topic: How to change edit code on WLWeb
Replies: 1
Views: 4510

How to change edit code on WLWeb

Hi

We are developing using VLWeb.
We will set reusable parts on the WEB page.
We will set the field in the reusable parts.
Can I change the edit code by coding?

# Field.AsDisplayString (EditCode_O)

I appreciate your kind advice.
Best Regards,
Shumpei
by sohashi
Thu May 11, 2017 5:13 pm
Forum: Questions & Answers
Topic: VLWeb-How to use sys_msgq.add
Replies: 4
Views: 6354

Re: VLWeb-How to use sys_msgq.add

Hi Mark

Thank you as always.
by sohashi
Thu May 11, 2017 3:44 pm
Forum: Questions & Answers
Topic: VLWeb-How to use sys_msgq.add
Replies: 4
Views: 6354

Re: VLWeb-How to use sys_msgq.add

Hi Mark


Please tell me the last question of the URL you taught.

<
You could not display an exclamation mark in your status field (DropDownList) using # SYS_MSGQ.Add ('status must be entered' # OC01_Status).
>

I would like to display an exclamation point in the drop down list.
Is there a way ...
by sohashi
Thu May 11, 2017 12:10 pm
Forum: Questions & Answers
Topic: VLWeb-How to use sys_msgq.add
Replies: 4
Views: 6354

VLWeb-How to use sys_msgq.add

Hi

I am using VL Web V14.
A surprise mark is displayed in the target field in sys_msgq.add.
Is it possible to do using dropdown?
Is it possible to do using radio buttons?
I would like to have a sample.

I appreciate your kind advice.
Best Regards,
Shumpei
by sohashi
Wed May 10, 2017 6:01 pm
Forum: Questions & Answers
Topic: VLF_How to change the position of the cursor
Replies: 4
Views: 7169

Re: VLF_How to change the position of the cursor

Hi Mark

Thank you.
I am sorry for a simple problem.
The problem was solved.

By the way is there a way to move the pointer the same way?

Best Regards,
Shumpei
by sohashi
Tue May 09, 2017 11:31 am
Forum: Questions & Answers
Topic: VLF_How to change the position of the cursor
Replies: 4
Views: 7169

Re: VLF_How to change the position of the cursor

Hi Mark

Search the character with the filter.
At that time press the enter key.

The details of the search results are displayed in the command handler.
There are multiple input fields.
I want the cursor to move to the top field.

Filter and command handler Are it possible to control the cursor for ...
by sohashi
Mon May 08, 2017 7:49 pm
Forum: Questions & Answers
Topic: VLF_How to change the position of the cursor
Replies: 4
Views: 7169

VLF_How to change the position of the cursor

Hi

Please tell me about cursor movement of VLF.

Press the ENTER key on the filter with the cursor.
Is there a way to move the cursor automatically to the specified part of the command handler when pressed?

I appreciate your kind advice.
Best Regards,
Shumpei
by sohashi
Fri Apr 28, 2017 9:05 pm
Forum: Questions & Answers
Topic: FORM-Focus difference
Replies: 4
Views: 9436

Re: FORM-Focus difference

Hi Stewart

Thank you for answering.
It will be saved because everyone will help us.

Best Regards,
Shumpei
by sohashi
Fri Apr 28, 2017 3:24 pm
Forum: Questions & Answers
Topic: FORM-Focus difference
Replies: 4
Views: 9436

Re: FORM-Focus difference

Hi danny

Thank you for your answer.
I appreciate your kind response.
Let me check the recognition of the focus specification.

Please let me know in addition.
1.When you press the tab key, is the specification that focus is moved to the object?

2.When I press the tab key I moved to the next object ...