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 !
>
> > Le 28 oct. 2020 à 18:18, Dave Slayton via 4D_Tech <4d_tech@lists.4d.com>
> a écrit :
> >
> > I just installed v18…the trace command doesn’t seem to be working….
> > anyone else having this issue or know of a work around ?
> > TRACE
> > C_longint ($dave)
> > $dave:=12
> > alert("dave = "+string($dave))
> > TRACE
> >
> > **
> > 4D Internet Users Group (4D iNUG)
> > New Forum: https://discuss.4D.com
> > Archive:  http://lists.4d.com/archives.html
> > Options: https://lists.4d.com/mailman/options/4d_tech
> > Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> > **
>
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Trace Command in V18.3

2020-10-28 Thread Bernard Escaich via 4D_Tech
I have this issue once or twice a year.
It appears and disappears without any action from me.
It is painful !

> Le 28 oct. 2020 à 18:18, Dave Slayton via 4D_Tech <4d_tech@lists.4d.com> a 
> écrit :
> 
> I just installed v18…the trace command doesn’t seem to be working….
> anyone else having this issue or know of a work around ? 
> TRACE
> C_longint ($dave) 
> $dave:=12
> alert("dave = "+string($dave))
> TRACE
> 
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Trace Command in V18.3

2020-10-28 Thread Neil Dennis via 4D_Tech
Good suggestion

If you have the ability to edit the code then you should have the license to 
trace. If you are not able to edit the code you are not allowed to trace either.

Neil

> On Oct 28, 2020, at 11:35 AM, Spencer Hinsdale via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> check your license
> 
> 
> 
>> On Oct 28, 2020, at 10:20 AM, Dave Slayton via 4D_Tech 
>> <4d_tech@lists.4d.com> wrote:
>> 
>> I just installed v18…the trace command doesn’t seem to be working….
>> anyone else having this issue or know of a work around ? 
>> TRACE
>> C_longint ($dave) 
>> $dave:=12
>> alert("dave = "+string($dave))
>> TRACE
>> 
>> **
>> 4D Internet Users Group (4D iNUG)
>> New Forum: https://discuss.4D.com
>> Archive:  http://lists.4d.com/archives.html
>> Options: https://lists.4d.com/mailman/options/4d_tech
>> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
>> **
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Trace Command in V18.3

2020-10-28 Thread Spencer Hinsdale via 4D_Tech
check your license



> On Oct 28, 2020, at 10:20 AM, Dave Slayton via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> I just installed v18…the trace command doesn’t seem to be working….
> anyone else having this issue or know of a work around ? 
> TRACE
> C_longint ($dave) 
> $dave:=12
> alert("dave = "+string($dave))
> TRACE
> 
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Trace Command in V18.3

2020-10-28 Thread Neil Dennis via 4D_Tech
I’m using v18R3 and trace works.

I’m assuming the sis code from a project method? And both traces are failing?

I think this is unique to you. Try it in a new database and let us know if you 
are still having problems.

Neil

> On Oct 28, 2020, at 11:18 AM, Dave Slayton via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> I just installed v18…the trace command doesn’t seem to be working….
> anyone else having this issue or know of a work around ? 
> TRACE
> C_longint ($dave) 
> $dave:=12
> alert("dave = "+string($dave))
> TRACE
> 
> **
> 4D Internet Users Group (4D iNUG)
> New Forum: https://discuss.4D.com
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Trace Command in V18.3

2020-10-28 Thread Dave Slayton via 4D_Tech
I just installed v18…the trace command doesn’t seem to be working….
anyone else having this issue or know of a work around ? 
TRACE
C_longint ($dave) 
$dave:=12
alert("dave = "+string($dave))
TRACE

**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**