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.14
« on: January 18, 2024, 03:24:55 AM »
is very difficult to reproduced because is not a template issue that can send example, but let me try to explain step by step.

Open any example provided in NT before NT 14.15 and then embeds, then open any source in embeds and compare the speed of both.

32
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 17, 2024, 01:34:01 PM »
Hi Bruce and thaks for a update

NT 14.15 works, but I don't know why with this version, when I open the embedded, it is very slow compared to other previous versions.

I have two instances of clarion one with NT 12.62 and other with NT 14.15, the version with 12.62 open more fast than 14.15 and with 14.14 open like 12.62

by the way NT 14 is much faster and more stable than 12

33
Web Server - Ask For Help / Re: Another problem with NT 14.14
« on: January 11, 2024, 07:44:03 AM »
thanks this fix is very important for my application

34
Web Server - Ask For Help / Re: Another problem with NT 14.4
« on: January 11, 2024, 04:35:23 AM »
Example with  problem

35
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) & '"'

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

36
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

37
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

38
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

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

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

is true, but not all NT version have this feature

41
try in 4.Value routine

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

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

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

44
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

45
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

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