NetTalk Central

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
Web Server - Ask For Help / API problem, NT 14.20
« Last post by jking on April 10, 2024, 12:18:47 PM »
Hi Bruce,

     I have an API set up.  An app in California is the client, sending data to a target tps file called Enrollment.tps on a remote server.  Numerous fields are loaded with data but one is not.  It is called BCS_Status.  In looking at the log in the Multi-site host (this app is a dll app) I do see the JSON, which shows the data is there.  See the attached image.  It shows:  "BCS_Status":"DRTBeforeSurgery", circled in blue.

     Using TPSSCAN I view the Enrollment table and see the BCS_Status field is blank.  All other fields contain data as expected.  I don't understand why this field is not assigned.  My API is set up with the Parameters tab with just the Enrollment table added.  The Returns tab just has two fields inserted.  I'm only allowing this API to do an Insert action.

     I can use Postman to send data to this API and all fields are filled in.

     Any thoughts as to why just one field is not filled when it does show in the JSON?

Thanks,

Jeff King
22
Web Server - Ask For Help / Re: Different menu if they log on from mobile phone.
« Last post by osquiabro on April 10, 2024, 04:58:20 AM »
for mobile or web is more simple create a buttons in memory form and in custom.css for responsive button

.NavigateMenu {
  background-color: whitesmoke;
  color: black;
  padding: 14px 20px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  border-radius: inherit;
  display: block;
  font-size: x-large;
  height: auto;
  background-image: none;
  --bs-border-opacity: 1;
  border-color: black;
  border-radius: unset;
}
23
Web Server - Ask For Help / Re: Download file from menu
« Last post by Alberto on April 10, 2024, 04:16:34 AM »
Hi, in what path are the file you want to be downloaded?
It MUST be under the web folder.
24
Web Server - Ask For Help / Re: Download file from menu
« Last post by seanh on April 09, 2024, 10:40:58 PM »
Is there a file limit to the size that can be downloaded?
My exe is 162 MB  I've also tried a similar sized 'just data'  file in case the exe bit was causing problems and I have similar issues
25
Web Server - Ask For Help / Re: Download file from menu
« Last post by seanh on April 09, 2024, 09:58:20 PM »
Problem is: There is no downloading icon. 
The downloads list doesn't contain anything new, the browser looks like it's doing something... but nothing ever happens

Update: Ichanged the file to download to favicon512.png and it worked.
But the exe does nothing, even if left for 10mins
26
Web Server - Ask For Help / Re: Download file from menu
« Last post by Bruce on April 09, 2024, 08:45:22 PM »
The browser may appear to just hang, but perhaps it is downloading? see the downloading icon to see what's happening under there.
27
Web Server - Ask For Help / Download file from menu
« Last post by seanh on April 09, 2024, 08:22:33 PM »
I have a label printer helper program that I want to make available to be downloaded from the help menu of my website.

I'm trying but nothing seems to work.
I've tryed a variation of Web40 download and also just putting the exe name in the URL
The browser just hangs and seems to do nothing.

This should be simple, and I'm sure it is once I find out what I'm doing wrong
So how should I do this?
28
Web Server - Ask For Help / Re: The URL for the Fetch command was blank
« Last post by Bruce on April 09, 2024, 05:58:42 AM »
update to at least the latest NT12, or better yet, NT14.

Cheers
Bruce
29
Web Server - Ask For Help / The URL for the Fetch command was blank
« Last post by GordonF on April 08, 2024, 06:49:39 AM »
Hi, I'm hoping someone can help.

I've suddenly ran into a certificate generation problem for any site renewing their certificate for web server. I get the the response "The URL for the Fetch command was blank", a section of the log is below.

I'm using NetTalk 12.17, I know I need to update but I've held off as I have some mods in the templates, if it's a known problem that requires an update then I'll move to NetTalk 14 but I would appreciate any help to get it working in the meantime.


[ 4/08/24-15:46:00]  The URL for the Fetch command was blank
[ 4/08/24-15:46:00]  Requesting Certificate For staging.edgeanywhere.co.uk
[ 4/08/24-15:46:00]  Finalized. Will now fetch certificate
[ 4/08/24-15:46:00]  Finalize Request staging.edgeanywhere.co.uk
[ 4/08/24-15:45:59]  Hostname resolved to: 45.8.225.229
[ 4/08/24-15:45:59]  Challenge was valid. Will now finalize
[ 4/08/24-15:45:59]  Status: "valid"
[ 4/08/24-15:45:59]  Get Authorize staging.edgeanywhere.co.uk
[ 4/08/24-15:45:59]  Checking Status
[ 4/08/24-15:45:52]  Setting Folders for Domain [staging.edgeanywhere.co.uk]
[ 4/08/24-15:45:49]  Status: "pending"
[ 4/08/24-15:45:48]  Get Authorize staging.edgeanywhere.co.uk
[ 4/08/24-15:45:48]  Checking Status
[ 4/08/24-15:45:43]  Status: "pending"
[ 4/08/24-15:45:43]  Setting Folders for Domain [staging.edgeanywhere.co.uk]
[ 4/08/24-15:45:43]  Setting Folders for Domain [staging.edgeanywhere.co.uk]
[ 4/08/24-15:45:43]  Setting Folders for Domain [staging.edgeanywhere.co.uk]
[ 4/08/24-15:45:43]  Setting Folders for Domain [staging.edgeanywhere.co.uk]
[ 4/08/24-15:45:43]  Get Authorize staging.edgeanywhere.co.uk
[ 4/08/24-15:45:42]  Checking Status
[ 4/08/24-15:45:42]  Notify Server Challenge is Ready
[ 4/08/24-15:45:42]  LE Server will now fetch http://staging.edgeanywhere.co.uk:80/.well-known/acme-challenge/lB-U9m6_enz102MB6pIzlRfHONa9CAgvYnm2Z0opi6s
[ 4/08/24-15:45:42]  Challenge Token Saved C:\Dentsys\Server\web\.well-known\acme-challenge\lB-U9m6_enz102MB6pIzlRfHONa9CAgvYnm2Z0opi6s
[ 4/08/24-15:45:41]  Get Authorize staging.edgeanywhere.co.uk
[ 4/08/24-15:45:41]  Authorize Request staging.edgeanywhere.co.uk
[ 4/08/24-15:45:40]  Registering Account Dentsys at  https://acme-staging-v02.api.letsencrypt.org/acme/new-acct
[ 4/08/24-15:45:38]  Time to update the certificate staging.edgeanywhere.co.uk
[ 4/08/24-15:45:38]  C:\Dentsys\Server\certificates\staging.edgeanywhere.co.uk.crt does not exist
[ 4/08/24-15:45:38]  Setting Folders for Domain [staging.edgeanywhere.co.uk]
[ 4/08/24-15:45:38]  Created C:\Dentsys\Server\certificates\staging.edgeanywhere.co.uk.csr.der
[ 4/08/24-15:45:38]  Created C:\Dentsys\Server\certificates\staging.edgeanywhere.co.uk.csr
[ 4/08/24-15:45:38]  Created C:\Dentsys\Server\certificates\staging.edgeanywhere.co.uk.key
[ 4/08/24-15:45:29]  Setting Folders for Domain [staging.edgeanywhere.co.uk]
[ 4/08/24-15:45:29]  Created C:\Dentsys\Server\certificates\Dentsys-LE.key
[ 4/08/24-15:45:27]  Created C:\Dentsys\Server\certificates\Dentsys-CA.crt
[ 4/08/24-15:45:27]  Created C:\Dentsys\Server\certificates\Dentsys-CA.key
30
Web Server - Ask For Help / Re: Different menu if they log on from mobile phone.
« Last post by Bruce on April 08, 2024, 02:38:11 AM »
>> However, I want to change some behavior of the app on mobile screen.

I think you need to define "mobile screen". Is my laptop mobile? is my 13" ipad?

>> I want to change the menu items - some so display and some not to display.  How does that  get done?

if you are basing the "mobileness" on resolution, then attach a css class to the menu item, and use css to set
display:none
when that resolution is met (ie with a media query).

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