NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Johan van Zyl on February 13, 2012, 10:48:20 AM

Title: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Johan van Zyl 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]
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: bruce2 on February 13, 2012, 08:37:55 PM
Is there a question?
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Johan van Zyl 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
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Bruce 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
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Johan van Zyl 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.
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Bruce 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
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Johan van Zyl on February 14, 2012, 12:14:37 AM
We have insight 1.88
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Bruce on February 14, 2012, 12:34:32 AM
example seems fine here, so I recommend re-installing the example and trying again.
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Johan van Zyl on February 14, 2012, 01:01:15 AM
So far - after deleting ds_message and PageHitsGraphForOnePage I get a clean compile.
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Johan de Klerk 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
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Jeffrey Kuijt on February 14, 2012, 05:39:05 AM
CW6.3-9058 (The Best Clarion Version ever)

I fully agree!  ;)

Best regards
Jeffrey
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Bruce 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
Title: Re: NetTalk 6.18 Errors - GraphView and DONOTSHOWTHISAGAIN
Post by: Johan van Zyl 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>