Search found 18 matches

by Welcome
Tue Apr 13, 2021 11:25 am
Forum: Questions & Answers
Topic: How can i convert C# to RDML?
Replies: 0
Views: 55207

How can i convert C# to RDML?

Hi.

I have a c# sample code ,need convert to RDML.
please help me,
thanks you.

[C# Sample][System.dll]
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType ...
by Welcome
Tue Apr 13, 2021 11:17 am
Forum: Questions & Answers
Topic: VB "ByVal sender As Object" Convert to RDML
Replies: 1
Views: 7309

VB "ByVal sender As Object" Convert to RDML

Hello Everyone,

How can i convert VB Code(ByVal sender As Object) to RDML ???

Thanks.

Welcome.
by Welcome
Mon Mar 26, 2018 4:03 pm
Forum: Questions & Answers
Topic: field symbol
Replies: 6
Views: 12090

Re: field symbol

sorry ..my mean..
<FIELD> is Dynamic field name..
<FIELD> name maybe IS 'A001' or 'A002' or 'B001' Or 'C001' .....
so... i want..

<FIELD> := (TEXT) => #A001 := 'TEXT' or #B001 := 'TEXT'

UPDATE <FIELD> FROM <FILE> WITH_KEY(#AA)
= > UPDATE #A001 FROM <FILE> WITH_KEY(#AA) OR UPDATE #B001 FFROM <FILE ...
by Welcome
Mon Mar 26, 2018 2:51 pm
Forum: Questions & Answers
Topic: field symbol
Replies: 6
Views: 12090

field symbol

Hi.. Everyone..

How can i use field symbol ?
ex:
<FIELD> := 'FIni01'
UPDATE <FIELD> FROM <A01> WITH_KEY(#ABC)

who can tell me about <FILED> RDML Code???
by Welcome
Tue Jan 23, 2018 1:22 pm
Forum: Questions & Answers
Topic: RDML for C# Try Catch
Replies: 1
Views: 3985

RDML for C# Try Catch

Hi,
Who know LANSA RDML Command same C# Try {} catch {}
please tell me ..
thank you so much.

Welcome.
by Welcome
Mon Jan 22, 2018 2:49 pm
Forum: Questions & Answers
Topic: SAP .NET Connector 3.0 Sample
Replies: 1
Views: 4926

Re: SAP .NET Connector 3.0 Sample

* **************************************************
*
* COMPONENT: STD_FORM
*
* **************************************************
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_FORM) Clientwidth(484) Clientheight(301) Componentversion(2)
Define_Com Class(#SAPNCO.SAP.Middleware.Connector ...
by Welcome
Wed Dec 27, 2017 4:17 pm
Forum: Questions & Answers
Topic: SAP .NET Connector 3.0 Sample
Replies: 1
Views: 4926

SAP .NET Connector 3.0 Sample

Hi. everybody.

I want to use sap .net connect 3.0 (SAPNCO 3.0) to connect SAP.
but I can't Code RDMLX to connect..

[c#]
RfcDestination SapRfcDestination = RfcDestinationManager.GetDestination(sapparms);

if You have a sample , would you give me reference ??

Thank you so much..

Welcome.
by Welcome
Thu Dec 14, 2017 11:36 am
Forum: Questions & Answers
Topic: LANSA Windows Form *Component_desc question.
Replies: 3
Views: 6301

Re: LANSA Windows Form *Component_desc question.

Hi atostaine..

The repository Detail multilingue description have value..
but ,when i bebug progrm ,the *component_desc is empty..
(the partition setup 3 language.. and 3 multilinguage description have value..)
by Welcome
Fri Dec 08, 2017 7:23 pm
Forum: Questions & Answers
Topic: LANSA Windows Form *Component_desc question.
Replies: 3
Views: 6301

LANSA Windows Form *Component_desc question.

Hi.

i use lansa V14 and use multilingual(English,Chinese,vietnamese)
for windows form -> repository details->multilingual have string.
but,when i use english Development interface complier and execute Program.
this program system variable *component_desc is empty.
but other linguage compiler ...
by Welcome
Thu Nov 09, 2017 11:30 am
Forum: Questions & Answers
Topic: Crystal report 9.2 for Lansa Web
Replies: 3
Views: 8346

Re: Crystal report 9.2 for Lansa Web

For your solution.
it can give me a something idea..
Thank you for your reply..

Thank you..
by Welcome
Mon Oct 30, 2017 4:32 pm
Forum: Questions & Answers
Topic: How can i insert javascript into WAM Form.
Replies: 2
Views: 4657

How can i insert javascript into WAM Form.

Hi.
Who can teach me..
if i want to use presumit_js to get javascript funciton,
how can I include javascrpt Into WAM .

Thank you so mcuh.

Welcome.
by Welcome
Mon Oct 16, 2017 4:41 pm
Forum: Questions & Answers
Topic: Crystal report 9.2 for Lansa Web
Replies: 3
Views: 8346

Crystal report 9.2 for Lansa Web

Hi. everyone..

i want to use crystal report 9.2 for lansa web.
but i dont know ,how can i do it.
if you know . could you teach me..
Please...

Welcome.
by Welcome
Tue Jun 13, 2017 9:36 am
Forum: Questions & Answers
Topic: How can i convert LANSA Nvarchar type to .net String
Replies: 3
Views: 7722

Re: How can i convert LANSA Nvarchar type to .net String

Thank you for your reply.
#xxx.asnativestring is right.
but,status bar for vietnam font will appear "?".
(message msgtxt)
so,i try use .net to encoding...
by Welcome
Fri Jun 09, 2017 6:00 pm
Forum: Questions & Answers
Topic: How can i convert LANSA Nvarchar type to .net String
Replies: 3
Views: 7722

How can i convert LANSA Nvarchar type to .net String

Hi,

how can i convert lansa NVARCHAR type to .net String type for use RDMLX.

Define_Com Class(#zsys.System.Net.WebRequest) Name(#request) Reference(*DYNAMIC)
define #address *nvarchar 256
#requestUri := #requestUri.Substitute( #uri.EscapeUriString( #address ) )

error message.
expression ...
by Welcome
Thu Jun 08, 2017 4:45 pm
Forum: Questions & Answers
Topic: Please Help me convert .NET from C# to RDML.
Replies: 6
Views: 12105

Re: Please Help me convert .NET from C# to RDML.

*
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_FORM) Clientheight(487) Clientwidth(784) Height(526) Left(565) Top(170) Visualstyle(#VS_NORM) Width(800) Windowstate(Maximized)

Define_Com Class(#ZSYS.System.Uri) Name(#uri) Reference(*DYNAMIC)
Define_Com Class(#zsys.System.Net.WebRequest ...
by Welcome
Wed Jun 07, 2017 11:06 am
Forum: Questions & Answers
Topic: Please Help me convert .NET from C# to RDML.
Replies: 6
Views: 12105

Re: Please Help me convert .NET from C# to RDML.

Thanks so much...
nice day to you.
by Welcome
Mon Jun 05, 2017 12:33 pm
Forum: Questions & Answers
Topic: Please Help me convert .NET from C# to RDML.
Replies: 6
Views: 12105

Re: Please Help me convert .NET from C# to RDML.

Thank you for your reply..
but now ,i want to coding Visual Lansa Windows form.
How can i doing?

Thank you..
by Welcome
Thu Jun 01, 2017 12:43 pm
Forum: Questions & Answers
Topic: Please Help me convert .NET from C# to RDML.
Replies: 6
Views: 12105

Please Help me convert .NET from C# to RDML.

Dear Eeveryone.
i need you help to convert .net c# code to RDML.
thank you..

c# .net code.

var url = String.Format("http://maps.google.com/maps/api/geocode/json?sensor=false&address={0}", address);

string result = String.Empty;
HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(url ...