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 ... 3 4 [5] 6 7 ... 45
61
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 15, 2023, 09:44:38 AM »
i modify this line:
#!loc:extra = p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)

for this:
  loc:extra = clip(loc:extra) & p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)

netweb.tpw

62
after reinstalling NT it started working fine

63
after reinstalling NT it started working fine

64
Hi Vinnie, what version of NT are you using for this? i have a similar approach and after moving to 12.55 everything is broken, did you move to 12.55?

up to version 12.50 everything works fine

65
Web Server - Ask For Help / p_web.Script('ntPlay("/sounds/chord.mp3");')
« on: February 15, 2023, 07:57:42 AM »
don't work in 12.55, in 12.50

p_web.Script('ntPlay("/sounds/chord.mp3");')

66
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 15, 2023, 07:34:51 AM »
same code in both version

 loc:extra = clip(loc:extra)&' inputmode="none" '

67
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

68
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

69
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

70
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

71
#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

72
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

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

74
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

75
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.

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