Search found 8 matches

by mark.civ
Fri Apr 25, 2025 7:51 pm
Forum: Questions & Answers
Topic: Executing SQL - CREATE TABLE
Replies: 1
Views: 32918

Executing SQL - CREATE TABLE

Hi,

I have a need to dynamically create a database table based on a CSV file being imported. I am clear with reading the CSV file, processing the header for column names, etc., but I am unsure how to create the table in this scenario.

Clearly, SQL like 'CREATE TABLE XXXDTALIB.TestTable ( Data1 ...
by mark.civ
Tue Feb 06, 2024 10:56 am
Forum: Questions & Answers
Topic: Dynamic Use / Download Themes
Replies: 2
Views: 18688

Dynamic Use / Download Themes

Not sure if this can be achieved but say I have say 5 styles defined for a web application where any particular user will only ever use 1 style, is it possible to dynamically use styles so that only one would get downloaded to the browser instead of all 5 which seems to be the case? It seems ...
by mark.civ
Wed Nov 22, 2023 9:51 pm
Forum: Questions & Answers
Topic: Accessibility & ARIA
Replies: 3
Views: 36124

Re: Accessibility & ARIA

This is good news.

Thanks for the update.
by mark.civ
Wed Nov 22, 2023 3:27 am
Forum: Questions & Answers
Topic: Accessibility & ARIA
Replies: 3
Views: 36124

Accessibility & ARIA

Within Visual LANSA, I am attempting to understand the capabilities for generating an accessible web application. When I search on terms such as accessibility or ARIA or screen reader I get very little information or assistance.

Say, for example, I add an input box to a client side reusable part ...
by mark.civ
Mon Jan 16, 2023 11:05 pm
Forum: Questions & Answers
Topic: VLWeb Validation Errors / Messaging
Replies: 1
Views: 4831

VLWeb Validation Errors / Messaging

Hi,

I am using VLWeb and am simply trying to validate blank input into name fields. Ultimately I want to provide context specific validation messages to the web page.

Q1.
I have a reusable part that shows person details onto a webpage. I have existing fields and table I have to use. The validation ...
by mark.civ
Mon Nov 28, 2022 10:26 pm
Forum: Questions & Answers
Topic: VLWeb, Keyboard Tab Through list column
Replies: 0
Views: 187691

VLWeb, Keyboard Tab Through list column

Hi,

What I am trying to achieve is to create a grid with a column that holds a menu icon that will fire a popup menu, where the icon for each row will be included in the tab order for the page.

Creating the list and adding the icon where the click event on the column fires the menu is simple ...
by mark.civ
Wed Mar 31, 2021 8:51 pm
Forum: Questions & Answers
Topic: VLWeb - XPRIM_HttpRequest - VPN Proxy Settings
Replies: 1
Views: 8191

VLWeb - XPRIM_HttpRequest - VPN Proxy Settings

I am looking to use XPRIM_HttpRequest from a server module (or reusable part behind it more likely) to make external calls. I am working on a VPN and currently all requests are being rejected on 407 proxy authentication. This issue also presents itself with all examples in the Package Manager too ...
by mark.civ
Fri Jan 29, 2021 10:49 pm
Forum: Questions & Answers
Topic: OAuth2 WinHttpSendRequest 12002
Replies: 1
Views: 6320

OAuth2 WinHttpSendRequest 12002

Hi,

From the Package Manager, I am trying to use the Login Form to connect using OAuth2 to Google and Microsoft. I have entered the client id and secret for each in the configuration, and been to the third party sites and set up things there. When using the Login Form, I correctly navigate to the ...