NetTalk Central

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Web Server - Ask For Help / 12.60 Header menu DIV mismatch
« Last post by Jane on May 22, 2023, 06:58:06 PM »
From the history:  "Fix: Better handling of blank parameters in SetDomains, CreateButton, _DivHeader, _DivFooter"

Is that what I'm seeing?  I now have the border-bottom for the header appearing below the browse or whatever's on the page. 
And on the index page, the default vertical height is gone.

Are there some "blank parameters" somewhere I've forgotten to set?
(Default for app is Div Grid).

Thanks!


22
Web Server - Ask For Help / Re: Themes? Any tips?
« Last post by JohanR on May 22, 2023, 11:11:53 AM »
Hi Bruce

Thanks for that,
Base working quite nicely

cheers,

Johan
23
Web Server - Ask For Help / Re: Themes? Any tips?
« Last post by Bruce on May 19, 2023, 10:58:46 PM »
new ones include
Palmtree
Base
Morris

Check out the Themer example for playing around with them.

cheers
Bruce
24
Thank you Jane
Yes, that was it.
Appreciate your help.
Regards,
Richard
25
Web Server - Ask For Help / Re: Splitting up large netwebform
« Last post by TimR on May 19, 2023, 08:56:41 AM »
That fixed the issue, thank you
26
?? I just clicked on web40.app in a fresh install of 12.59 and it compiles without error.

Generated code for me is
Code: [Select]
      packet.append( p_web.CreateHyperLink(p_web._jsok(Left(p_web.FormatValue(DOC:Name,'@s20')),(Net:HtmlOk*0)+(Net:UnsafeHtmlOk*0)),'ServeDocument?name=' & DOC:FileName,'_blank',p_web.combine(p_web.site.style.BrowseHyperlinks,),loc:javascript,,0,(Net:HtmlOk*0)+(Net:UnsafeHtmlOk*0),,,'DocumentsBrowse'))
If you go into the browse properties, click on the DOC:Name field, then on the OnClick tab, is it entered incorrectly in the URL field?

27
Hi
Copied in File Download example
All Ok except in the Global Declarations  DocumentBrowse  Value::Doc:Name Routine
Im getting a reoccuring error which I dont seem to be able to fix permanently.
which is:
packet.append( p_web.CreateHyperLink(p_web._jsok(Left(p_web.FormatValue(DOC::Name,'@s20')),(Net:HtmlOk*0)+(Net:UnsafeHtmlOk*0)),'ServeDocument?name=' & DOCS:FileName,'_blank',p_web.combine(p_web.site.style.BrowseHyperlinks,),loc:javascript,,0,(Net:HtmlOk*0)+(Net:UnsafeHtmlOk*0),,,'DocumentBrowse'))

If I change this to DOC::FileName,  it compiles and runs Ok but the DOCS:FileName returns on subsquent recompiling...
The DCT prefix is DOC

How do I edit and fix permanently please?
Im trying to edit in the CLW file
Thanks
Regards,
Richard NT12.59
28
Web Server - Ask For Help / Themes? Any tips?
« Last post by JohanR on May 18, 2023, 03:24:28 AM »
Hi

Have not worked with NTWS for quite some time and just doing some catchup work.

Any tips on latest themes to check or try?
From looks and responsive behavior point of view?

thanks

Johan



29
Web Server - Ask For Help / Re: Splitting up large netwebform
« Last post by Bruce on May 16, 2023, 11:27:28 PM »
Hi Tim,

the most likely reason is that the "internal" forms need to have the
Include <form>
checkbox turned OFF.
(These forms will also be set as "Memory Forms" and have the Save / Cancel button turned off.

Bruce
30
Web Server - Ask For Help / Splitting up large netwebform
« Last post by TimR on May 16, 2023, 08:27:56 AM »
I have reached a limit on adding new controls to a webform, so I was going to copy the webform to a new procedure , remove extra controls and include the new webform (minus duplicate controls) back into the original procedure, to get around the limit.   Which seemed to work, except all the lookups stopped working, and by stopped I mean the popup lookups open and close, but the fields never get updated. I've tried deleting and recreating the controls but the lookup fields refuse to get updated with the selected values.  Can anyone offer an insight as to why they quit working in the new procedure?
Pages: 1 2 [3] 4 5 ... 10