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 / Barcode Scanner
« on: May 06, 2024, 06:23:42 AM »
Why Barcode scanner don't with a sub domain? example

https://fecipur.istpr.com/barcode

and work in this domain

https://fecipur.org/barcode

i think that the problem is when app is multihost because i have a same problem with my primary domain

https://istpr.com/qrcode

NT 14.21

2
Web Server - Ask For Help / disable moving columns
« on: May 06, 2024, 05:12:00 AM »
Hi Bruce, how i can disable moving columns in Browse? is confuse for a users, example of problem is in

https://www.fecipur.org/Finanzas

NT 14.21

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

4
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

5
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

6
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

7
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

8
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

9
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

10
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

11
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

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

13
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

14
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

15
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

Pages: [1] 2 3 ... 11