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

Pages: 1 2 [3] 4 5 ... 27
31
IIRC you need to call EmbedImages(). There was a change at some point so it does get called automatically (under certain circumstances?) but I don't recall the details. But look in the generated code and make sure that function is being called - one way or another.

Peter

32
Web Server - Ask For Help / Re: File Upload Problems 11.22
« on: October 13, 2019, 10:57:52 PM »
Now it's the opposite of what astahl reported earlier. If "Remove WebFolderPath from incoming File name" is checked then the file is uploaded but not found when trying to copy to a blob field. Uncheck, and it works.

And this is 11.23

Peter

33
Web Server - Ask For Help / Re: example 79 in 11.21
« on: September 19, 2019, 08:42:24 PM »
I did take a look at the site while it was up and entered some data manually since the cam was not active. That resulted in an error saying that PHP was not supported...

So I'm not sure what's going on there and I'm afraid I can't help you on this. Maybe someone else or maybe Bruce once he's settled in Orlando.

Peter

34
Web Server - Ask For Help / Re: example 79 in 11.21
« on: September 18, 2019, 11:17:23 PM »
Hi osquiabro

I didn't try the example but I did create a procedure in an existing app to try it out and it worked.

We need some more info, I think.
What happens when you run the app?
Do you see the scanner field on the form? (ie is the camera active)

Peter

35
Hi Bruce,

Sounds good - and leads to the next questions:

Since the infrastructure around here is pretty well developed a truly disconnected situation is rather unlikely. So although it would somehow break the principles of a disconnected app I was thinking if it would be possible to call a webservice for validation purposes - rather than having to download tens of thousands of item numbers to the device? And if so, how would I make that call?

Also, does the bar code scanning work in a disconnected app?

Peter

36
These are my thoughts about a special case of a disconnected app. I'm very open to comments and/or alternate ways to do the job :-)

Picture an app that only creates new transactions with no need to see already existing transactions (think stock picking or posting to a disbursement account while standing at the gas station) - is NT the right choice for this type of app?

I'm considering creating a file for new transactions only and let NT do the sync'ing to this file. Then - in an appropriate embed point after a successful insert - write some code to update the "real" data base table and remove the uploaded transaction. This way I'd get the sync'ing 'for free' with only a tiny delay in the updating of the db which is not really important in this situation.

I think it would work but since it's new ground I'm keen to hear other opinions on this. Or being told "Yes, that's the way to do it" :-)

Thanks
Peter

37
Hi Johan - and all,

I think a fix is in sight ;-)

Peter

38
Hi Bruce,

I did - of course - reset everything after reading about the changes in .js and .css files. Other than that I simply re-compiled the app (it was in 11.19).

Attaching two screen shots - navigation buttons and locator. If you want to see more I'll be happy to share my screen in TV or Skype tomorrow.

Peter

39
Web Server - Ask For Help / 11.20 - Save/Cancel broken - plus more findings
« on: September 02, 2019, 05:29:57 AM »
Memory Form - Browse - Form (table)
Save and Cancel buttons are not responding on the Form (table).

On all forms: all fields start on a new line - regardless of the settings in "Last on line" and "Last in cell"

Browses: First, Next, Previous, Last buttons  are now stacked on top of each other

Locator: Search and Clear buttons are stacked, not side-by-side

Text fields, Lookup fields and Date fields are almost as wide as the form


Except for the first ones it appears there's a general problem with css.


Peter

11.20 - theme: base

40
Cool! So I was testing the right variable but in the wrong place  :-[

Thanks!

Peter

41
Topic says it. I want to filter out certain records if in lookup mode.
I've tried looking at loc:selecting and loc:SelectAction but they don't do anything is this respect - as far as I can tell.

Peter

PS. Any news on this (posted by Bruce on August 21.)?
b) you need NetTalk 11.20 or later (that will be up later this week.)

42
Web Server - Ask For Help / Re: Date field again (11.18)
« on: August 03, 2019, 03:10:16 AM »
Hi Johan,

Yep, looks very much like the same problem.

It’s probably some CSS being applied in the wrong place.

Peter

43
Web Server - Ask For Help / Date field again (11.18)
« on: August 03, 2019, 12:53:38 AM »
Now the date field is less wide which is good. But the lookup button seems to get the same width as the field which is not so good.

Update: The problem is in EDGE, IE and Crome - NOT in FF.

Peter

44
Web Server - Ask For Help / Re: Max items in an invoice, how to
« on: July 30, 2019, 10:06:08 PM »
Probably many ways.

One idea: count the lines in PostInsert and store the result in a sessionvalue. Then set a condition on the insert button based on that value.

Peter

45
Web Server - Ask For Help / Re: serviceworker.js in a web app?
« on: July 22, 2019, 07:09:52 AM »
Hi Bruce,

Now, that really makes sense. I Think I started seeing it after I upgraded my NT11 from Server to Apps (on the same machine) so there you go.

Thanks
Peter

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