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.
Pages: [1]
1
Web Server - Ask For Help / ntConfirm funtion
« on: November 19, 2023, 10:33:10 AM »
I'm looking for information on how to use the ntConfirm function, in the context of the OnGainFocus scope.
I would like when returning from a form on a browse to be able to ask a 'Yes'/'No' question and depending on the answer take the corresponding action.
After a bit of research, found that ntConfirm, allows and popup a yes/no message, the question is how do I capture the response, or where can I find documentation about 'f,p1,p2,p3'
Thank you in advance.
I would like when returning from a form on a browse to be able to ask a 'Yes'/'No' question and depending on the answer take the corresponding action.
After a bit of research, found that ntConfirm, allows and popup a yes/no message, the question is how do I capture the response, or where can I find documentation about 'f,p1,p2,p3'
Thank you in advance.
2
Web Server - Ask For Help / PopUp Browse goes to the last page after insert independent of sort or record.
« on: October 24, 2023, 06:35:06 AM »
Hello everyone, looking for a bit of enlightenment:
I have a popup browse called from the main "menu", that has 9 columns lets call them c1 to c9.
All columns c1 to c9 are strings.
c8, and c9 are hidden, and c9 is the table's primary key.
c1 to c7 can all be sorted and searched.
The problem that I'm having is that when returning from an insert, independent of sort or search, the browse always goes to the first row of the last page of the "current" sort.
Sadly I couldn't sell the behavior as a "feature", and the users wanted at the end of insertion, for the browse to go to the newly created record.
Thank you for your help and advice.
Robert
I have a popup browse called from the main "menu", that has 9 columns lets call them c1 to c9.
All columns c1 to c9 are strings.
c8, and c9 are hidden, and c9 is the table's primary key.
c1 to c7 can all be sorted and searched.
The problem that I'm having is that when returning from an insert, independent of sort or search, the browse always goes to the first row of the last page of the "current" sort.
Sadly I couldn't sell the behavior as a "feature", and the users wanted at the end of insertion, for the browse to go to the newly created record.
Thank you for your help and advice.
Robert
Pages: [1]