NetTalk Central

Author Topic: NT5.23 problem on C7.3.8222 and C6.3  (Read 4759 times)

terryho

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
NT5.23 problem on C7.3.8222 and C6.3
« on: May 06, 2011, 09:14:14 PM »
Hi

   I upgrade my web application to NT5.23 (from 4.5 to 5.23) and have the following problem in both C7 and C6, can anyone help me to fix it :

   1. In old version of NetTalk It does not have problem in the first login screen, after input the login name, password and login button, it will not jump to the content page. Finally I find out the problem, because the script error in the login page, which stop to process and jump to the content page. The following is my step to make my application work :

       a. Run the Accesslevel web server application, if I can login in the example application, then it mean it fix or pass the script error problme.
       b, Then run my web application server, then I can login in my web application without problem
       c. Without step a, If I run my web application server, I can not login my web application


   2. The browse box header can not see, because the background color is white and the header text color is white. Before I upgrade, I don't have this problem. How can I change the browse box header text color to black?

   3. The browse box content background is black, how can I change it to white?

    I attach my app, dct and data for your reference. If the script file is need, please let me know, I will post it later.

    Regards

Terry Ho

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT5.23 problem on C7.3.8222 and C6.3
« Reply #1 on: May 06, 2011, 11:15:26 PM »
yes, please include any custom stuff, including scripts.

cheers
Bruce

terryho

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
Re: NT5.23 problem on C7.3.8222 and C6.3
« Reply #2 on: May 08, 2011, 03:59:44 AM »
Hi Bruce,

    Attach is the web directory for your reference.

    Yesterday I run on this web directory cannot login in, but today I can. I don't know what cause this problem.

    I will try on another machine to make sure it is work.

    Also I think there is a bug in the this, following below step :
    1. In a netweb browse form
    2. Add a field for input say "select year" and add a procedure for browse table say "BrowseSO"
    3. In the "Select year" input field, when some value change in it, it will reset the "BrowseSO"
    4. Then in the client-side tab of "Select year", I can not add the reset of "BrowseSO"
        Once I add this it will not display in the reset list. Except when I add in the reset, I also check on "Prompt"  and "value".
        If only check on "Value" it will not display on the reset list.

   Regads

Terry Ho

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT5.23 problem on C7.3.8222 and C6.3
« Reply #3 on: May 09, 2011, 02:38:13 AM »
>> Yesterday I run on this web directory cannot login in, but today I can. I don't know what cause this problem.

I'm guessing you just need to refresh the cache in your browser.

Regarding the second bug - I think it's a bug in Clarion 7 or 8. What version of Clarion are you testing with?
I'm trying in Clarion 8. I agree you can only _add_ the browse if you tick on Value and either Comment or Prompt, but then you can edit the field and remove prompt and comment. I'll see if I can narrow it down enough to report it to SV.

cheers
Bruce

charl99

  • Full Member
  • ***
  • Posts: 185
    • View Profile
    • Email
Re: NT5.23 problem on C7.3.8222 and C6.3
« Reply #4 on: May 09, 2011, 06:27:49 AM »
Hi Terry,

>>   1. In old version of NetTalk It does not have problem in the first login screen, etc...

I found it easier to just re-import the Page-Header, Page-Footer, Login and-out Forms from the BasicBrowse(1) example, even the Index Page.  I did not know enough (back then, maybe still now) to get all the stuff to 'just' work.  Then simply put your old code in the right places.


>>   2. The browse box header can not see, because the background color is white and the header text color is white. Before I upgrade, I don't have this problem. How can I change the browse box header text color to black?

If the NetWebBrowse Settings, go to CSS Classes and click twice on the Override Global Settings (leave it on) checkbox, all the settings that are allready there will be blanked out.  That worked for me.  Maybe it will also sort out your point 3 below.

>>   3. The browse box content background is black, how can I change it to white?

Cheers
Charl

terryho

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
Re: NT5.23 problem on C7.3.8222 and C6.3
« Reply #5 on: May 10, 2011, 07:37:57 PM »
Hi Bruce

>>I'm guessing you just need to refresh the cache in your browser.
I had try this before, but it does not work. I export all my major procedure and create a new web application which under NetTalk 5 example. After I import all the procedure and run it. Now everything work again without any problem. I think the problem cause by the upgrade from NetTalk 4 to NetTalk5, which some parameter is missing.


>Regarding the second bug - I think it's a bug in Clarion 7 or 8. What version of Clarion are you testing >with?
The clarion 7 version is 7.3.8222. which I had mention in the subject.

>Comment or Prompt, but then you can edit the field and remove prompt and comment. I'll see if I can >narrow it down enough to report it to SV.
I hope this help you.

Regards

Terry Ho

terryho

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
Re: NT5.23 problem on C7.3.8222 and C6.3
« Reply #6 on: May 10, 2011, 07:42:03 PM »
Hi Charl

>I found it easier to just re-import the Page-Header, Page-Footer, Login and-out Forms from the >BasicBrowse(1) example, even the Index Page.  I did not know enough (back then, maybe still now) >to get all the stuff to 'just' work.  Then simply put your old code in the right places.
Thank your help. I had export all my major procedure and import into a new one as your suggestion. Which all problem go away.

>If the NetWebBrowse Settings, go to CSS Classes and click twice on the Override Global Settings
>(leave it on) checkbox, all the settings that are allready there will be blanked out.  That worked for >me.  Maybe it will also sort out your point 3 below.
Thanks with the above suggestion. Every problem go away and I will try your method to make different style in each browse box.

Regards

Terry Ho