31
Web Server - Ask For Help / Re: All themes up to date?
« Last post by Bruce on January 20, 2025, 06:21:23 PM »As far as I know, yes.
32
Web Server - Ask For Help / Re: No locator/sorts in other than desktop screen size
« Last post by Poul Jensen on January 18, 2025, 10:50:04 PM »Thank you so much Jane :-)
That did the trick.
Cheers
/Poul
That did the trick.
Cheers
/Poul
33
Web Server - Ask For Help / Re: No locator/sorts in other than desktop screen size
« Last post by Jane on January 18, 2025, 02:48:30 PM »Poul,
Don't know what you did with editing the shipping theme that didn't work, but the custom.css you're using won't do what you want.
What you're showing doesn't change the behavior of Bruce's css. You need to include something for that selector that overrides what's in the original css.
Something like this, for example, should work in your custom.css:
Don't know what you did with editing the shipping theme that didn't work, but the custom.css you're using won't do what you want.
What you're showing doesn't change the behavior of Bruce's css. You need to include something for that selector that overrides what's in the original css.
Something like this, for example, should work in your custom.css:
Code: [Select]
@media (max-width: 1024px) { /*for small screens */
.nt-browse-row-header{
display:flex!important;
}
}
34
Web Server - Ask For Help / Re: No locator/sorts in other than desktop screen size
« Last post by Poul Jensen on January 18, 2025, 08:57:50 AM »Hi,
Sorry for adding to this very old topic, but I still have this problem, and I have this in my custom.css:
@media (max-width: 1024px) { /*for small screens */
.nt-browse-row-header{
/*display:none!important;/*14.03 */
}
}
Have even tried modifying the shipping theme, and still no joy.
What else should I be looking into?
Why are headers even as default removed from the browse on small screens? I fail to see the logic for that.
tia
/Poul
Sorry for adding to this very old topic, but I still have this problem, and I have this in my custom.css:
@media (max-width: 1024px) { /*for small screens */
.nt-browse-row-header{
/*display:none!important;/*14.03 */
}
}
Have even tried modifying the shipping theme, and still no joy.
What else should I be looking into?
Why are headers even as default removed from the browse on small screens? I fail to see the logic for that.
tia
/Poul
35
Web Server - Ask For Help / All themes up to date?
« Last post by Poul Jensen on January 17, 2025, 08:25:40 AM »Hi,
Are all current distributed themes up to date?
NT 14.29
I have no issues, just wanted to know
tia
/Poul
Are all current distributed themes up to date?
NT 14.29
I have no issues, just wanted to know

tia
/Poul
36
Web Server - Ask For Help / Re: Filtering two fields in a Net Web Browse
« Last post by osquiabro on January 17, 2025, 04:02:33 AM »yes



37
Web Server - Ask For Help / Re: Filtering two fields in a Net Web Browse
« Last post by Alberto on January 16, 2025, 09:41:24 AM »Sure you meant <39>...
38
Web Server - Ask For Help / Re: Filtering two fields in a Net Web Browse
« Last post by osquiabro on January 16, 2025, 03:51:07 AM »I prefer to use <13> instead of '
39
Web Server - Ask For Help / Re: Filtering two fields in a Net Web Browse
« Last post by Richard I on January 14, 2025, 10:45:59 PM »Got it --
ThisView{prop:Filter} = 'Men:Date = ' & p_web.GSV('Din:date') & |
' and Men:Hall = ''' & p_web.GSV('Din:Hall') & ''' '
Note the spaces and the help of Bruce's book "Developing Web Applications with NetTalk"
Thanks Bruce !
Richard
ThisView{prop:Filter} = 'Men:Date = ' & p_web.GSV('Din:date') & |
' and Men:Hall = ''' & p_web.GSV('Din:Hall') & ''' '
Note the spaces and the help of Bruce's book "Developing Web Applications with NetTalk"
Thanks Bruce !
Richard
40
Web Server - Ask For Help / Filtering two fields in a Net Web Browse
« Last post by Richard I on January 14, 2025, 09:40:44 PM »Hi
I want to filter on two fields in a NW browse as in this expression, which is not working -
ThisView{prop:Filter} = 'Men:Date = ''' & p_web.GSV('Din:date') & |
'and Men:Hall = ''' & p_web.GSV('Din:Hall') &''' '
I can on either one but not both
The code is in 11 Set Filter
Thanks
Richard
NT 14.28
I want to filter on two fields in a NW browse as in this expression, which is not working -
ThisView{prop:Filter} = 'Men:Date = ''' & p_web.GSV('Din:date') & |
'and Men:Hall = ''' & p_web.GSV('Din:Hall') &''' '
I can on either one but not both
The code is in 11 Set Filter
Thanks
Richard
NT 14.28