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 ... 45
31
"You can set the autocomplete for the field as a template setting now. 'off' "

is true, but not all NT version have this feature

32
try in 4.Value routine

loc:extra = clip(loc:extra)&' autocomplete="off" '

33
for me this work in NT12.62

p_web.SetOption(loc:options,'changeMonth','true')
p_web.SetOption(loc:options,'changeYear','true' )
p_web.SetOption(loc:options,'yearRange:','-117:+0' )

34
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: October 11, 2023, 02:56:26 AM »
?????

35
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: October 08, 2023, 04:27:46 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

The problem with auto is that overwrite my css in this column, I don't why nt 14 incorporate this, in previous versions somebody decide the attributes in any column

36
Web Server - Ask For Help / Re: Keyboard Field (Numeric)
« on: September 29, 2023, 03:38:45 AM »
i can't open de zip, what version of NT you use? because in nt 12.55 i found a bug a report to bruce in this topic

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

37
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" '

38
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

39
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

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

41
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

42
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

43
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'

44
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

45
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

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