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 - frode

Pages: [1]
1
The application I tested with threw an db connection error when started
Fixed the error and the application seems to run fine now in windows docker containers

2
Hi,

does anyone have nettalk applications running in docker containers ?
did a test with an application using mcr.microsoft.com/windows:20H2 as base image
the application runs but in my test it does not seem to have access to files in the web folder.
any suggestions on how the dockerfile should be ?

test dockerfile:

# escape=`
FROM mcr.microsoft.com/windows:20H2 AS base
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
COPY ["app/", "/app/"]
COPY ["app/start.bat", "/"]
WORKDIR "C:/app/"
RUN C:/app/vc_redist.x86.exe /install /quiet /norestart
#RUN C:/app/SyncManager.exe -iss
CMD "icacls "c:\app" /q /c /t /grant Users:f"
ENTRYPOINT ["start.bat"]
CMD [ "ping", "localhost", "-t" ] #test

EXPOSE 88

start.bat:
c:\app\SyncManager.exe -ISS

3
Hi all,

Sending group or queue as parameters to a web service method the generated api documentation
inculdes the description on the fields part of the the queue or group.
Is there an option for adding additional descriptions for fields in tables when used as parameter ?

regards,
Frode

4
Hi,

Just upgraded to Nettalk 8, and I like the new web service features in Nettalk  :)

Is there a setting in the templates I can use to override the default encoding to UTF-8 for xFiles objects used in a NetWebServiceMethod procedure ?
The property SaveEncoding defaults to ISO-8859-1. I have set the global option "encoding method" to UTF-8. But it still defaults to ISO-8859-1.
I can set the property in the "ServiceMethod  routine" embedd of the NetWebServicemethod, but having a global option would be better  

(Nettalk 8.02 and Xfiles 2.51)

Regards
Frode

5
An example: I log in and navigate to a netwebform from a netwebbrowse that is filtered using a sessionvalue from the netwebbrowse.
I stay inactive until the session timesout.
Then I press F5, complete the loginform and get redirected back into the netwebform I was in the previous session.
In this scenario (like direct access urls to netwebforms where sessionvalues are not set) I would like to redirect the user back to the indexpage of the site.

Frode

6
Netwebform

7
Hi,

How do I redirect to the indexpage if the user puts in a direct url in the browser to a page that needs parameters to be shown correctly ?
Could I just use p_web.Redirect in the routine "beginning of procedure" before opening files if the criteria is not met ?

Thanks,
Frode Remoy

8
Web Server - Ask For Help / Re: IE9 Norwegian Characters
« on: February 23, 2012, 10:50:38 AM »
Ok, Thanks

Frode

9
Web Server - Ask For Help / IE9 Norwegian Characters
« on: February 22, 2012, 11:19:50 AM »
Hi,

I have the following charset settings in Nettalk 6.21:
Charset: utf-8
Store data as: Scandinavian

In Internet explorer 9 the norwegian characters åøæ shows incorrectly in a netwebform as soon as
the control I type in looses focus. The characters shows and works correctly in firefox and chrome. have not tested opera.
Is testing with the "Account" example(31) that ships with nettalk.
How can I make them display and work correctly in IE9 ?

http://dl.dropbox.com/u/803077/IE9CharsetNettalk.png

Regards,
Frode

10
Web Server - Ask For Help / Re: Insight graphing and Nettalk
« on: April 29, 2011, 05:52:15 AM »
Hallo Robert,

Thank you. I should have thought of that :)
LIBPNG.DLL and ZLIB.DLL was missing in the folder.

Frode

11
Web Server - Ask For Help / Insight graphing and Nettalk
« on: April 29, 2011, 03:14:37 AM »
Hi, I am using Insight Graphing 1.81 and Nettalk 5.20.
On my dev machine(Vista Ultimate) the reports works great.
When I copy and run the app on a windows server 2008(as Administrator) none of the reports work.
I also tried to copy and run the nt example app number 10 with same result.

Looks like there is an issue with read/write permission for the temp image from insight graph.
Any clues to where I should start ? Where is the temp folder used located ? 


Tia
Frode

12
Web Server - Ask For Help / Re: Net:f:filename - Norwegian characters
« on: April 01, 2011, 02:01:02 AM »
Hi Peter,

Thanks for the tip.

Frode

13
Web Server - Ask For Help / Re: Net:f:filename - Norwegian characters
« on: March 29, 2011, 10:59:42 PM »
Hi Bruce,

That worked. I used Ultraedit to convert the file to utf

Thanks,
Frode

14
Web Server - Ask For Help / Net:f:filename - Norwegian characters
« on: March 29, 2011, 09:55:29 AM »
Hi,

I have these charset settings in my webserver(Nettalk 5.20):
charset: utf-8
store data as: Danish

When i use <!-- Net:f:filename --> to include fixed html code the Norwegian characters åøæ shows incorrectly in my webbrowser.
Please see screenshot: http://dl.dropbox.com/u/803077/nettalk5charset.png

The first line is coded in the template prompts(shows correctly) and the second one html from an external file using net:f:
Same html tag used:  <br>Test norwegian chars åøæ</br>

How do I make them display correctly. Is there a setting that I have missed ?

Thanks,
Frode

Pages: [1]