NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ShanePeterson

Pages: [1]
1
Web Server - Ask For Help / Re: Child browse problem
« on: September 11, 2007, 11:21:39 AM »
I sent Bruce an example, but haven't heard anything on it.

I couldn't wait, so I had to create my page with only 2 related list boxes.  I had to link the 3rd list box on a  separate page.

2
Web Server - Ask For Help / Child browse problem
« on: July 30, 2007, 02:04:29 PM »
I had a web page that had a browse with one child browse on it.  The page worked fine, when a record was selected on the parent browse, the child browse would update with the correct related records displayed.  I've tried adding a second child browse to this page and now when a record is selected in the parent browse, neither child browses are updated.  Both child browses are children to the same parent browse.

Am I missing a setting anywhere or is this possibly a bug?


3
Web Server - Ask For Help / Error creating browse
« on: July 23, 2007, 12:24:31 PM »
I am getting an "Unknown Variable %vFieldFile" error when I try to add fields to a new browse.  I don't see an error when adding fields to an existing browse.  I'm using NetTalk 4.28.  This is the first new browse I've attempted since upgrading to 4.28. 

I've tried to unregister and register the templates with no luck.


4
Web Server - Ask For Help / Re: Internet Explorer errors
« on: July 11, 2007, 04:35:49 AM »
Thanks Bruce, it was a case of my cache needing updating.

5
Web Server - Ask For Help / Re: Internet Explorer errors
« on: July 10, 2007, 08:33:12 AM »
Here is part of the solution.

On the NetTalk extension template on the WebServer procedure, go to the settings tab and then the Advanced tab and uncheck the "Combine common files" and "Serve pre-compressed files" and the page will display correctly in Internet Explorer. 

However the 3 large buttons in app31 still won't function.  The page still loads with an error, but now it is on Line: 62, Char: 88, Error: Object Expected, Code: 0, URL: http://wfgdt3712:88/indexpage

I've attached a screenshot of the page now and the source from the page.


[attachment deleted by admin]

6
Web Server - Ask For Help / Internet Explorer errors
« on: July 10, 2007, 08:02:16 AM »
I've been testing my app in Firefox and everything works fine.  Now I'm trying to view my app in Internet Explorer and there are errors.  Even the demo apps have errors.  I'm testing app31 and it seems not all the css is working correctly.

I've attached a screen shot of what the home page in app31 looks like in internet explorer and the error that occurs.  I've also attached the source from the page in internet explorer.

I'm using Internet Explorer v 7.

Any ideas?

[attachment deleted by admin]

7
Web Server - Ask For Help / MessageBox and WebServer
« on: July 09, 2007, 11:36:03 AM »
I'm using CapeSoft's MessageBox templates to keep message box's from appearing on the server.  I also have logging turned on.  In the log file there is field for UserName.  Because I have the MessageBox templates set to not open, the UserName field is always populated with "Auto" instead of the Login ID of the user.  I've even tried populating ThisMessageBox.LoggedIn with the login id manually, but it is still overridden with "Auto"

Is there any way around this?

Another problem I have, is when I have an error on the server (the message window doesn't appear as expected and the log file is updated) the client web page hangs and eventually times out.  Is there a setting I'm missing to at least have the web client return to the current page?

Thanks in advance for any help.

8
Web Server - Ask For Help / Setting values when clicking menu
« on: July 05, 2007, 01:25:33 PM »
I have 2 menu items under a main menu.  I am setting a value in the "onClick:" field in the template.  Each menu item sets a different value to the same variable.  The problem is that the value doesn't change depending on which menu item that is clicked.  Regardless of which item is clicked the value is always what the lower item in the menu is set as.  For example if you have a menu like this:

My Projects
My Tasks
View All Projects

If "My Projects" sets a value to No (p_web.SetValue('ViewAll','No')) and "View All Projects" sets the same value to Yes p_web.SetValue('ViewAll','Yes')), the value is always Yes regardless of which menu item you select.


9
Web Server - Ask For Help / WebServer - deleting a related record
« on: June 28, 2007, 09:34:37 AM »
I have a page in NetTalk's webserver that has 2 browses on it.  They have a one to many relationship on the database.  If I attempt to delete a record from the parent table when there are related child records, the filemanager error appears from the Web Server app instead of displaying an error in the web browser.

How do you stop file processing errors from appearing on the server and instead direct them to the web browser?

Thanks in advanced for any help.

Shane Peterson

Pages: [1]