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

Pages: [1] 2
1
The Rest - Ask For Help / Re: Desktop Maps Stopped Working
« on: April 22, 2021, 11:12:43 AM »
Hi Bruce,

No change with the latest NetTalk; however, I left the map window open while writing this and after some time the following message was displayed.

An error with the maps provider occured.||Error = The Remote TLS Certificate's Common Name () does not match the Server name (geocoder.api.here.com). And so the connection failed to open.||Error occurred in function NetSimple.VerifyCertificate

Greg

2
The Rest - Ask For Help / Desktop Maps Stopped Working
« on: April 15, 2021, 02:37:24 PM »
Clarion 11 ABC and NetTalk 12.04

At some time within the past few months, Here maps have stopped working in a desktop multi-app solution.  The marker icon is displayed, but no maps.

The FreeImage extension is included and the Draw option Activate DrawImage is checked.

3
Web Server - Ask For Help / Re: Updating a prompt
« on: May 07, 2018, 04:16:22 AM »
Hi Bill,

Thanks for your reply.  I sometimes struggle with knowing when to use session values, so I thought your suggestion was the fix I needed, but unfortunately not.  Checking the session value in Prompt::IRP:MilesOrHours Routine with Ultimate Debug confirmas that to value is always 0 when I am expecting 1 or 2.

Greg

4
Web Server - Ask For Help / Re: Updating a prompt
« on: May 04, 2018, 08:31:07 AM »
Thanks for writing.  I am resetting the prompt using the client-side reset for the drop to execute an expression in the template's Prompt field for a field on another tab.

5
Web Server - Ask For Help / Updating a prompt
« on: May 03, 2018, 01:39:22 PM »
I am working on a wizard in which the user first selects an "Equipment Type" from a drop control on the first tab.  This works perfectly to filter another drop on another tab.  On the first drop's client side, I reset the prompt for another field (on yet another tab). Unfortunately this prompt is never updated despite the fact that the value is included in the Equipment Type view.  How do I force the prompt to reflect the value in the view?

6
Web Server - Ask For Help / Gallery
« on: April 06, 2018, 10:53:32 AM »
I have a gallery on one tab of a wizard.  The image and thumbnail file paths are local variables set (and validated with EXISTS()) in the Value::ThisGallery routine LOOP.  I see images but no thumbnails in IE and neither images nor thumbnails in FireFox and Chrome.  The gallery script is checked in the template.  What might I be doing wrong?

7
Using Netalk 4.46's NetServer and NetClient, I must assure that all communications are restricted to apps on a single computer.

Wolfgang Orth graciously pointed out how to do this with NetSimple by setting

     NetSomething.Open (clip(Server), Port)

but I can locate no embeds for the Open methods for NetServer and NetClient. How can this be accomplished with NetServer and NetClient?

8
Web Server - Ask For Help / Re: Drop height in Firefox
« on: March 17, 2010, 06:06:06 AM »
Bummer. Thanks for the background.

9
Web Server - Ask For Help / Re: Drop height in Firefox
« on: March 16, 2010, 05:34:39 AM »
I've just noticed that File Upload entry fields display incorrectly (3-D rather than flat) in Firefox. I tried some custom.css experiments, but no joy.

Any thoughts?

10
Thanks Bruce.

I'm catching on, it's just a bit painful and expensive in terms of time.

The results are just great, though. Perhaps I'll find the time and courage to try a relation tree sometime soon, that is I will unless you intend to implement something soon yourself.

11
Got it - thanks.

It was necessary to load the file record based upon the session value for the record ID. I was not able to pass the string value from the browse as a session value even though it was defined as a hot field and session value there. Is this right?

12
Thanks, Kevin.

The local variable is such an obvious solution I am embarrassed that I didn't think of it.

The lookup is working just fine now, but I'm having trouble priming the local variable when I open the from in edit mode.

I've added the value field to the session variables in the browse, but it is empty when I check it when opening the form, so I'm unable to prime the local variable.

Any help would be appreciated.

13
Using a NetWebForm with a String field using a lookup button.

The child file (the look-up) is related to the parent (the form) by an identity value in support of normalization.

Code: [Select]
Parent FILE,PRE(PAR)
ParentID  LONG
ChildID  LONG
Name  STRING
        END

Children  FILE,PRE(CHI)
ChildID  LONG
Name  STRING
        END

Template settings:
Field: PAR:ChildID
Type: String
Lookup button: [X]
From file: Children
Order by: CHI:Name
Value field: CHI:ChildID
Description field: CHI:Name

Problem: The NetWebForm string displays the PAR:ChildID value rather than CHI:Name.  How can I hide the PAR:ChildID value and display the CHI:Name instead?
   

[attachment deleted by admin]

14
Web Server - Ask For Help / Re: Drop height in Firefox
« on: February 21, 2010, 11:08:11 AM »
Thanks, this is good timing as I am just about to look at this.

15
Web Server - Ask For Help / Re: Drop height in Firefox
« on: February 19, 2010, 03:58:13 AM »
Thanks for the detailed reply. I'll tackle this asap.

Pages: [1] 2