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

Pages: 1 2 [3] 4 5 ... 123
31
Web Server - Ask For Help / Re: Red cross icon in popups
« on: November 04, 2023, 06:11:18 AM »
THis css seams to work ok

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    visibility: hidden;
}

Any advice?

32
Web Server - Ask For Help / Red cross icon in popups
« on: November 03, 2023, 04:57:36 AM »
Hi, is there any way of delete the close red cross icon in a popup window?
And any way of set it as modal so the user must click on a button to close?
Thanks

33
Web Server - Ask For Help / Re: Conditionally Hide Insert Button on Browse
« on: September 14, 2023, 04:26:36 AM »
Then use the template option...
Adding p_web.GSV('HideTheInsertButton') = 'YES' in the Insert Button Condition field.

34
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: September 02, 2023, 05:31:36 AM »
Hi, you need a secure server for this to work.
Regards

35
Web Server - Ask For Help / Re: WebServer Single Sign On (SSO)
« on: August 23, 2023, 09:43:33 AM »
My customer answer:

Single sign-on with Azure AD is what we aim for .

36
Web Server - Ask For Help / WebServer Single Sign On (SSO)
« on: August 22, 2023, 06:16:25 AM »
Any way to loggin using SSO?
May be using the new Secwin?
Thanks

37
If you are showing a simple web browse with Name and Address and this data is comming from a ws reading, that is, its not entered manually, then you can found any kind of characters inside those fields and if any of this is not xHTML compatible then suddenly the browse does not refresh.
This happened to me, suddenly some Addresses comes with #xxx; coded characters. so in addition to the conversion from utf to ansi I need to use DecEntityToChar() in all the string fields, so...

Is there any st method or combination that cleans all the possible non xHTML characters from a string? no matter if you loose data?

Thanks

38
Web Server - Ask For Help / Re: Change a static page
« on: March 20, 2023, 11:05:43 AM »
Thanks Jane! excelent quote!

39
mhhhh
May be line 1301 must be between _Wait() and _Release() ?
I think it worth the test.
Sorry Bruce if Im wrong!

40
Web Server - Ask For Help / Re: Change a static page
« on: March 20, 2023, 05:10:01 AM »
May be you have the Enable file Cache on?
See pic

41
Hi Bruce, thanks for the explanation.
Problem is theres never any situation in which we need to change or to some calculation inside the loop of the view, but theres many situations in which we need all the view values in the Server side embed.
If its possible, it will be very usefull to add the template the feature to save the view values in the session (when selected) to be used in the server side code, otherwise we need to use the code osquiabro post.
May be add a check in the view to select wich one we need to save as session.
Just an idea.
Thanks

42
I think that David is asking:
What are the purpose of "add additional fields to the view"
The page says to be use in embed points but they have no value.

43
Web Server - Ask For Help / Re: What Triggers the Busy Image?
« on: December 20, 2022, 01:24:11 PM »
Hi, you can use theese:

   p_web.Script('$("#_busy").css(''left'',''50%'').css(''top'',''40%'').css(''display'',''flex'');')

   p_web.Script('$("#_busy").css(''display'',''none'');')

but many asinc methods hides the busy, so, good luck...

44
Hi Bruce, any ideas?

45
Web Server - Ask For Help / Load balancing
« on: December 16, 2022, 09:41:24 AM »
Hi Bruce, Do you plain to add load balancing to NT14 ?

Pages: 1 2 [3] 4 5 ... 123