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 2 3 [4] 5 6 ... 45
46
Web Server - Ask For Help / Re: Keyboard Field (Numeric)
« on: September 28, 2023, 05:12:10 AM »
in your numeric field put in:

4-Value of Routine priority 4000

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

47
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: September 05, 2023, 03:48:11 AM »
Bruce is possible to set nColWidth='none' I had to modify the netweb.tpw so that it does not alter all the Browse with auto when I open my apps

48
Web Server - Ask For Help / Re: Webcam broken in 14.03??
« on: September 05, 2023, 03:44:30 AM »
work perfect in 14.04 with localhost:88

49
Web Server - Ask For Help / Re: loc:extra again
« on: September 05, 2023, 03:44:02 AM »
thanks..

50
Web Server - Ask For Help / Re: loc:extra again
« on: September 01, 2023, 02:16:06 AM »
Bruce, in the past I present an example on this topic:

https://www.nettalkcentral.com/forum/index.php?topic=9175.msg37652#msg37652

51
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

52
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: August 19, 2023, 05:14:01 AM »
I hurried but it didn't work that way, but this yes

#IF(%nColWidth='' or %nColWidth='auto')
          #SET(%nColWidth,'''''')
 #ENDIF

I do not know how this works #prompt ('width (css)' column, expr),%wide, predetermined ('' '' '') because after changing with this always write 'auto'

53
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: August 19, 2023, 04:01:38 AM »
Hi Bruce, I edited these lines in netweb.tpw and work for me

#IF(%nColWidth='' or %nColWidth='auto')
          #SET(%nColWidth,'')
 #ENDIF

54
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: August 19, 2023, 03:23:22 AM »
see the picture, in NetWebBrowse every field have the 'auto' this is generate automatic by this version

55
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: August 18, 2023, 07:59:52 AM »
i saw that this style is generate when is Div grid mode, but in Div FlexBox style="width:auto;", so NT add to all my browse procedures in Column Width (css) 'auto' and is a pain go to procedure by procedure..

56
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

57
same problem

58
Web Server - Ask For Help / Re: NT 14.01 compile error
« on: August 18, 2023, 03:07:06 AM »
thanks jane, i just got carried away by the documentation

59
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

60
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

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