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

Pages: [1] 2 3 ... 6
1
Web Server - Ask For Help / Re: Download file from menu
« on: April 10, 2024, 03:38:58 PM »
Hi Alberto,
I give it the full path name, and yes it's in the web folder.

It look like there is indeed a size problem that I'll try and pinpoint.  It all works with smaller files.

2
Web Server - Ask For Help / Re: Download file from menu
« 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

3
Web Server - Ask For Help / Re: Download file from menu
« 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

4
Web Server - Ask For Help / Download file from menu
« 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?

5
Update
After  conversations with Bruce it was found this only happens when the form is called as a popup.

The problem ended up being having the blob field in the field field of the file upload control properties
changing that fixed it

6
I have a webForm that works fine, mostly. I added the  -File Upload- field to the form to save a file.  As far as I can tell this form is almost identical to the web26 example, except that I save the file to a blob in the record.

Now the file uploads and saves, I've checked in the postgres backend and it's there.

The problem is that I can now no longer edit that row, it just comes up blank.
See attached images

I'm lost as to what's going on.  Any help appreciated.

Nettalk 14.19

7
Web Server - Ask For Help / Re: Update LineItem option in Accounts example
« on: February 24, 2024, 04:34:50 PM »
I suggest that you check if that option actually works.
Last time I tried it didn't

8
Does sendEmail()  have a ,PROC  in the prototype ? 
I think that might be needed

9
Web Server - Ask For Help / Re: Add a Save and Continue to edit button
« on: January 24, 2024, 03:13:40 AM »
Hmm.  Ok Update time.
was due for that anyway :)
 

10
Web Server - Ask For Help / Re: Add a Save and Continue to edit button
« on: January 23, 2024, 09:32:02 PM »
Hi Bruce,
That approach isn't working.
There are a couple of required fields, the main one being be the equivalent of an invoice customer that is required before saving.  Attempting that in Preinsert gives me a relational integrity message.

I'd be happy if I could somehow chain from an insert to a change, so instead of returning to the browse immediately go to a change form.
or something like that.

11
Web Server - Ask For Help / Add a Save and Continue to edit button
« on: January 19, 2024, 05:54:39 PM »
I want 2 button on a form.
1 being the normal save and return to browse,
2 being a save and continue to edit the form.

Reason:  I like having relational integrity on.  I have a number of tabs on the form with related lists. I only want to be able to show/add to the related tables if I have saved the parent (the row on the form).  Obviously this really only applies when inserting a new record.
How might one achieve this?

12
Web Server - Ask For Help / Re: OT - Anyone working with NDJSON?
« on: December 26, 2023, 06:49:25 PM »
It?s also called JSON Lines
https://jsonlines.org/

I?ve come across it while mucking about with barcode data, but done little with it.

13
Web Server - Ask For Help / Re: json group in queue
« on: December 11, 2023, 02:58:08 PM »
If you load the entire json into that clarion structure I "think" you'd  refer to it as element.plan.id

14
Web Server - Ask For Help / Re: Web Service Method - parallel nested tables
« on: December 04, 2023, 03:27:06 AM »
I think I understand what you want.  and no, a view cannot do that.
The View is doing exactly as it should in duplicating everything.  A view does that, it flatterns the data and gives you everything.
If you're backend is TPS, you need to do some programming, maybe with a temporary table.
What you want in SQL terms is called a UNION, and you need to create that as an SQL VIEW on the backend. 


15
Unfortunatly Bruce, that doesn't stack up.
A supervisor level could log in and have all access.
The operator that logged in afterwards had nothing.
A disconnect should also have raised some messages somewhere.

It was really like no group overrides were being applied.
I'm sort of assuming some memory problem.

Pages: [1] 2 3 ... 6