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.


Topics - Richard I

Pages: 1 2 [3] 4 5 ... 10
31
Web Server - Ask For Help / Still fighting with the FileDownload Example
« on: February 12, 2023, 08:28:31 PM »
Hi All,
I have deployed the FileDownload Example into my NT app by copying in from the example,
DocumentBrowse,DocumentForm and ServeDocument

Its working
However I now want to embed in, the ability to delete the file conditionally after serving
I presumed  that the code to delete should be in the ServeDocument WetWeb Page and I have this in the Footer Routine 4 End

  IF p_web.GSV('RemoveAfterServing') = 1
        remove(loc:filename)
        STOP('FileRemoved')
  END
This doesnt work.....
The Stop is not found presumably because the  p_web.GSV('RemoveAfterServing') is not found either
Recently I posted another request on the example, and it was  suggested to use the Server Side code embed but there doesnt seem to be that option on the ServeDocument NetWeb Page
So
Where should I conditionally code the deletion after serving please?
many thanks
Regards,
Richard
NT 12.54

32
Hi,
Question 1
While there have been numerous posts on this NG about LetEncrypt Certificate auto renewal, and in particular, on those apps running as a Service,  I am currently experiencing  failure in the renewal process, on apps running as a service.
Admittedly I may not have been deploying the very latest version of NT in those apps , but subsquently I have upgraded them  to NT 12.54 and downloaded CAroot.pem, Open SSL. libcrypto-1_1.dll,and libssl-1_1.dll
Can I now assume that the certificates will auto upgrade?

Question2
When upgrading a NT app does the upgraded WEB folder need to be copied down each time?
If not then how does a new theme get updated for example?

Thanks
Richard
NT 12.54

33
Web Server - Ask For Help / Compiling Issue in old app brought into C11.1
« on: February 02, 2023, 09:51:09 PM »
Hi
I dont appear to have the skills to clear this error on compile
help Please
Thanks
Richard

Duplicate symbol: TRACE@Fsb in NETDL007.OBJ, netMealsAdmin036.obj - D:\C11.1TimePeaceMeals2Feb.2023\NetMealsAdmin -27Jan2022\clw\NetMealsAdmin.MAP:1

34
Web Server - Ask For Help / To control FileDownload
« on: January 17, 2023, 01:29:27 AM »
Hi all,
Im using the NT example FileDownload(40) and want to heed Bruce's on board warning regarding the ability to download any file.
I only want to download CSV and TXT files and have this to illustrate what I want
Thought I might use String Theory, so help with code appreciated
Regards,
Richard

IF CONTENTS(loc:filename) = '.DOC'     OR |
    CONTENTS(loc:filename) = '.DOCX'   OR |
    CONTENTS(loc:filename) = '.tps'   
    loc:Alert = 'invalid file'
    ELSE
END

35
Web Server - Ask For Help / File Manager 3 issue
« on: July 26, 2022, 05:15:19 PM »
hello,
I have an ongoing issue with File manager 3 not  upgrading one only, of many data files.
Its always the same file and the error is always Invalid File Error 47
"File error.FILE:0:FIELDS: D00001- Component does not matchphysical file structure"
Other data files with the same structure are being upgraded.
To resolve the issue I build from the current DCT
The file is listed along with the others and is not suppressed.
I cannot find any difference between those files that rebuild and this one that does not.

Im sure there is nothing wrong with my FM3 which is 5.59 and that its probably simple settings  but which ?

Thanks
Richard FM3 5.59
 




36
Web Server - Ask For Help / Errors when Compiling a Nettalk app
« on: May 19, 2022, 01:49:57 AM »
Errors when Compiling a Nettalk app
I have the same reoccuring error on compile
when I select the error from the error pad the CLW opens showing the error which, in this case  is  one too many open brackets.
The error window displays the location as  "Global Declaraions"  the second heading field is  "Page Header Tag "
I dont seem to be able to get to the code embed to correct and save

I can fix in the  Clw and compile and save but its only good for one time
The error returns on the next compile

In Tools
Application Options
in the IDE tab-
I have unticked "edit embedded source errors in generated code"
and in Embed Editor tab -
I have both editing options ticked ON
ie" Edit errors in context"
and "Edit source embeds in context by default"

I have tried various combinations but the  CLW always opens for the edit

What do I do to correct the settings please ? so that
a. that the clw saves and survives recompile
b. the error pad opens the embedded code directly
Thanks
Richard
NT 12.41

37
Web Server - Ask For Help / EIP Browse Filter
« on: May 07, 2022, 06:58:54 PM »
Hi all,
I have a net web app with an Employee EIP browse
I want to filter out FROM the Browse view those employees that are NOT  annotated in their profile as being parttime    (EMP:Parttime = 1)
I only want to display in the view Parttime employees

There is not a field in the browse view for Employee parttime at this point
Where do I include the filter and what might the filter be please, as I understand its considerably more complex than a simple ABC filter?

Thanks
Richard
NT12.40

38
Hello
When opening  my secure app running from an Amazon Server, The page that opens displays
 
Index of/
______________
cqi-bin
______________

How do I resolve this please so that the site opens correctly?
Many Thanks
Richard

39
Web Server - Ask For Help / NT Themes 'metroblue' and 'windows'
« on: November 25, 2021, 03:10:08 PM »
Hi Bruce,
NT 12.26 , the theme 'metroblue' appears to blank out populated drop down fields , by  changing  colour when populated, with the text becoming  white and the background a soft yellow. It appears as though the choice has been dropped.
This does not  happen in the 'windows' theme.
Is there a work around for this or , can it be fixed please?

Has the theme 'windows' been updated to the NT 12 ?
Also is there any way that the user can set permanently, the Theme settings from a runtime settings button?

Thanks
Richard



40
Web Server - Ask For Help / New Zealand Net Talk programmer needed
« on: November 18, 2021, 09:22:20 PM »
I need a NZ domiciled Clarion programmer experienced with netTalk and Amazon servers, to help with my  contingency planning....
Is there?
If so can you contact me please?
Im in Wellington
Thanks
Richard
logtimer@yahoo.com

41
Web Server - Ask For Help / Problem with NT 12.25
« on: September 08, 2021, 06:08:25 PM »
Hi,
Reporting an issue with NT 12.25 ?
In a NT webapp ,  I have a login Form  which  leads to a further form, with two tabs on it.
Each tab has different options depending on conditions and each has a save button
When the save button is selected on the first tab , instead of  completing and saving  as expected, it opens the second tab, without adding a record.
So Im sort of inside a loop

Nothing has changed in the code  between NT versions
I reverted to NT 12.23 recompiled and ran. The application works as it should, with the second tab not opening until selected.

I have changed themes as a test  - no difference
Clarion 11.0.13505

happy to provide anything further -
Cheers
Richard


42
Web Server - Ask For Help / error 36 on running
« on: June 11, 2021, 09:28:44 PM »
Hi all,
Decided to add an Owner string to the data files to increase security.
All good and  Compiled and ran over the top of earlier version TPS files
Now I get an error saying :
"LOG file could not be opened Error Invalid Data file (36) "
The help tells me that this error refers to the PATH but despite removing and recompiling  still get the error
The data files will open in Topscan
FM3 5.53 in C11 135505

JJ
Thanks
Richard

43
Web Server - Ask For Help / File Download example 40 query
« on: May 14, 2021, 08:54:54 PM »
Hello,
I have Incorporated the File Download 40 example into a netTalk app
I have two tabs on the form ,  one for the downloading of a text file and the other for a pdf file.

Both work

My query is that the CSV download  brings the file in unopened whereas the TXT import opens the text file in the browser
I dont seem to be able to find a reason why the TXT file is being opened.

Is there a setting?

Thanks
Cheers
Richard NT 12.17



44
Web Server - Ask For Help / capturing Phone number on log in
« on: April 20, 2021, 05:27:09 PM »
Hi,
I would like to record the  cell phone number of the user's device, when logging in on a NT app
Is there a way?
Thanks
Richard
NT 12.13

45
Web Server - Ask For Help / Unresolved External MEMORY in Themer.obj
« on: April 17, 2021, 10:04:28 PM »
Hi
NT 12 Web server Example  Themer(86)
getting a compile error -" Unresolved External MEMORY in Themer.obj "

Not sure how to resolve this?

Thanks
Richard

Pages: 1 2 [3] 4 5 ... 10