NetTalk Central

Author Topic: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN  (Read 6405 times)

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« on: February 13, 2012, 10:48:20 AM »
  GraphView{prop:order} = 'upper(wsLOG:Host),upper(wsLOG:Page),wsLOG:Date,wsLOG:Time'
   GraphView{prop:FILTER} = 'wsLOG:Date >= '&ana:fromdate&' AND wsLOG:Date <<= '&ana:todate&' AND Upper(wsLOG:Host)='''&upper(clip(wsLPA:Host))&''' AND Upper(wsLOG:Page)='''&upper(clip(wsLPA:Page))&''''
   set(GraphView)

s_Message PROCEDURE (STRING MessageTxt,<STRING HeadingTxt>,<STRING IconSent>,<STRING ButtonsPar>,UNSIGNED MsgDefaults=0,BOOL StylePar=FALSE)

FilesOpened          BYTE                                  !
Loc:ButtonPressed    UNSIGNED                              !
EmailLink            CSTRING(4096)                         !
window               WINDOW('Caption'),AT(,,404,108),FONT('MS Sans Serif',8,,FONT:regular),GRAY
                       IMAGE,AT(11,18),USE(?Image1),HIDE
                       PROMPT(''''),AT(118,32),USE(?MainTextPrompt)
                       STRING('HyperActive Link'),AT(91,46),USE(?HALink),HIDE
                       STRING('Time Out:'),AT(103,54),USE(?TimerCounter),HIDE
                       CHECK('Dont Show This Again'),AT(85,65),USE(DontShowThisAgain),HIDE
                     
                     

[attachment deleted by admin]
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer

bruce2

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • Email
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #1 on: February 13, 2012, 08:37:55 PM »
Is there a question?

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #2 on: February 13, 2012, 10:19:02 PM »
Yes, How do I get a clean compile? Make those compile errors go away?

NT 6.18 Clarion8 Gold
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #3 on: February 13, 2012, 11:10:34 PM »
well,
GraphView would appear to be in code generated by Insight. So, do you have an Insight control in this procedure? What kind of ProcedureTemplate are you using?
If you look at the generated code, do you see the View declared? Is it in the same scope as the generated line?

In the MessageBox window declaration it loos like there should be a local-data variable called
DontShowThisAgain.
Perhaps if it's not there you should just add it back?

Cheers
Bruce

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #4 on: February 13, 2012, 11:14:25 PM »
I should have said - this is running NT 6.18 example Host.app (MultiHost) Isn't the example supposed to be perfect?<g>

I eventually added the latest Draw, Insight and MessageBox - no change.
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #5 on: February 14, 2012, 12:13:32 AM »
I'll look into the example for the next build.
I suspect it needs updating to match the Insight 2 release.

update: I added the Draw Global extension to the app, and it compiled fine.
If you had to add other stuff, then I recommend you re-install the example, open it, add Draw, compile, and see what happens.

cheers
Bruce
« Last Edit: February 14, 2012, 12:15:13 AM by Bruce »

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #6 on: February 14, 2012, 12:14:37 AM »
We have insight 1.88
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #7 on: February 14, 2012, 12:34:32 AM »
example seems fine here, so I recommend re-installing the example and trying again.

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #8 on: February 14, 2012, 01:01:15 AM »
So far - after deleting ds_message and PageHitsGraphForOnePage I get a clean compile.
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer

Johan de Klerk

  • Full Member
  • ***
  • Posts: 217
  • Johan de Klerk
    • View Profile
    • Designer Software
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #9 on: February 14, 2012, 04:32:56 AM »
Hi Johan,

Did a quick test this side to see if I get the same errors as you got.

CW6.3-9058 (The Best Clarion Version ever)
NT6.18
InsightGraphing 2.04
MultiHost app.

Added Draw Global extension and it compiled first time with no errors.

Regards

Johan de Klerk
Clarion 10, NT 11.57

Jeffrey Kuijt

  • Full Member
  • ***
  • Posts: 142
    • View Profile
    • Email
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #10 on: February 14, 2012, 05:39:05 AM »
CW6.3-9058 (The Best Clarion Version ever)

I fully agree!  ;)

Best regards
Jeffrey

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #11 on: February 14, 2012, 07:30:19 AM »
>> CW6.3-9058 (The Best Clarion Version ever)

Clearly everyone's entitled to their own opinion. But I spend pretty much all my day in Clarion 8, and I find it a LOT better than C6.
So much so that I hate when I have to work in C6 with an example or something. There's sooo much that I'm now used to that ti doesn't do.
Maybe that's just me, but where I can, I work in C8.

cheers
Bruce

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
« Reply #12 on: February 15, 2012, 12:44:25 AM »
I agree with Bruce!

I was very happy with 6.3 9058 - tried Clarion7 many times - just could not get into it - and then just left it - thought I will be stuck in C6.3 forever.

Then - C6.3 on Win7 - some annoying thing kept on happening but I lived with it for a long time - then ran a fix - after that I could not use C6.3 on that PC ever again - so I jumped into C8 - have never looked back!

But what do I know?<g>
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer