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.
76
E-Mail - Ask For Help / Re: Send email error -53
« on: February 01, 2018, 11:14:01 PM »
Thats a slight worry the server is
smtp.office365.com
Is there a way of increasing the timeout slightly?
smtp.office365.com
Is there a way of increasing the timeout slightly?
77
E-Mail - Ask For Help / Send email error -53
« on: February 01, 2018, 06:42:30 PM »
Attempting to send an email, my clients sometimes get the following error:
A network communication error has occurred.||Error = The requested connection could not be opened. The Open command timed out or failed to connect.||The error number was -53 which means Open Timeout or Failure error.||Error occurred in function NetSimple.
Retrying the email will either work or maybe this error again.
Any ideas on how to solve?
C10 NT 10.07
A network communication error has occurred.||Error = The requested connection could not be opened. The Open command timed out or failed to connect.||The error number was -53 which means Open Timeout or Failure error.||Error occurred in function NetSimple.
Retrying the email will either work or maybe this error again.
Any ideas on how to solve?
C10 NT 10.07
78
Web Server - Ask For Help / Wrong button highlighted after selection
« on: September 17, 2017, 10:18:40 PM »
Hi
I have a form that has 4 buttons on it. The buttons basically just set a session value and then reset a few browses to display or not.
The problem is if I click on button 1 button 2 ends up highlighted, or selected or whatever it is.
If button 3 is clicked button 4 is highlighted.
Any ideas on whats going on and how to stop it?
I have a form that has 4 buttons on it. The buttons basically just set a session value and then reset a few browses to display or not.
The problem is if I click on button 1 button 2 ends up highlighted, or selected or whatever it is.
If button 3 is clicked button 4 is highlighted.
Any ideas on whats going on and how to stop it?
79
Web Server - Ask For Help / How to change tooltip text on lonin button?
« on: September 10, 2017, 09:59:29 PM »
Currently the Login button comes up with a tooltip text of 'Click on this to save the form'
I want to change it to something about logging in !
How does one acheive this
I want to change it to something about logging in !
How does one acheive this
80
Web Server - Ask For Help / Can popup calendar be made to start on a Monday?
« on: September 10, 2017, 09:49:27 PM »
Hi all
Can the popup calendar be made to start on a Monday?
Can the popup calendar be made to start on a Monday?
81
Web Server - Ask For Help / NTWS and Secwin
« on: August 21, 2017, 07:04:19 PM »
We have a normal wndows app and would like a very limited NTWS for one small part.
Is it possible to control the WS access from the Normal Windows app?
Is it possible for a supervisor to set who goes into the WS without emails flying around. We want the same logon as the windows app.
Is it possible to control the WS access from the Normal Windows app?
Is it possible for a supervisor to set who goes into the WS without emails flying around. We want the same logon as the windows app.
82
Web Server - Ask For Help / Re: Pressing enter is going back instead of submitting
« on: August 09, 2017, 02:53:44 AM »
@vinnie
The memory form has dates for filtering the browse.
The Button is set to refresh the browse. And it works fine if you click the Button.
If you press enter it goes to the previous page.
The memory form has dates for filtering the browse.
The Button is set to refresh the browse. And it works fine if you click the Button.
If you press enter it goes to the previous page.
83
Web Server - Ask For Help / Re: One browse doesn't sort header
« on: August 09, 2017, 02:50:52 AM »
@Vinnie
Not sure exactly what you mean by needs to have a header? There is a header unless I misunderstand.
The data in all cases in this app comes from an SQL stored procedure thats copied into a memory table. All other browses work fine and sort by column exept this one, which seems to be identical to alll the others.
Not sure exactly what you mean by needs to have a header? There is a header unless I misunderstand.
The data in all cases in this app comes from an SQL stored procedure thats copied into a memory table. All other browses work fine and sort by column exept this one, which seems to be identical to alll the others.
84
Web Server - Ask For Help / Re: Pressing enter is going back instead of submitting
« on: August 08, 2017, 01:25:56 AM »
OK To clarify.
I have memory forms with fields (dates for browse filters), buttons, one of which I call submit, but is just a button with an equate of Button:refresh that in client actions does a reset of other fields mainly a procedure calling a Browse.
In all forms the refresh is checked as default button.
In all cases the enterkey goes back to the previous page.
so enter - enter -enter - enter swaps between 2 pages
to further clarify - this behaviour seems to be application wide.
I have memory forms with fields (dates for browse filters), buttons, one of which I call submit, but is just a button with an equate of Button:refresh that in client actions does a reset of other fields mainly a procedure calling a Browse.
In all forms the refresh is checked as default button.
In all cases the enterkey goes back to the previous page.
so enter - enter -enter - enter swaps between 2 pages
to further clarify - this behaviour seems to be application wide.
85
Web Server - Ask For Help / Re: One browse doesn't sort header
« on: August 07, 2017, 10:18:36 PM »
Sorting is set as server-side.
But it's set to file load.
In fact all the browses are set to file load, and all the others column sort fine.
I'll try page loaded and see if there is a difference.
But it's set to file load.
In fact all the browses are set to file load, and all the others column sort fine.
I'll try page loaded and see if there is a difference.
86
Web Server - Ask For Help / Re: One browse doesn't sort header
« on: August 07, 2017, 09:49:25 PM »
I'll try and look
Just to note, this is All columns not sorting, not just one particular one.
Just to note, this is All columns not sorting, not just one particular one.
87
Web Server - Ask For Help / Re: One browse doesn't sort header
« on: August 06, 2017, 11:59:41 PM »
It's a field in the table.
It's actually a memory driver table filled by a stored procedure in init.
But all the browses are like that and this is the only one that doesn't sort
It's actually a memory driver table filled by a stored procedure in init.
But all the browses are like that and this is the only one that doesn't sort
88
Web Server - Ask For Help / Re: Pressing enter is going back instead of submitting
« on: August 06, 2017, 11:57:52 PM »
No. No std buttons at all. No update forms Everything is just display only in the browse.
89
Web Server - Ask For Help / One browse doesn't sort header
« on: August 06, 2017, 10:05:01 PM »
I have one browse where the headers don't cause a sort of that column.
All the others are fine, and I can't see any difference!!
Help!!!
All the others are fine, and I can't see any difference!!
Help!!!
90
Web Server - Ask For Help / Pressing enter is going back instead of submitting
« on: August 06, 2017, 10:00:10 PM »
NTWS 10
Memory form, I have a search field(s) and a submit button marked as default button to refresh a browse
However pressing enter causes one to go back a page instead.
How do I get enter to press my button instead?
Memory form, I have a search field(s) and a submit button marked as default button to refresh a browse
However pressing enter causes one to go back a page instead.
How do I get enter to press my button instead?