Re: Strange bug in listbox sort in compiled mode.

2017-02-13 Thread eric--- via 4D_Tech
I can give that a try, but I'm not sure if it will help, my old header also was returning a -1 when it ran to lookup what the 0 value was in the array. When running in interpreting mode it works exactly as expected. I am running this in client server mode under 15.3 Sent from my iPad > On Feb

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.

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 mult

Re: Entity Selection List Box - Selected Row Color

2020-02-20 Thread Eric via 4D_Tech
Jerker thank you kindly for your response. May I ask you to briefly expand on your thought? The solution does not have to be handsome if it works; and my Entity Selection lengths are typically less than 50 so looping is doable. I can conceive how using Row Background Color Array and looping thr

Re: Entity Selection List Box - Selected Row Color

2020-02-20 Thread Eric via 4D_Tech
ollection), 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, 2020, at 4:37, Eric via 4D_Tech <4d_tech@lists.4d.com> wrot

Entity Selection List Box Navigation

2020-03-05 Thread Eric via 4D_Tech
Another "new to List Box person" question; v17r6 Entity Selection List Box. The mandatory requirement is to allow users to navigate down a column using the RETURN and ENTER key. The nice to have would be SHIFT+RETURN and SHIFT+ENTER to navigate up a column as well. I am successful in getting the

Re: Trace Command in V18.3

2020-10-28 Thread Eric via 4D_Tech
I also can confirm this issue intermittently in v18r3. A log off/on seems to fix it. On Wed, Oct 28, 2020 at 2:52 PM Bernard Escaich via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I have this issue once or twice a year. > It appears and disappears without any action from me. > It is painful ! > >

Web Service "items" Declaration

2021-10-21 Thread Eric via 4D_Tech
I have been consuming Web Services from SAP for a very long time, but now I am faced with publishing my 1st WS to be called from SAP. It will be a header/items structure. The header values are simple: SOAP DECLARATION($1;Is longint;SOAP input;"soldToID") //SoldToParty SOAP DECLARATION($2;Is