NetTalk Central

Show Posts

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.


Messages - Richard I

Pages: 1 [2] 3 4 ... 26
16
Can you elucidate please?

17
HI Bruce,
The example Logging 81 displays this error
Using NT 14.19
Cheers
Richard

18
Web Server - Ask For Help / Re: Update LineItem option in Accounts example
« on: February 28, 2024, 10:46:34 PM »
Bruce ,
the UI is the Browse Invoices page
there is a button there which sets the session value, and then , hopefully determines whether the "InsertAnother" occurs or "return to Browse" is triggered.
Cheers
Richard

19
Web Server - Ask For Help / Re: Update LineItem option in Accounts example
« on: February 28, 2024, 10:44:04 PM »
The question is how close to the Invoice Browse or the Update lineitems form does the setting have to be?
I have a user login screen and the session value can be set there, but thats pretty inconvenient if there is one batch of records to be added one day and on another,  only one or two.
So Im thinking that the setting of the sessionvalue can be anywhere prior, but, where is prior?





20
Hi Bruce,
Attached modified Accounts 31 Example

In the BrowseInvoices I have added a local variable loc:InsertAnother ( byte 1,0)
On a button ServerSide Code
I have
  loc:InsertAnother = 1
  p_web.SetSessionValue('InsertAnother',Loc:InsertAnother)     
  STOP('p_web.GSV(InsertAnother) =' &  p_web.GSV('InsertAnother'))

The stop displays 1

Thanks
Richard

21
Web Server - Ask For Help / Re: Update LineItem option in Accounts example
« on: February 25, 2024, 03:13:16 PM »
Thanks for the reply Bruce

The Update Browse examples have the option to "Insert another" or "Return to Browse"
I am unable to create an example, I have nothing to send, because as discussed, I cannot locate the option in the update browse embeditor.

notwithstanding, I believe the option is a good one but it should not, in my opinion, be "set in stone" but be available to the user when required for obvious reasons.
So are you able to give it some consideration, please,  and perhaps enable  the user to select at run time by the use of a value, but as it is, it worries me that the "insert another" option cycles after the priming.

Regards,
Richard


22
Web Server - Ask For Help / Re: Update LineItem option in Accounts example
« on: February 24, 2024, 07:34:59 PM »
Sean
Im using Clarion EE  13855 and NT 14.18
and I can assure you that both options "Return to Browse" and "Insert Another" do work , at least for me.
 
 So the question remains please
"I want to provide a check box  session value option to the user, to either   "Return to Browse" or "Insert Another"  "
but I cannot locate  the correct embed to place the session value, nor can I find the value of "Return to Browse or Insert another"
I have noted that the Insert Another option on subsequent insertion  happens after the prime so caution is required if using.
Cheers
Richard
 

23
Web Server - Ask For Help / Update LineItem option in Accounts example
« on: February 23, 2024, 09:59:33 PM »
Hi
In the Update lineitem General Tab
There is the option  "On Save. when Inserting to either "Return to Browse" or "Insert Another"

I want to provide a check box  session value option to the user, to either   "Return to Browse" or "Insert Another"
I cannot find the right spot in the embeditor
Nothing appears to stand out in PostInsert

Thanks
Richard
NT 14.18

24
Many thanks Bruce,

that was it !
Thanks also for the speedy reply

Regards,
Richard

25
Hi
Using NT 14.18 and NT 14.16
Copied in to an app from the Accounts example(31) the  Invoices and lineitems Browses and updates etc and updated DCT
Table relationship confirmed

The feature I like is when the user clicks anywhere on the  invoice field, the lineitem browse changes the view to those records for that Invoice  due to the table relationship


In my App Ive set the lineitems browse on the Right side of page.
My problem is that when I click on my apps Invoice list, instead of  changing the display in the Lineitems browse, the Update Invoice form opens.
The Update Invoice also has Browselineitems included.
I note a fleeting change to the Lineitem browse display just prior to the Update window opening.

I have a similar issue with the FileDownload example when imported into this app
It serves the document ok but opens the update document window as well

Neither example display these issues when run from their own app
What setting am I missing please?
Thanks
regards,
Richard

26
Thanks guys, but too easy with-
First time through before gathering data, but after initialisation 

SET(ExportCSV)
       ExpCSV:Label1        = 'Employee Name'
       ExpCSV:Label2        =  'Payroll ID'
       ExpCSV:Label3        = 'Date In'
ExportCSV.Insert

Cheers
Richard

27
Hi,
 Im sequentially copying tps records to a CSV file by date
        ExpCSV:Label1                   =  LOG:NAME
        ExpCSV:Label2                   =  loclogin 
        ExpCSV:Label3                   = FORMAT(LOG:Datein,@D6)
        ExpCSV:Label4                   = FORMAT(LOG:timeIn,@T4)
I need the first row to have the name of the corresponding column ie Name  ID  Datein  TimeIn etc


?? How to please.
Thanks
Richard
NT 14.16

28
Web Server - Ask For Help / Re: Antimalware Service Executable
« on: January 31, 2024, 02:25:32 AM »
Thanks Bill and Ron

Start was already set as '3' hexadecimal
but its still running in Task Manager
Server is "Windows Server 2016 64bits"

Cheers
Richard

29
Web Server - Ask For Help / Antimalware Service Executable
« on: January 29, 2024, 02:47:38 PM »
HI,
I appreciate that the subject is not specifically NT related but....

Im running Amazon Micro EC2 Servers for clients online hosting.
and by default  Microsoft defender and antimalware Service Executable (ASExe ) are running

Task manager shows  the memory usage at 81% and 96.8 MB  for the antimalware exe
Research reports that the ASExe has a known memory leak and as a result, periodically, I need to reboot the servers to recover memory.
While I can disable defender I cannot either delete or disable ASExe
Ive tried to "end task" from Task Manager but that command is denied.

Is there an easy simple way to rid myself of this problem?

Aside, its refreshing to realise that the Leakage often reported here and assumed to be the result of NT apps may in  fact be caused by the default windows settings.

Cheers
Richard


 



30
Hi Poul,
Would refresh work?
Cheers
Richard

Pages: 1 [2] 3 4 ... 26