Search found 3 matches

by paulcarpenter
Tue Oct 08, 2019 2:45 am
Forum: Questions & Answers
Topic: computer name (RESOLVED)
Replies: 2
Views: 4133

Re: computer name

I have found a solution to getting the correct computer name, for normal computers and thin client as follows

i have attached a system variable to this function which gets the correct results

Function Options(*DIRECT *ALP_SYSTEM_VARIABLE *NOMESSAGES)

Define_Com Class(#XPRIM_OSUtil) Name(#OSUtil ...
by paulcarpenter
Mon Oct 07, 2019 9:04 pm
Forum: Questions & Answers
Topic: computer name (RESOLVED)
Replies: 2
Views: 4133

computer name (RESOLVED)

we currently use this code below to get the Computer Name, this is used by our system to identify where output is sent dependant on the pc id.

however we have a number of thin client users that are using terminal server, in this case we are getting the computer name of the server, we need to be ...
by paulcarpenter
Fri May 24, 2019 11:33 pm
Forum: Questions & Answers
Topic: visualstyle in grid ?
Replies: 2
Views: 6130

visualstyle in grid ?

how can a visual style be retrieved from a cell in a grid? i.e. how can I find out what visualstyle is applied to the cell in grid.

I apply the visual style as follows

#grid1.CurrentItem.cell<5>.VisualStyle <= #spvs0020

but later when someone clicks on the cell I need to establish the ...