No subject

Chris Hughes ataddata at bigpond.net.au
Sun May 23 02:47:19 UTC 2021


This is how Studio 10.2converts the application 

 

Switch tPlatform

Case 'SQL'

Do method LoginSQLServer (LvTextTableLst)

Case 'postgres'

Do method LogonPostgres

# Do method LoginPostgres (LvTextTableLst)

End Switch

 

This is how it should have converted the application. ( Note the $)

 

Switch tPlatform

Case 'SQL'

Do method $LoginSQLServer (LvTextTableLst)

Case 'postgres'

Do method $LogonPostgres

# Do method LoginPostgres (LvTextTableLst)

End Switch

 

This Omnis Studio 10.2 should do this correctly.

 

 

Chris Hughes

 

Copious Data Pty Ltd (Trading as Atad Data)

3 Springwell Avenue

Springwood QLD 4127

Phone No:- 07 3208 6347

Mobile No:- 0409 263 349

Email:- ataddata at bigpond.net.au

Web Site:- http://ataddata.com.au

 

 

 

 

 



More information about the omnisdev-en mailing list