Re: Entity Selection List Box - Selected Row Color

2020-02-18 Thread Jerker Stenberg via 4D_Tech
Hi Eric Maybe not the most handsome/best way to do it, but the first thought that came through my mind. How about using a Row Background Color Array? You will have to loop the whole selection and set color for the selected/highlighted ones. Regards, Jerker -Ursprungligt meddelande-

Re: Entity Selection List Box - Selected Row Color

2020-02-18 Thread Keisuke Miyako via 4D_Tech
the idea is to set the cell (not text) background colour for each row, using meta expression (for collection), array (for array), or expression (for current or named selection) you can find an example here https://blog.4d.com/customize-highlight-color-upon-listbox-row-selection/ > On Feb 19,

Re: Web Services - Receiving Complex Type

2020-02-18 Thread Keisuke Miyako via 4D_Tech
SOAP (web services) were introduced in v2003, when 4D had minimal XML commands and no HTTP client commands. the wizard on the client side and declaration on the server side are great, in that it takes care of the HTTP and XML layers, but if the task seems beyond their capability then perhaps you

Re: Web Services - Receiving Complex Type

2020-02-18 Thread Eric via 4D_Tech
I make and consume WS calls all day between 4D and SAP ECC/SAP CRM. My ABAP guy continually reminds me that SAP does not like complex data types; although he claims Text arrays are acceptable. I have not not been able to get Text arrays to work. On the send side, I send well formed XML with

RE: Web Services - Receiving Complex Type

2020-02-18 Thread Jason Hect via 4D_Tech
Hi David, Thanks for the response. Yeah, this is basically what I am proposing we do. I'll define a blob parameter (and now I see 4D can define XML or DOM SOAP parameters too!), which they pass everything too. I take the contents of that single parameter and parse it out. What the SAP

Anyone have experience working with EdExpress?

2020-02-18 Thread Kirk Brooks via 4D_Tech
I have a project with a small private college that needs to interface with EdExpress. If anyone has experience I would very much appreciate hearing from you. I have none at the moment so even a little suggestion about how to get started will be appreciated. Either here or off list. Thanks! --

Entity Selection List Box - Selected Row Color

2020-02-18 Thread Eric via 4D_Tech
After a lifetime of ALP development I am venturing into entity selection List Box(s) for the first time; there is a learning curve. v17r6 in a Citrix environment. I have been able to clear most of the hurdles using the HDIs and researching iNUG Archives; but I have hit the wall on row selection.

Web Services - Receiving Complex Type

2020-02-18 Thread JasonH via 4D_Tech
Forgive the double post, but my first was in the general "4D" forum and 4D tech support suggested posting in the "4D Tech" forum. I'm not sure if people look at both forums, hence the double post. --- I need