NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on November 26, 2011, 07:00:12 AM

Title: Compile error (Webwizard)
Post by: terryd on November 26, 2011, 07:00:12 AM
Windows7ultimate 64 Clarion8.8778 Nettalk6.05
Hi Bruce
I have tried to create a webwizard  using the attached simple dct with tables. I get the compile errors on the capture.png file.
Could you test and advise what is going wrong?



[attachment deleted by admin]
Title: Re: Compile error (Webwizard)
Post by: DonRidley on November 26, 2011, 09:52:54 AM
Hey Terry,

What was the error?

Don
Title: Re: Compile error (Webwizard)
Post by: terryd on November 26, 2011, 11:05:57 AM
Hi Don
They're in the capture.png image attached to the message.
Title: Re: Compile error (Webwizard)
Post by: DonRidley on November 26, 2011, 02:12:27 PM
For some reason I cannot download/view your attachment...

Don
Title: Re: Compile error (Webwizard)
Post by: terryd on November 27, 2011, 01:51:29 AM
That's weird. I can see and download them. I note that the png has been viewed 7 times but the zip hasn't been downloaded by anyone yet.
If you are prepared to check the system for me I can email to you if you give me your email address.
I also tried updating on a smallish webapp that I already had but that had so many funnies I thought I would try something that was only NT6 like the wizard.
Title: Re: Compile error (Webwizard)
Post by: Bruce on November 27, 2011, 09:10:29 PM
Morning Terry,

I've had a couple reports of the wizard struggling with some dictionaries. I'll be working through those this week in an attempt to make it "smarter" for dictionaries that are, shall we say, "inherited".

Remember though, the wizard is just generating a normal browse and form, so it's usually possible to check the location of the error, then make sure that browse of form is set right. so far;

a) END's in Groups generate an extra field, which you can just delete
b) Tables without Primary Keys don't set the Unique Key on the Browse or Form

Cheers
Bruce
Title: Re: Compile error (Webwizard)
Post by: terryd on November 27, 2011, 09:42:35 PM
Thanks Bruce
Looking at the tables it seems that the course table hasn't got a primary or unique key so I retry after fixing.