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.


Topics - osquiabro

Pages: [1] 2 3 ... 11
1
Web Server - Ask For Help / Clarionlive not secure
« on: April 05, 2024, 05:36:54 AM »
Bruce check your certificate for clarionlive

2
Web Server - Ask For Help / Another problem with NT 14.14
« on: January 10, 2024, 05:16:35 PM »
in 12.62 compile perfect, but not in 14.14

3
Web Server - Ask For Help / p_web.LoadTagFile Error
« on: January 10, 2024, 04:36:16 PM »
converting app to nt 14.4 received this error when compile see the images

4
Web Server - Ask For Help / loc:extra again
« on: August 31, 2023, 02:06:02 PM »
i have this code in a field loc:extra = clip(loc:extra)&' inputmode="none" ' but NT 12 and 14 overwrite with this:

loc:extra = p_web.SetEntryWidth(loc:extra,,Net:Form)

this occurs in netweb.tpw:

#Group(%MakeFormSize)
    #case(%FormFieldType)
      #of('File Upload')
      #orof('String')
      #orof('Date')
      #orof('Drop')
      #orof('Color')
      #orof('Month')
      #orof('Number')
      #orof('Slider')
      #orof('Spinner')
      #orof('Range')
      #orof('Email')
      #orof('Telephone')
      #orof('Time')
      #orof('URL')
      #orof('Week')
  loc:extra = p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)
      #of('Text')
        #IF(%FormFieldHTMLEditor='ACE')
        #ELSE
  loc:extra = p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)
        #ENDIF
    #EndCase

5
Web Server - Ask For Help / NetwebBrowse in nt 14.1
« on: August 18, 2023, 07:13:40 AM »
every row in nt 14.1 generate this style:

style="grid-row-start: 3; grid-column-start: 3; display: flex; <-- for me the problem is display:flex, with display:block is that i need

How can I override this? or tell NT not to generate this?

this is example in previous version

https://www.fecipur.org/Finanzas

in NT 14.01 any example generate the mentioned above

6
Web Server - Ask For Help / NT 14.01 compile error
« on: August 17, 2023, 04:21:50 PM »
Unknown identifier: RF:INTERFACE - C:\Clarion11_13630\Accessory\libsrc\win\netwebsessions.Clw:108,50

NetSessionsQueue.iNetSessions.Save                  PROCEDURE ()
json  jsonclass
  code
  json.start()
  json.SetTagCase(jf:caseAsIs)
  json.Reflection.SetType('group','INETSESSIONS',rf:Interface) ! will automatically make it private | readonly
  Json.SetDontSaveBlanks(true)
  json.save(self,self.StateFileName.GetValue())   ! passing an object to jFiles treats it as a group. Reflection does the rest.
  return NET:OK

i have all templates updated

7
Web Server - Ask For Help / Incorrect url in Documentation
« on: August 17, 2023, 01:26:02 PM »
Bruce, check capesoft documentation https://www.capesoft.com/docs/NetTalk14/nettalkindex.htm#WebServer in Web Server Run Time Settings the url is wrong file:///X:/InetPub/capesoft/docs/NetTalk14/NetWebRuntimeSettings.htm

8
Web Server - Ask For Help / Date Picture Problem
« on: July 24, 2023, 09:30:14 AM »
after update to 12.62 the format picture @d02b generate 0000000000, the settings is in webserver

9
Web Server - Ask For Help / EIP Validation
« on: May 04, 2023, 06:12:46 AM »
How does EIP validation work? the Required has a checkmark, but saves blank

10
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");')

11
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

12
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

13
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

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

15
Web Server - Ask For Help / Secwin 7.40 compiling error
« on: December 06, 2022, 05:38:46 AM »
hi after install and compile 7.40 result in this error and yes refresh a classes

Indistinguishable new prototype: GETMACHINEID - D:\Clarion11_13630\NetTalk\Web Server\Secwin (51)\web51.clw:513

NT 12.50

Pages: [1] 2 3 ... 11