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 - MikeR

Pages: 1 ... 3 4 [5] 6 7 ... 18
61
Unknown Identifier NetEmailReadFileName ?

62
Web Server - Ask For Help / Global Embed Dissapeared ?????
« on: February 08, 2018, 01:43:24 AM »
Help ?????
all global embeds have disapeared  ?
see screenshot

63
SQL Bruce

64
I get this error sporadically on my production server.
I don't know when, but once it happens it goes in a loop and keeps writing this out to the messagelog file.
I need to kill the app and restart.
Please help.
 
,4,Auto Increment Error,Attempts to automatically number this record have failed.|File: Secwin_Operators|Key: ds_ope:Key|Error:  (0).|Try Again?

65
Web Server - Ask For Help / Re: Report Procedure gets called twice ?
« on: January 18, 2018, 06:04:46 AM »
New Info it only happens on the latest firefox browser version 57 , not any other browser

66
Web Server - Ask For Help / Report Procedure gets called twice ?
« on: January 16, 2018, 03:26:32 AM »
I put  button on a memory form to call a pdf print procedure
everything works, except the actual print program gets called twice ?
I altered example 71 to duplicate the problem

67
Hi Bruce can you add an embed point under the p_web._sendfile statement.
This will allow us to put an if check around the _sendfile.
Sometimes I just want to save the report not display it.

68
I think I found the bug in the template generated code Bruce.
The tagname must be in quotes:
eg.
collection.append('ClaimNumber','***value***')

not collection.append(ClaimNumber,'***value***')



69
in the ExampleJsonRequest routine of a netwebservice I get the following compile errors for each input parameter

Must specify identifier - C:\Users\Public\Documents\SoftVelocity\Clarion10\Solutions\ClaimsApi\ClaimsApi005.clw:3693,33
Unknown identifier: CLAIMNUMBER - C:\Users\Public\Documents\SoftVelocity\Clarion10\Solutions\ClaimsApi\ClaimsApi005.clw:3693,21

the line in the code is :

  collection.append(ClaimNumber,'**value**')

see attachment for a screen shot

70
Web Server - Ask For Help / Lets Encrypt
« on: August 26, 2017, 12:15:51 PM »
Ive been playing with the new Nettalk 10 feature that calls LetsEncrypt
I did what Bruce said I must not do.
I put port 88 in unsecure and 439 in secure port number for localhost.
now my browser always redirects to 439
How do I reset the browser ?


71
Web Server - Ask For Help / Re: Audit Tables and Nettalk Server
« on: June 01, 2017, 08:42:32 PM »
Thanks Niels, this feature looks great I will look into it.

Do you know if there is a single embed point where I can set a userid filed in a table on insert,change,delete to a session value..
Instead of doing it on each form, browse and source code that updates the table ?

72
Web Server - Ask For Help / Audit Tables and Nettalk Server
« on: May 31, 2017, 10:45:19 PM »
My client wants to store history of all changes to there data.
I am running on sql server
I have set up a shadow table in sql for each table that requires an audit.
I have extra fields like date changed, Insert,change,orDelete, Guid, and UserID
I have set a trigger on the original table to set the extra fields, except UserId
The userid I can access from the trigger is the userid logged onto sql server in the connection string and this is not correct.
I need to set the field to a nettalk sessionvalue I have stored when the user signs on.

I have got around this problem by adding a userid on the original table.
This ensures the correct info is inserted into the shadow table.

My question to the user group is there a single place I can set the userid on the table before inserts ,changes. , deletes happen

I know I can use embed points in each form and browse and in all hand code that modifies these tables.
I am looking for a smarter way.
There are triggers in the clarion dictionary, but how do I access the p_web object ?



73
Below is the first few lines of the html code generated from my nettalk app.

I need to insert lines between the <script and <title> lines
or i need to insert a <meta line
where , what , how can I do this ?


<!DOCTYPE html><html class="nt-html no-js">
<head>
<meta name="default" http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/themes/jmr/theme.css?c=1" rel="stylesheet" />
<link href="/styles/chrome.css?c=1" rel="stylesheet"/>
<script src="/scripts/all.js?c=1" type="text/javascript"></script>
<script src="/tiny_mce_jq/tinymce.min.js?c=1" type="text/javascript"></script>
<title>MyCv.JMR.co.za</title>
</head>
<body class="nt-body">
<div id="body_div" class="nt-body-div">

<!-- PageHeaderTag -->

74
No Bruce. I think the app stays in desktop mode.
I don't change anything.
just if the screen gets small enough the menu buttons disapear on a netwebbrowse.
This is fine in normal circumstances.  you can go back to the menu you came from.
But if the NETWEBBROWSE is the main page for the webserver. eg the index page then only the browse items display and NO menu buttons appear. you cant navigate to other pages in your app.


 

75
If that makes sense let me try explain my problem

I have a clarion nettalk webserver.

I want it to run stand alone and send pages to the browser with headers foooters menus and main content. (the full monty)

I also want it to be embedded into another url in a frame.

If its being served inside the other site inside the frame I need to drop off the header and footer. I still want the menu buttons.
In some cases I want no header no footer and no buttons.

I hope that makes sense ?


Pages: 1 ... 3 4 [5] 6 7 ... 18