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.
1
Web Server - Ask For Help / Re: All themes up to date?
« on: January 20, 2025, 11:33:55 PM »
Thanks.
/Poul
/Poul
2
Web Server - Ask For Help / Re: No locator/sorts in other than desktop screen size
« 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
3
Web Server - Ask For Help / Re: No locator/sorts in other than desktop screen size
« 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
4
Web Server - Ask For Help / All themes up to date?
« 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
5
Web Server - Ask For Help / Re: Form field - Lookup using two keys
« on: December 28, 2024, 06:35:05 AM »
RESOLVED:
It seems I can use the ValidateValue::MSagL:VARENR Routine
It seems I can use the ValidateValue::MSagL:VARENR Routine
6
Web Server - Ask For Help / Form field - Lookup using two keys
« on: December 28, 2024, 01:47:33 AM »
Hi,
This is a form where user - a mobile service technician - is entering items used on the job in question.
I need to validate a form field with the SKU number when it is accepted.
But the user can enter either SKU number or EAN number (entered from a barcode scanner) and I therefore need to validate this manually, ie. not using the normal wizarded lookup settings tab.
In the windows application I simply do this in the fields accepted embed, but how do I do this in NT?
The Routine Validate --> Field does not fire at this point, but when the form is saved.
tiua
/Poul
This is a form where user - a mobile service technician - is entering items used on the job in question.
I need to validate a form field with the SKU number when it is accepted.
But the user can enter either SKU number or EAN number (entered from a barcode scanner) and I therefore need to validate this manually, ie. not using the normal wizarded lookup settings tab.
In the windows application I simply do this in the fields accepted embed, but how do I do this in NT?
The Routine Validate --> Field does not fire at this point, but when the form is saved.
tiua
/Poul
7
Web Server - Ask For Help / Re: Cannot run any deployed demo app
« on: November 28, 2024, 12:41:42 AM »
Hi Johan,
Thanks for your input, that got me sorted out.
The source of the page was correct, but the settings in the webserver app was not! (settings were from the demo folder on my dev PC).
When corrected all was good.
The errors I showed was cut from the console window in the browser.
Brgds
/Poul
Thanks for your input, that got me sorted out.
The source of the page was correct, but the settings in the webserver app was not! (settings were from the demo folder on my dev PC).
When corrected all was good.
The errors I showed was cut from the console window in the browser.
Brgds
/Poul
8
Web Server - Ask For Help / Cannot run any deployed demo app
« on: November 27, 2024, 11:30:32 PM »
Hello,
Trying out a couple of NT demo apps (Calendar - 12 and Signatures - 75).
Both work as expected when running on dev PC, but when deployed to a Windows server, I am getting af bunch of javascript errors (see attached).
I have copied all files from app folder and app/web folder, and all the js files that cannot be found are available in the /web/script folder and images in /web/images.
So what is going on here.
I am testing with localhost:88 directly on the server.
tia
/Poul
Trying out a couple of NT demo apps (Calendar - 12 and Signatures - 75).
Both work as expected when running on dev PC, but when deployed to a Windows server, I am getting af bunch of javascript errors (see attached).
I have copied all files from app folder and app/web folder, and all the js files that cannot be found are available in the /web/script folder and images in /web/images.
So what is going on here.
I am testing with localhost:88 directly on the server.
tia
/Poul
9
Web Server - Ask For Help / Re: Errors after upgrade to NT 14.27
« on: October 01, 2024, 10:10:53 PM »
Thanks Alberto, that was it.
I thought I had upgraded all Capesoft products, but Stringtheory slipped under the radar :-)
I thought I had upgraded all Capesoft products, but Stringtheory slipped under the radar :-)
10
Web Server - Ask For Help / Errors after upgrade to NT 14.27
« on: October 01, 2024, 11:16:43 AM »
Hi,
I am getting these compile errors:
No matching prototype available - D:\Clarion11\Accessory\libsrc\win\NetMaps.Clw:3605,27
Field not found: FLEXPOLYLINEDECODE - D:\Clarion11\Accessory\libsrc\win\NetMaps.Clw:3605,9
This points to this procedure:
NetMapsHEREPlatform.ParseCalcRouteReplyJSON Procedure(StringTheory pReply)
I do not use any HEREmaps in this app.
Another app give same errors.
What to do?
Cheers
/Poul
I am getting these compile errors:
No matching prototype available - D:\Clarion11\Accessory\libsrc\win\NetMaps.Clw:3605,27
Field not found: FLEXPOLYLINEDECODE - D:\Clarion11\Accessory\libsrc\win\NetMaps.Clw:3605,9
This points to this procedure:
NetMapsHEREPlatform.ParseCalcRouteReplyJSON Procedure(StringTheory pReply)
I do not use any HEREmaps in this app.
Another app give same errors.
What to do?
Cheers
/Poul
11
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: May 04, 2024, 10:19:51 AM »
Hi Bruce,
Its been a while since I switched to the new platform and the new class (I actually believe that Here requires that you use the new platform now).
Cheers
/Poul
Its been a while since I switched to the new platform and the new class (I actually believe that Here requires that you use the new platform now).
Cheers
/Poul
12
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: May 01, 2024, 10:41:17 AM »
Hi Jari,
We see the same issue.
Had to switch to Mapbox. Unfortunately not done by NT, and therefore not with clickable markers like Here Maps.
/Poul
We see the same issue.
Had to switch to Mapbox. Unfortunately not done by NT, and therefore not with clickable markers like Here Maps.
/Poul
13
E-Mail - Ask For Help / Email send using Microsoft Graph
« on: May 01, 2024, 10:31:05 AM »
How to use Microsoft Graph with NT Email send?
Cheers
/Poul
Cheers
/Poul
14
Web Server - Ask For Help / Re: Best way to recover from web-folder out of sync
« on: March 19, 2024, 12:37:04 PM »
Thanks Bruce,
>> If you look inside \scripts\netweb.js and \scripts\all.js you'll be able to see the nettalkversion.
I was wondering where to check for the NT version at the production server.
/Poul
>> If you look inside \scripts\netweb.js and \scripts\all.js you'll be able to see the nettalkversion.
I was wondering where to check for the NT version at the production server.
/Poul
15
Web Server - Ask For Help / Re: Best way to recover from web-folder out of sync
« on: March 18, 2024, 12:01:15 AM »
Hi Ron,
In that field I have: C:\pstellar7\MariSoft\web
But the NT exe is in: C:\pstellar7\MariSoft
so the current entry is wrong ?
Cheers
/Poul
In that field I have: C:\pstellar7\MariSoft\web
But the NT exe is in: C:\pstellar7\MariSoft
so the current entry is wrong ?
Cheers
/Poul