11
Web Server - Ask For Help / Re: Can you make CheckBoxes with the Button on the Leftt and Text on the Right ?
« Last post by rjolda on December 02, 2024, 11:40:48 AM »HI,
Also found that you can use the Check Box Tab for a check box and use the True Text and False Text to get the same result except the text is now inside the button !
Check box field is Byte - 0/1
Ron
Also found that you can use the Check Box Tab for a check box and use the True Text and False Text to get the same result except the text is now inside the button !
Check box field is Byte - 0/1
Ron
12
Web Server - Ask For Help / Re: Can you make CheckBoxes with the Button on the Leftt and Text on the Right ?
« Last post by rjolda on December 02, 2024, 09:49:16 AM »Mike,
This is a clearer example of having check on LEFT and text on right. I have a screen shot of template ( Hide Prompt and put Text in COMMENT and SHOW comment only).
Ron
BTW - the Layout for this Form is TABLE ( not Grid or Flex)
Ron
This is a clearer example of having check on LEFT and text on right. I have a screen shot of template ( Hide Prompt and put Text in COMMENT and SHOW comment only).
Ron
BTW - the Layout for this Form is TABLE ( not Grid or Flex)
Ron
13
Web Server - Ask For Help / Re: Close BROWSE procedure
« Last post by Alberto on November 29, 2024, 04:19:35 AM »p_web.Script( p_web.WindowOpen( 'ThePageYouwantToGo'))
14
Web Server - Ask For Help / Re: Close BROWSE procedure
« Last post by osquiabro on November 29, 2024, 04:11:37 AM »maybe put your browse inside memory form, i have all my browses inside memory form
15
Web Server - Ask For Help / Close BROWSE procedure
« Last post by rjolda on November 29, 2024, 03:16:56 AM »Hi,
C11.0.136 NT 14.21
Bruce offered this to close a FORM ===> p_web.ntform(loc:formName,'clickClose')
However, this appears to be for FORMS only. This appears in Browse code but appears to refer to the FORM for the browse
Question: How do I close a NT BROWSE procedure in code?
Thanks,
Ron
C11.0.136 NT 14.21
Bruce offered this to close a FORM ===> p_web.ntform(loc:formName,'clickClose')
However, this appears to be for FORMS only. This appears in Browse code but appears to refer to the FORM for the browse
Question: How do I close a NT BROWSE procedure in code?
Thanks,
Ron
16
Web Server - Ask For Help / Re: Cannot run any deployed demo app
« Last post by Poul Jensen 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
17
Web Server - Ask For Help / Re: Cannot run any deployed demo app
« Last post by JohanR on November 28, 2024, 12:03:47 AM »Hi Poul
Not sure where you're seeing the errors or copied the text from.
But easiest for me as follows and not sure if you've done this.
If the page loads , even with errors, then the page is found,
right click on the page in the browser and see the source lines for the script files
eg.
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:r,b" />
<script src="/scripts/modernizr.custom.js" type="text/javascript"></script>
<script src="/scripts/jquery-3.7.0.min.js" type="text/javascript"></script>
<script src="/scripts/jquery-ui-1.13.2.custom.min.js" type="text/javascript"></script>
if you click on the line, it should open the .JS file
otherwise check the location of the file
check your webfolder setting and where the app is loaded from
see attachment
c:\appfolder\webapp.exe
your web folder normally is in the same folder
c:\appfolder\web
and below that the script folder
c:\appfolder\web\scripts
regards
Johan
Not sure where you're seeing the errors or copied the text from.
But easiest for me as follows and not sure if you've done this.
If the page loads , even with errors, then the page is found,
right click on the page in the browser and see the source lines for the script files
eg.
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:r,b" />
<script src="/scripts/modernizr.custom.js" type="text/javascript"></script>
<script src="/scripts/jquery-3.7.0.min.js" type="text/javascript"></script>
<script src="/scripts/jquery-ui-1.13.2.custom.min.js" type="text/javascript"></script>
if you click on the line, it should open the .JS file
otherwise check the location of the file
check your webfolder setting and where the app is loaded from
see attachment
c:\appfolder\webapp.exe
your web folder normally is in the same folder
c:\appfolder\web
and below that the script folder
c:\appfolder\web\scripts
regards
Johan
18
Web Server - Ask For Help / Cannot run any deployed demo app
« Last post by Poul Jensen 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
19
Web Server - Ask For Help / Re: I have a PopUp Form with an AutoStart Button can I autoClose after done ?
« Last post by Bruce on November 26, 2024, 08:59:32 PM »p_web.ntform(loc:formName,'clickClose')
20
Web Server - Ask For Help / Re: How to encrypt an existing TPS file
« Last post by Richard I on November 24, 2024, 06:18:21 PM »Did it in a DeepAssign Routine