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: NT 8.13 issue with Select button on NetWebBrowse
« on: June 04, 2014, 09:13:58 AM »
Hi Vince,
Thanks for checking. For now, I have reverted back to 8.12.
Again, thanks...
Alan
Thanks for checking. For now, I have reverted back to 8.12.
Again, thanks...
Alan
2
Web Server - Ask For Help / Re: NT 8.13 issue with Select button on NetWebBrowse
« on: June 04, 2014, 06:57:41 AM »
I am getting the same result with version 8.14 as I did with 8.13 with not being able to get the change button on a NetWebBrowse to call the NetWebForm.
I tried this with the Accounts (web31) app. Can anyone else check to see if they run into the same issue.
I tried this with the Accounts (web31) app. Can anyone else check to see if they run into the same issue.
3
Web Server - Ask For Help / Re: NTWS and SelfService Icon issue
« on: June 04, 2014, 06:38:54 AM »
Bruce,
Thanks for clearing that up.
Alan
Thanks for clearing that up.
Alan
4
Web Server - Ask For Help / Re: NTWS and SelfService Icon issue
« on: June 04, 2014, 05:28:38 AM »
If that is the case, then how does other programs that run as services get their program's icon in the task bar? Just wondering.
5
Web Server - Ask For Help / NTWS and SelfService Icon issue
« on: June 03, 2014, 11:48:03 AM »
I am wanting to run my NTWS app as a service using SelfService. Everything seems to work except the icon doesn't display in the task tray.. If I run the app as an executable, the icon shows up. After following the steps in the Q&A section of the selfservice documentation: "(C2) I can't get the Task Tray Icon to work, when the application is loaded as a Service on boot up", but it still doesn't work.
Any ideas on how to get this working, otherwise, I will just keep running as an executable. I am running NT8.12, SelfService 3.43 and WinEvent 3.86.
Thanks...
Alan
Any ideas on how to get this working, otherwise, I will just keep running as an executable. I am running NT8.12, SelfService 3.43 and WinEvent 3.86.
Thanks...
Alan
6
Web Server - Ask For Help / NT 8.13 issue with Select button on NetWebBrowse
« on: June 02, 2014, 07:05:49 AM »
Hi Bruce,
With 8.13, now if I press the Select button on a NetWebBrowse procedure, it might take 3 or 4 times for the NetWebForm procedure to open. I even tried this with the Accounts (web31) example with the same results. It worked in 8.12.
Regards...
Alan
With 8.13, now if I press the Select button on a NetWebBrowse procedure, it might take 3 or 4 times for the NetWebForm procedure to open. I even tried this with the Accounts (web31) example with the same results. It worked in 8.12.
Regards...
Alan
7
Web Server - Ask For Help / Re: Expression cannot be Picture error message
« on: May 27, 2014, 09:54:51 AM »
Thanks Bruce...
8
Web Server - Ask For Help / Re: Expression cannot be Picture error message
« on: May 23, 2014, 07:33:57 AM »
Just an update: In version 8.11, the generated code is
if not loc:alert then loc:Alert = p_web.translate('OWN:PINNumber') & ' ' & clip(p_web.site.MoreThanText) & ' ' & clip(format('1002',@S250)) & ', ' & clip(p_web.site.LessThanText) & ' ' & clip(format('9997',@S250)) .
where in 8.12, it generates:
if not loc:alert then loc:Alert = p_web.translate('OWN:PINNumber') & ' ' & clip(p_web.site.MoreThanText) & ' ' & clip(p_web.mformat('1002',@S250)) & ', ' & clip(p_web.site.LessThanText) & ' ' & clip(p_web.mformat('9997',@S250)) .
So it appears there is a bug in version 8.12
if not loc:alert then loc:Alert = p_web.translate('OWN:PINNumber') & ' ' & clip(p_web.site.MoreThanText) & ' ' & clip(format('1002',@S250)) & ', ' & clip(p_web.site.LessThanText) & ' ' & clip(format('9997',@S250)) .
where in 8.12, it generates:
if not loc:alert then loc:Alert = p_web.translate('OWN:PINNumber') & ' ' & clip(p_web.site.MoreThanText) & ' ' & clip(p_web.mformat('1002',@S250)) & ', ' & clip(p_web.site.LessThanText) & ' ' & clip(p_web.mformat('9997',@S250)) .
So it appears there is a bug in version 8.12
9
Web Server - Ask For Help / Expression cannot be Picture error message
« on: May 23, 2014, 05:52:50 AM »
After installing NT8.12, I am now getting "Expression cannot be Picture" error message when compiling. The field that it is complaining on has a "Must be in Numeric Range" in the dictionary. This has a Data Type of "LONG", Screen Picture of "@n04", Initial Value of "RANDOM(1002,9997).
The generated code:
! Automatic Dictionary Validation
If InRange(OWN:PINNumber,1002,9997) = false
loc:Invalid = 'OWN:PINNumber'
if not loc:alert then loc:Alert = p_web.translate('OWN:PINNumber') & ' ' & clip(p_web.site.MoreThanText) & ' ' & clip(p_web.mformat('1002',@S250)) & ', ' & clip(p_web.site.LessThanText) & ' ' & clip(p_web.mformat('9997',@S250)).
End
It complains on clip(p_web.mformat('1002',@S250)) and clip(p_web.mformat('9997',@S250)).
This was working fine with version 8.11.
Alan
The generated code:
! Automatic Dictionary Validation
If InRange(OWN:PINNumber,1002,9997) = false
loc:Invalid = 'OWN:PINNumber'
if not loc:alert then loc:Alert = p_web.translate('OWN:PINNumber') & ' ' & clip(p_web.site.MoreThanText) & ' ' & clip(p_web.mformat('1002',@S250)) & ', ' & clip(p_web.site.LessThanText) & ' ' & clip(p_web.mformat('9997',@S250)).
End
It complains on clip(p_web.mformat('1002',@S250)) and clip(p_web.mformat('9997',@S250)).
This was working fine with version 8.11.
Alan
10
Web Server - Ask For Help / Re: Report Progress Bar with Hyperlink
« on: December 13, 2013, 10:24:51 AM »
I was able to resolve this by adding
p_web.SetProgress(loc:ProgressName,loc:PDFName) !set to report name variable instead of default variable
in the ThisWindow.Kill embed (Priority 1900) right after
p_web.SetProgress(loc:ProgressName,loc:URL)
which the template sets.
Thanks for pointing me in the right direction Bruce. Now I am able to publish C9 NT web app to production web server.
Alan
p_web.SetProgress(loc:ProgressName,loc:PDFName) !set to report name variable instead of default variable
in the ThisWindow.Kill embed (Priority 1900) right after
p_web.SetProgress(loc:ProgressName,loc:URL)
which the template sets.
Thanks for pointing me in the right direction Bruce. Now I am able to publish C9 NT web app to production web server.
Alan
11
Web Server - Ask For Help / Re: Report Progress Bar with Hyperlink
« on: December 13, 2013, 09:03:38 AM »
Thanks Bruce... will give it a go...
Alan
Alan
12
Web Server - Ask For Help / Re: Report Progress Bar with Hyperlink
« on: December 13, 2013, 05:00:18 AM »
PDF name is generated based on a set variable name. So could the hyperlink just reference the Loc:PDFName variable?
13
Web Server - Ask For Help / Report Progress Bar with Hyperlink
« on: December 12, 2013, 11:39:25 AM »
Hi Bruce,
I added a button with a "Start" type to show the progress bar when it generates a report. During the report process, it generates a PDF (using PDFTools 4.1) and places it in a "FinalBills" folder under the "web" folder. The name of the PDF for example is "333-F20-15_Hadley.pdf". The problem that I am having is when I press the "View Final Bill" link, it is trying to open "localhost:4025/reports/$$$65444.pdf" and gives me the "404 Page Not Found" error page. Where can I set the hyperlink with the saved PDF name under "FinalBills" folder instead of the generated $$$ pdf name?
Using C9 and NT 7.31
Thanks...
Alan
I added a button with a "Start" type to show the progress bar when it generates a report. During the report process, it generates a PDF (using PDFTools 4.1) and places it in a "FinalBills" folder under the "web" folder. The name of the PDF for example is "333-F20-15_Hadley.pdf". The problem that I am having is when I press the "View Final Bill" link, it is trying to open "localhost:4025/reports/$$$65444.pdf" and gives me the "404 Page Not Found" error page. Where can I set the hyperlink with the saved PDF name under "FinalBills" folder instead of the generated $$$ pdf name?
Using C9 and NT 7.31
Thanks...
Alan
14
Web Server - Ask For Help / NetWebForm Popup
« on: October 02, 2013, 08:29:02 AM »
Can a button on a NetWebForm call another NetWebForm as a Popup window?
Currently, the first form is a popup window but when the user presses the "Generate" button, it calls another NetWebForm to make sure they want to continue. Right now, this opens as a separate page but would be nice for it to be a popup window.
Currently, the first form is a popup window but when the user presses the "Generate" button, it calls another NetWebForm to make sure they want to continue. Right now, this opens as a separate page but would be nice for it to be a popup window.
15
Web Server - Ask For Help / Re: Showing Browse users who are online in real time
« on: April 11, 2012, 06:20:59 AM »
Hi MikeR,
Let me fire up C6.3 and make the necessary changes. I will upload the example in a few minutes.
Alan
Let me fire up C6.3 and make the necessary changes. I will upload the example in a few minutes.
Alan