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

Pages: 1 ... 4 5 [6] 7 8 ... 45
76
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 15, 2023, 07:13:08 AM »
same problem with p_web.CreateInput loc:extra don't work

nt 12.55

77
Web Server - Ask For Help / Re: Telephone field?
« on: February 15, 2023, 06:09:41 AM »
thanks bshields, Bruce i think that this post apply for Feature Requests

78
Web Server - Ask For Help / Telephone field?
« on: February 14, 2023, 10:57:19 AM »
Telephone field what is it? or how does it work?

i need a similar option

https://www.jqueryscript.net/demo/jQuery-Input-Mask-Phone-Numbers/

 but  NT Telephone field option does nothing

79
Web Server - Ask For Help / p_web.CreateMedia and loc:extra don't work
« on: February 11, 2023, 04:54:52 AM »
Hi Bruce, the p_web.CreateMedia('loc:st_filename',p_web.gsv('loc:st_filename'),,loc:fieldclass,,loc:extra,loc:javascript)  & p_web.CRLF don't recognize the value of loc:extra

NT 12.50

80
#1 - you can test by stopping the process, deleting the certificate, and rebooting the machine.

this is the only solution that work for me but not at service i have two .exe one as services and other at no service and with no service this the certificate is created successfully after delete all content in directory , and yes the services run as administrator privileges.

NT 12.50

81
Web Server - Ask For Help / Re: To control FileDownload
« on: January 17, 2023, 03:32:56 AM »
this work for me, in your field upload - 6 Add Late Server Side Code Here

 Mem:FotoExtension =  upper(st.ExtensionOnly(p_web.GSV('Loc:Path')))
  IF NOT INLIST(Mem:FotoExtension,'JPG','GIF','TIFF','PNG') OR p_web.GSV('Loc:Path')=''   
      loc:invalid = 'Loc:Path'
      loc:Alert = 'FOTO INVALIDAD SOLO SE ACEPTAN: JPG,GIF,TIFF,PNG'
      p_web.Script('ntAlert("Invalid Document Type.","ALERT");') 
      remove(p_web.GSV('Loc:Path'))
      p_web.ssv(Loc:Path,'')
      CLEAR(Loc:Path)
      CLEAR(Mem:FotoExtension)
      EXIT
  END

82
Web Server - Ask For Help / Re: String Teory Question
« on: January 05, 2023, 03:53:45 AM »
Don and Jane Thanks..

83
Web Server - Ask For Help / String Teory Question
« on: January 04, 2023, 01:15:12 PM »
Exist any function for return a file size in mb? or other any function for this?

thanks

84
Web Server - Ask For Help / Re: Larges Reports on NT
« on: January 03, 2023, 05:39:03 AM »
I'm creating my own solutions, I don't know if it's a good practice, but it works for me.

I created an .exe only for reports and by parameters I pass the required data, that .exe runs independently of NT so no more slowness in NT and when it ends, an email is sent to the user to download it, the account statements are saved in a table and the user downloads them from there.

85
Web Server - Ask For Help / Re: Larges Reports on NT
« on: December 29, 2022, 04:09:43 AM »
Hi Bruce,i missed tell you that i use the start button, but after report process start all other transaction said Slow Request: [760] and really is very slow, only when a appear pdf window generating the web server return to a normal.

Is a desktop app large report converted to NT, it is a customer account statement, in desktop mode run and completed, and generates a pdf of 500 mb or more with draft mode for small pdf.

i trying to undestand the bshields code and many thanks for share.

My idea is if possible is send a request to the server for a particular report with parameter and this report execute outside any thread of NT and when finish the report send email to user for downlod.

it is very difficult for me to create app a demo for the large amount of data

86
my technique is in add server side code with the value of value field like this:

Rou:RouteCode = p_web.gsv('ByRoute')
Access:Route.Open()
Access:Route.UseFile()
IF Access:Route.TryFetch(Rou:IX_RouteCode) = Level:Benign
    ByRouteId = Rou:RouteID
    p_web.ssv('ByRouteId',ByRouteId)
    p_web.SetValue('SelectField','ByLoteCode')
End

and move to session value any other field for a record selected

87
Web Server - Ask For Help / Re: Larges Reports on NT
« on: December 27, 2022, 10:24:41 AM »
"Technically, most of this is done client side within the browser."

but how can I send a process to the server and have the thread close?

i have no idea

Thanks..

88
Web Server - Ask For Help / Re: Larges Reports on NT
« on: December 22, 2022, 09:39:16 AM »
Did you try a very long report with NT?

I made one using the progress bar that comes with NT but the webserver gets too slow waiting for that sub-process to finish as you indicate and on several occasions the webserver crashed

89
Web Server - Ask For Help / Larges Reports on NT
« on: December 22, 2022, 04:19:35 AM »
Hi, is possible create a process or report when finish in a server send notification to user with a link for download like google when export email:

Google is creating a copy of files from 2 products
This process can take a long time (possibly hours or days) to complete.
You'll receive an email when your export is done.

90
Web Server - Ask For Help / Re: Load balancing
« on: December 19, 2022, 03:58:56 AM »
but how would it be done with one of the existing tools? do you have example, documentation or webminar?

Pages: 1 ... 4 5 [6] 7 8 ... 45