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
Web Server - Ask For Help / Re: Another problem with NT 14.4
« on: January 10, 2024, 05:25:29 PM »
i don't if this is a problem but in netweb.clw i saw this

!------------------------------------------------------------------------------
NetWebServerWorkerBase.Wrap    Procedure (String p_attr,*Cstring p_Value)
  code
  If p_Value = '' then return ''.
  If p_attr = '' then return p_Value.
  Return ' ' & p_attr & '="' & p_value & '"'

!------------------------------------------------------------------------------
NetWebServerWorkerBase.Wrap    Procedure (String p_attr,String p_Value)
  code
  If p_Value = '' then return ''.
  If p_attr = '' then return clip(p_Value).
  Return ' ' & clip(p_attr) & '="' & clip(p_value) & '"'

!------------------------------------------------------------------------------

32
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

33
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

34
Web Server - Ask For Help / Re: Detect small screen?
« on: January 09, 2024, 04:28:34 PM »
for me in login detected the size with this code

IF p_web.gsv('_screenWidth_') < 600 ! is mobile
    p_web.ssv('Loc:css',' col-xs-12')     
ELSE
    p_web.ssv('Loc:css','')
END

35
Web Server - Ask For Help / Re: NetwebBrowse in nt 14.1
« on: October 25, 2023, 06:21:49 AM »
thanks bruce..

36
"You can set the autocomplete for the field as a template setting now. 'off' "

is true, but not all NT version have this feature

37
try in 4.Value routine

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

38
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' )

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

40
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

41
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

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

43
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

44
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

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

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