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

Pages: 1 2 3 [4] 5 6
46
Web Server - Ask For Help / Re: Nettalk 9 App - File Upload
« on: June 21, 2016, 05:02:36 AM »
Hi Bruce, hi Peter,

I don't know what Peter answered, but when I force the form in 'Desktop mode' it still behaves wrong.
The file is not uploaded at once, even if 'Start upload.. ' is set.
Also the selected file is not uploaded or displayed.

Regards,

Heinz

47
Web Server - Ask For Help / Nettalk 9 App - File Upload
« on: June 20, 2016, 04:18:48 AM »
Hi,

I am using a file upload button on a form. This form is allowed for desktop and mobile.
It works well on a desktop (normal computer or a tablet). I activated 'Start upload when file selected'. This also works.

If I now try to use the same form on a smartphone (Samsung Galaxy SIII) its the following. At first I recognice I get additionally the buttons for start upload and delete file (no change in the routine or server!). If I press the button 'add file' I get acces to all files on the smartphone or to the camera and so on.
But equal which source I choose the file is not uploaded. I think the choosen file is not submitted to the upload script. I can press the start button, nothing happens and no filename is displayed below the buttons.

If I use the file upload button on a desktop in the way that I have to start manually the upload, the choosen filename is displayed below the buttons. This does not happen in the smartphone case.

Does someone has an idea what can be wrong?

Cheers
Heinz

48
Web Server - Ask For Help / Re: Status after a Web Server timeout
« on: May 03, 2016, 12:13:51 AM »
Hi Terry,

thanks for your answer.
No I don't know the startCountdown code.

I am not sure if I understand it.
In which procedure it should be placed? All pages?
The use of the variables is also not clear, where das webpagename gets its value?

Do you mean with LoginPage the page where the user really enters his user account or the page where he should be directed afterwards (normally the main menu of the app).

Thanks for some additional hints.

Cheers
Heinz

49
Hi Brian/Bruce,

sorry, 9.05

Cheers
Heinz

50
Hi Brian/Bruce,

I am using 9.06.

Heinz

51
Web Server - Ask For Help / Status after a Web Server timeout
« on: May 01, 2016, 11:53:24 PM »
Hello,

I am not sure how to handle a Web Server timeout correctly.
The situation is, a user opens a form to edit some record, goes away and the timeout occurs.
When he comes back he does not know about the timeout until he clicks on a button or something else.
The he is redirected to the login form. If he has logged in he is redirected back to the form where he left.
But there he gets the following error:

1. Record not found: (-2) Error 30

What do I have to do, that the user does not automatically is directed to the last form after logging in again, but instead has to take the way he normally does when logging in the first time?

Thanks

Heinz

52
Hi Bruce,

to your points a. and b. I can definetely say no. Immediate valiation is on and the client side reset list I don't use.

Yes, it mainly happens after using a lookup or a dropdown. Lookups I often do as page lookup not as popup.
But I also had the state, that directly after opening the form, going to the text field which has content inside and inserting addtional text, leaving the text field by tab, the old value of the text field was reloaded and the new text was deleted.
I don't know what 'state' this is, but this only happens to text field, not string fields.

Cheers

Heinz

53
Hi together,

on a normal web form I have entry fields, lookup fields (from a file), dropdown boxes (from a file) and also text fields (3000 characters).
I happens from time to time (for our main customer too often) that if he changes the content of a text field, afterwards changes the value of a drop down menu or a lookup field the changes of the text field are reset, in seldom cases the text field is emptied.
Very often it happens, that if he copies content into the text field (paste) an leaves the text field this changes are also reset, the copied content is deleted.
For the text field I have immediate validation, I send a new value to the server (without embed server code) and I refresh the value (Client side tab).

Does someone know what can be wrong here?

Thanks for every hint.

Cheers
Heinz

54
Web Server - Ask For Help / Re: p_web.redirect produces error
« on: April 25, 2016, 03:11:41 AM »
Hi Bruce,

this message appears within one or two seconds.

But I found a way round. Instead of p_web.redirect I use p_web.Script(p_web.WindowOpen(URL)). I found it in the forum. This works so far.

But anyway it would be interesting why the redirect does not work.

Cheers
Heinz

55
Web Server - Ask For Help / p_web.redirect produces error
« on: April 23, 2016, 03:20:18 AM »
Hello,
I have a not standard situation (not browse and form) to let the user enter data and save them.
I have a memory form with three save buttons for different situations. Each one calls a new page (UpdateDB) with an action parameter (UpdateDB?Action=xxx).
Depending on the action parameter the page works with data (from session values) and saves them to the db. this I do in the page setup of UpdateDB.
At the end of the page setup I redirect to different other pages dependend on the action parameter.
Sometimes, it happens, that the redirection does not work. The browser shows the message 'This page cannot be displayed. Check if the web adress is correct.'
This happens after updating the database, directly when calling the redirection to the next page.

But if I press F5 to refresh the browser the page is shown correctly.

This happens with IE, Chrome and Firefox, not exactly in the same situation but in all.

What can be wrong there?

Thanks for every help

Cheers
Heinz

56
Web Server - Ask For Help / Re: Counting users which are logged in
« on: March 15, 2016, 04:59:16 AM »
Hi Bruce,

in the moment I have a timeout of 5 minutes. Its not possible to reduce this because then people cannot work in a normal way.

But if a user logs out actively he wants his licence to be freed at once. At least this would be the best. Its the way the application behaves as windows program. There also I build in a timeout, for those who forget to log out, but if they actively log out the licence is free at once.

Yes the manual counting I do in the ValidateUpdate of LoginForm and LogoutForm. But as I told, I don't get the ones who don't log out actively.

Cheers
Heinz

57
Web Server - Ask For Help / Re: Counting users which are logged in
« on: March 15, 2016, 03:22:23 AM »
Hi Bruce,

I am trying to get the number of really working (logged in) people.

I have the problem that the current session value of the perfomance monitor does not give the correct count of these people because
- if a user logs out actively he is redirected to the login page. This already creates a new session. But if he does not log in he should not be counted. And its a too long time to wait until a timeout

If I use the way to count login's and logout's I don't get those who close the browser and these sessions which are deleted by the web server after a timeout.

Thanks in advance for a hint.

Cheers
Heinz

58
Web Server - Ask For Help / Counting users which are logged in
« on: March 14, 2016, 08:59:39 AM »
Hello,

I am looking for a way to count active users a webserver.
With active I mean not active sessions but logged in users.
The active sessions are not good for me because if a user logs out actively he is redirected to the index page, but this redirects him to the login form and this already starts a new session.
Therefore I only want to count the logged in users. I can do this in the login form, also count the users who actively log out.

But how do I correctly get the users which are logged out with a timeout by the webserver or these ones which just close the browser?

Thanks in advance.

Heinz

59
Web Server - Ask For Help / Re: session counting
« on: February 26, 2016, 06:40:42 AM »
Hi Bruce,

there are different types of work the customers can do with the web application.
One part works with desktop computers or tablets at have a specific amount of concurrent licences for that part.
The other part makes different work with smartphones and they also have a defined amount of licences for that.

If possible I would like to handle this in one webserver. I can count the sessions and therefore the used licences.
But I would need to count the desktop sessions and the mobile sessions separately to decide if all available licences of each part are already in use or not.

Regards,
Heinz

60
Web Server - Ask For Help / session counting
« on: February 25, 2016, 10:19:56 AM »
Hello,

in the performance monitor of the WebServer you see the count of current sessions.

Is it possible to get the count of desktop sessions and mobile sessions separated? (As values in the webserver procedure)
The reason are license countings, which shoud be separated because of different functionalities.

Thanks for every hint.

Cheers
Heinz

Pages: 1 2 3 [4] 5 6