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

Pages: 1 2 3 [4] 5
46
Web Server - Ask For Help / Broadcast message to all users
« on: April 20, 2015, 12:53:59 AM »
Hi,

Is there a way to broadcast a message to all users that are logged in?
For instance a message that now i will kick you all out and update the program and restart.

:: rainer




47
Web Server - Ask For Help / Re: SSL/Certificate issue
« on: April 16, 2015, 10:48:05 PM »
Hi,

Thanks for the RTFM -answer. I was hoping for something more "user friendly" ;) - you know: do this and do that (lazy as I am)

I remember there was a discussion of SSL-levels (2, 3 etc.) and thought that this might be related to something around those things.

Everything would be easier if I actually knew what I was doing... I will try to educate myself.

:: rainer



48
Web Server - Ask For Help / SSL/Certificate issue
« on: April 16, 2015, 04:18:29 AM »
Hi guys
I have some customers who are unable to connect to a service I am running due to some ssl-issues.

I did run a test (please see attached text).
The report contains some familiar words but overall is gibbeish to me.
Can anybody help?

TIA

:: rainer
##########################################################################
Server Hostname:
(e.g. www.google.com)            
Check SSL
    
epalkat.fi resolves to 84.234.76.91
    
Server Type: NetTalk-WebServer/8.28
    
The certificate was issued by GeoTrust.    
Write review of GeoTrust
    
The certificate will expire in 636 days.    
Remind me
    
The hostname (epalkat.fi) is correctly listed in the certificate.
    
The certificate is not trusted in all web browsers. You may need to install an Intermediate/chain certificate to link it to a trusted root certificate. Learn more about this error. You can fix this by following GeoTrust's Certificate Installation Instructions for your server platform (use these instructions for RapidSSL). Pay attention to the parts about Intermediate certificates.
    
One of the certificates is signed with a SHA1 signature. We recommend that you reissue or replace this certificate with one that uses a SHA-2 signature. Contact your SSL provider about how to do this. Read more about the SHA-1 deprecation here.
######################################################################################################

49
Web Server - Ask For Help / Re: Static page with dynamic content
« on: March 19, 2015, 06:09:08 AM »
Hi Djordje.

You have to be very carefull with xhtml syntax. Nettalk does not like any typos or sloppy tag-ending.
I noticed in your example:

<div><!-- Net:d:year--> Some text example</div>

that there seems to missing a space between year and -->
I think there should be a space.

:: rainer

50
Web Server - Ask For Help / Re: Decimal comma or period
« on: January 01, 2015, 07:02:17 AM »
Hi Bruce

Sounds great!
Have a very succesful 2015!

:: rainer

51
Web Server - Ask For Help / Re: Decimal comma or period
« on: December 19, 2014, 06:26:39 AM »
I made two changes in netweb.tpw (and a function)

Inside validation I use a function that returns a string that replaces comma with dot (if numeric values)
This does the magic

The downside is that I have to make sme changes every time Bruce updates Nettalk so if there is
a more generic way to do this, it would be great to hear about it.

:: rainer

############################################################################
      #End
  #Embed(%CustomValidate,'Validate New Value'),%FormID,TREE('Routines|'&%TabHeading&' Tab|'&%FormID&' Field|'&%FormID&' Field|Validate::'&%FormId&' Routine|4 Middle')
  If p_web.Ajax = 1 and p_web.ifExistsValue('NewValue')
      #IF((%FormFieldType<>'Browse') and (%FormField <>''))
        #IF(%FieldType='MEMO' or %FieldType='BLOB')
    bloblen = len(p_web.GetValue('NewValue'))
          #IF(%FieldType='MEMO')
    If BlobLen <= Len(%FormField)
      %FormField = p_web.GetValue('NewValue')
    End
          #ELSE
    %FormField[1 : bloblen] = p_web.GetValue('NewValue')
          #ENDIF
        #ElsIf(%FormFieldType='Color')
    %FormField = p_web.dFormat(NoComma(p_web.GetValue('NewValue')),'%FromFieldColorAs')  ! <================
        #ELSE
    %FormField = NoComma(p_web.GetValue('NewValue'))   ! <==============
        #ENDIF
      #ENDIF
      #case(%FormFieldType)
      #of('Slider')
###############################################################################

52
Web Server - Ask For Help / Re: Decimal comma or period
« on: December 19, 2014, 12:00:06 AM »
Any ideas anybody?

Quote
What is the best way to handle decimal comma or period.
Best would be if the program could accept both a comma or period as decimal character, ie 123.23 or 123,23. Now we get 123.23 => 123.23 and 123,23=> 12323 which is not good. The finnish/swedish keyboard layout generates a comma from numpad and accountants are used to enter numeroc values from numpad.
where in the templates can I tweak this?

TIA
:: rainer

53
Web Server - Ask For Help / Re: Decimal comma or period
« on: December 12, 2014, 12:39:22 AM »
Hi Bruce
Only STRING

:: rainer

54
Web Server - Ask For Help / Decimal comma or period
« on: December 11, 2014, 04:51:04 AM »
Hi all

Sorry if this topic is already covered but I did not find it so here comes the question.

What is the best way to handle decimal comma or period.
Best would be if the program could accept both a comma or period as decimal character, ie 123.23 or 123,23. Now we get 123.23 => 123.23 and 123,23=> 12323 which is not good. The finnish/swedish keyboard layout generates a comma from numpad and accountants are used to enter numeroc values from numpad.

My application consists of tens or hundred of forms and several hundred fields so manual change is not a very welcome suggestion.

Any help is appreciated (even an RTFM-answer if it pinpoints to the right place ;)

:: rainer

55
Web Server - Ask For Help / Re: Concatention & being stripped out of fiters
« on: November 02, 2014, 02:42:37 AM »
Hi,
I have seen this happen in Clarion8 too. No Webserver-application.

:: rainer

56
Web Server - Ask For Help / Re: Domain Name
« on: August 19, 2014, 02:32:43 AM »
This is the tutorial I used and got it right.
I am not sure if you have to own Setupbuilder.

Hope it helps you...

http://www.lindersoft.com/CodeSign.pdf

:: rainer

57
Web Server - Ask For Help / Re: ERROR: Too many segdef in file:E,4000
« on: June 30, 2014, 01:30:42 AM »
Hi,

I remember that suppressing comments might help.
Or perhaps it was for something completely different.

:: rainer

58
Web Server - Ask For Help / Re: Script Error 8.13
« on: June 02, 2014, 11:17:38 PM »
Bruce, same happens here.
FYI: IE and Safari do not display error, Firefox and Chrome does. (on the other hand, popups ceased to work but that's probably not related)

:: rainer

59
Web Server - Ask For Help / Re: Where to put user data?
« on: May 15, 2014, 11:10:31 PM »
Hi Keith,

I have not changed my database to (any)SQL. Partly because the SQL-backend needs a completely different approach and we have no method of controlling what the end users do with the database. I have tested changing all tables to MSSQL and the software runs nicely "out of the box" - no changes needed. (of course there are some nonos like testing for eof but that is not good practice anyway...). I do have some custoers running SQL-versions of the software but that is for "company policy" -reasons.

Support and control of data is the reason I have chosen to stick with tps. And none of us is a SQL guru either so that clearly is a factor  ;)

We have a customer that manage over 3000 customers payroll. Every customers data is in a separate directory. This is a bit extreme for us but there has been no problem at all with this approach. On the contrary, separate directories have given maximium flexibility for us. Easy to copy etc. Great for support also.

Just some thoughts

:: rainer

60
Web Server - Ask For Help / Re: Redactor editor kaput?
« on: May 15, 2014, 10:58:05 PM »
Obviously there is a problem with redactor.
Did you remeber to tick "Include TinyMCE HTML Editor Script" when changing editor?

:: rainer

Pages: 1 2 3 [4] 5