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 ... 3 4 [5] 6 7 ... 45
61
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

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

63
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

64
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

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

66
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

67
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

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

69
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

70
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 15, 2023, 09:44:38 AM »
i modify this line:
#!loc:extra = p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)

for this:
  loc:extra = clip(loc:extra) & p_web.SetEntryWidth(loc:extra,%FormFieldWidth,Net:Form)

netweb.tpw

71
after reinstalling NT it started working fine

72
after reinstalling NT it started working fine

73
Hi Vinnie, what version of NT are you using for this? i have a similar approach and after moving to 12.55 everything is broken, did you move to 12.55?

up to version 12.50 everything works fine

74
Web Server - Ask For Help / p_web.Script('ntPlay("/sounds/chord.mp3");')
« on: February 15, 2023, 07:57:42 AM »
don't work in 12.55, in 12.50

p_web.Script('ntPlay("/sounds/chord.mp3");')

75
Web Server - Ask For Help / Re: p_web.CreateMedia and loc:extra don't work
« on: February 15, 2023, 07:34:51 AM »
same code in both version

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

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