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: 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..

47
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

48
same problem

49
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

50
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

51
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

52
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

53
or create your own menu, this is a memory form with buttons

54
Web Server - Ask For Help / Re: EIP Validation
« on: May 08, 2023, 07:09:01 AM »
sarcasm? try web5.app sample BasicCombinedBrowseAndForm (5) and change required any field

55
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

56
Web Server - Ask For Help / Re: Telephone field?
« on: February 19, 2023, 12:03:33 PM »

57
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 17, 2023, 08:31:45 AM »
in FieldExpo procedure,entry tab, the field aAutoComplete have this code:

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

and not generate

58
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 17, 2023, 04:21:03 AM »
in any field 4 Value routine put:

loc:extra = clip(loc:extra)&' input mode="none" '

if you see the attached image in version 12.50 the extra field is added but in 12.55 it doesn't, after changing the code with the line of version 12.50 it works again

59
Web Server - Ask For Help / Re: email send control template error 12.55
« on: February 16, 2023, 03:52:55 PM »
go to any window that have net send email template, setting in Oauth Token delete pEmail.pToken and compile again

same problem.

60
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 16, 2023, 03:36:53 AM »
Bruce, in netweb.tpw line 11701 and line 11706

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