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.
Pages: [1]
1
Web Server - Ask For Help / Re: HTML editor
« on: May 21, 2013, 05:29:31 AM »
Take a look at http://www.blumentals.net/
You will find a great HTML-editor and much more useful stuff for Nettalk developers.
Mark B.
You will find a great HTML-editor and much more useful stuff for Nettalk developers.
Mark B.
2
Web Server - Ask For Help / Re: Strange issue with SessionID not being set after upgrading NetTalk
« on: March 08, 2013, 08:32:25 AM »
Maybe your sessionid is still a long. Nettalk changed the sessionid to a string, as indicated in the version history overview.
Now you can choose a string or a long but you have to tell Nettalk to use a long in SETTINGS, (webserver - extensions).
Hope this simple anser does help.
Mark B.
Now you can choose a string or a long but you have to tell Nettalk to use a long in SETTINGS, (webserver - extensions).
Hope this simple anser does help.
Mark B.
3
Web Server - Ask For Help / Re: Forwarding domain name to ip:port problem : Nettalk 7 and IE 9
« on: January 28, 2013, 08:03:05 AM »
Hi Bruce,
The problem was in the domainname to IP forwarding process, we had to set up a Direct Forward (address visible in browser) instead of a Frame Forward (address hidden for browser)
Regards,
Mark
The problem was in the domainname to IP forwarding process, we had to set up a Direct Forward (address visible in browser) instead of a Frame Forward (address hidden for browser)
Regards,
Mark
4
Web Server - Ask For Help / Forwarding domain name to ip:port problem : Nettalk 7 and IE 9
« on: January 28, 2013, 02:31:43 AM »
When putting the latest version of our Nettalk 7 webserver online, we encounter a very strange problem. My domain name is forwarded to an IP:port address (http://xxx.xxx.xxx.xxx:xx)
When using Firefox all works perfectly.
But when using Internet Explorer 9 (in Windows 7)
- browsing via the direct IP address works OK
- browsing via the domain name : user can login but "page not found" instead of products list.
Something seems to go wrong in the forwarding process. Can it have anything to do with the String instead of Long session vars ?
I already tried in Nettalk webserver settings
1. shortening the string from 30 to 10 chars
2. use number for session id
but the problem remains. (I did not change the field or variable formats yet).
What could be the reason ?
When using Firefox all works perfectly.
But when using Internet Explorer 9 (in Windows 7)
- browsing via the direct IP address works OK
- browsing via the domain name : user can login but "page not found" instead of products list.
Something seems to go wrong in the forwarding process. Can it have anything to do with the String instead of Long session vars ?
I already tried in Nettalk webserver settings
1. shortening the string from 30 to 10 chars
2. use number for session id
but the problem remains. (I did not change the field or variable formats yet).
What could be the reason ?
5
Web Server - Ask For Help / Re: SessionID
« on: January 10, 2013, 05:00:20 AM »
You can set the value of the sessionfield from your in-memory-driver-file to the sessionid in the embed 'before browse loop ; set filter'.
For example Kp_Im:sessionid=p_web.sessionID
Then you set in the filters-tab of the netwebbrowse the range limit to that variable. (see attachment)
Do not fill in the filter; but use the range limit option.
For example Kp_Im:sessionid
And choose 'current value'
This works fine.
Mark
[attachment deleted by admin]
For example Kp_Im:sessionid=p_web.sessionID
Then you set in the filters-tab of the netwebbrowse the range limit to that variable. (see attachment)
Do not fill in the filter; but use the range limit option.
For example Kp_Im:sessionid
And choose 'current value'
This works fine.
Mark
[attachment deleted by admin]
6
Web Server - Ask For Help / Re: how to use a downloaded jquery them in NT?
« on: September 26, 2012, 04:07:27 AM »
Thank you Don.
Yes it's easy. And very well explained in the link you gave.
kind regards,
Mark
Yes it's easy. And very well explained in the link you gave.
kind regards,
Mark
7
Web Server - Ask For Help / how to use a downloaded jquery them in NT?
« on: September 26, 2012, 02:20:22 AM »
Hey,
I downloaded a jquery theme 'blitzer'.
I copied the 'themes\blitzer'-directory to the web\themes-directory of my nettalk webserver application.
After that I set the default theme in the nettalk extension to that 'blitzer' theme. As You can see in the attached image.
But nothing changed. The theme has not been taken.
What did I wrong?
Is it far more dificult to at a new jquery theme to a nettalk directory and to use it in the application.
Can anyone help me?
Mark
[attachment deleted by admin]
I downloaded a jquery theme 'blitzer'.
I copied the 'themes\blitzer'-directory to the web\themes-directory of my nettalk webserver application.
After that I set the default theme in the nettalk extension to that 'blitzer' theme. As You can see in the attached image.
But nothing changed. The theme has not been taken.
What did I wrong?
Is it far more dificult to at a new jquery theme to a nettalk directory and to use it in the application.
Can anyone help me?
Mark
[attachment deleted by admin]
8
Web Server - Ask For Help / Re: hide field in browse
« on: February 23, 2012, 12:45:46 AM »
Hi,
Depending on the customer they want to show the 'actual stock' or not. This is a parameter in an ini-file.
The whole column is displayed or not. It is not on cell-level.
Kind regards,
Kristof
Depending on the customer they want to show the 'actual stock' or not. This is a parameter in an ini-file.
The whole column is displayed or not. It is not on cell-level.
Kind regards,
Kristof
9
Web Server - Ask For Help / hide field in browse
« on: February 22, 2012, 06:23:59 AM »
Dear,
How can I hide fields in a Browse? The user manual does not has the same interface as the Nettalk 6 interface. (We are using Clarion
Kind regards,
Kristof
How can I hide fields in a Browse? The user manual does not has the same interface as the Nettalk 6 interface. (We are using Clarion
Kind regards,
Kristof
Pages: [1]