NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / Re: Popups - Close
« Last post by JohanR on Today at 01:33:47 AM »
Hi Vinnie

Thanks for that, does not seem to work on my side.
will try to understand why or try one of the examples

thanks

Johan


2
Web Server - Ask For Help / Re: Popups - Close
« Last post by Vinnie on July 26, 2024, 05:57:23 AM »
You can add a 'SAVE' button on the form and change the text to 'Close' or 'something' else and add code Post Update.
Memory forms are change mode by default.
3
Web Server - Ask For Help / Popups - Close
« Last post by JohanR on July 26, 2024, 02:14:39 AM »
Hi,

I have a memory form popup , coming from a browse.

Besides the Cross top right hand corner,
Is there a button I can place on the popup that will close/hide it?
And can I have embed code in that button to set some session variables?

This all seems familiar, might have asked this in an online user group, but cannot recall!


thanks

Johan

 



4
Web Server - Ask For Help / Re: Lets Encrypt Challenge was invalid error
« Last post by rjolda on July 19, 2024, 03:42:52 AM »
Hi,
I went through this about a year ago.  I found that many ISPs block port 80 so that their customers won't use port 80 to run web sites from their home. They reserve use of port 80 for more costly business accounts.  There is a DNS  challenge that Net Talk has documented to get around this problem.  That is worth looking at.
Ron
5
Web Server - Ask For Help / Re: EIP Dropdown selection -- Validation Fails
« Last post by rjolda on July 18, 2024, 07:00:16 AM »
HI Alberto,
Interesting.  I have never used the SET VALUES in Dictionary.  Wow.
I guess I need to learn to use it for Net Talk.
MANY THANKS for that Info.
Ron
6
Web Server - Ask For Help / Re: EIP Dropdown selection -- Validation Fails
« Last post by Alberto on July 18, 2024, 06:18:09 AM »
Hi, problem is you dont set any values for each option, see pic, fill the values and it will work ok, tested.
7
Web Server - Ask For Help / Re: EIP Dropdown selection -- Validation Fails
« Last post by rjolda on July 18, 2024, 05:50:56 AM »
Hi,
here is Web1 modified.  Zip attached.  Same behavior.
Ron
8
Web Server - Ask For Help / Re: Passing Parameter to Child Browse from NWB
« Last post by rjolda on July 18, 2024, 02:34:02 AM »
Rupert,
There are several places that the Browse and form do a file to session queue - this takes the record and fills up the Session Values. ( Generally, there is a session queue to file which updates the actual record if required.) The session value name will be the same as the field name.  So if you are looking at a value in FLD:Purchase date, look at p_web.GSV('FLD:Purchasedate').   Check - it may be already loaded in the browse for the highlighted record.  If it isn't, you can add some code to the Browse procedure "TakeEvent - 2 AfterRowClicked' and you can set a different value there to send to children.
Give it a try,
Ron
9
Web Server - Ask For Help / Re: Passing Parameter to Child Browse from NWB
« Last post by rupertvz on July 17, 2024, 11:49:54 PM »
Thank you Bruce,

it is a value from the record in the parent NWB.
I can add this field to the "view fields" of the NWB.
How do I pass this to a SessionValue?
10
Web Server - Ask For Help / Re: Using popup menu/menuitem on a browse row
« Last post by JohanR on July 17, 2024, 10:05:18 PM »
Hi Bruce

Thanks, got it working.

To confirm,
in the case of changing a status field and the browse is filtered on status and that record should no longer be in the current visible list
then correct call is a call to CallBrowse to reset the whole List/Browse?
That's working nicely,

thanks

Johan
Pages: [1] 2 3 ... 10