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

Pages: [1] 2 3 ... 24
1
E-Mail - Ask For Help / Postmark issues at the moment
« on: September 16, 2024, 01:02:57 AM »
Hi,

In case anyone using Postmark to send emails via their SMTP server

https://status.postmarkapp.com/notices/5jmmv4cyfqboak2v-service-issue-outbound-smtp-sending-issues

cheers,

Johan

2
Web Server - Ask For Help / Re: Camscanner
« on: August 03, 2024, 01:22:06 AM »
Hi Ron,

Yes, I use it, but as a standalone app, I scan docs to PDF,
then upload a file with 20-50 pages to NTWS,
then split the PDF in the NTWS into separate docs per page and archive into a folder structure with a reference in a tps file to the file on disk.
Works very well.
Camscanner is by far the best doc scanning app I've found, the ease and quality is really good.

cheers,
Johan
 

3
Web Server - Ask For Help / Re: Popups - Close
« on: July 29, 2024, 09:51:03 PM »
Hi,

That is working quite nicely,
I have never used javascript functionality before, so took a few mins to figure out where.

see attached pic for correct place

Is there a doc somewhere with similar useful javascript items?

thanks!

Johan

4
Web Server - Ask For Help / Re: Popups - Close
« on: July 27, 2024, 05:56:25 AM »
Hi Vinnie

Thanks, but for now have just displayed a message, the user must hit the X to exit
I can sort out the cleanup code somewhere else.

When I have time will pursue at a later stage, as it will be better to give the user a dedicated CLOSE button with a message.

thanks

Johan

5
Web Server - Ask For Help / Re: Popups - Close
« on: July 27, 2024, 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



6
Web Server - Ask For Help / Popups - Close
« 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

 




7
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

8
Hi Bruce

Is there an example of how to implement the menu field on a browse?
or perhaps in the docs that I can look at?

As per the screenshots there is a "send to server" but no place to embed the code, where do I put that code.

In a previous post you mentioned the TakeEvent routine

14.17 is up.
It contains an option "send to server" in the browse menu item options.
This triggers a browse event "menuitem" which you can handle in the TakeEvent routine.



thanks

Johan


9
Web Server - Ask For Help / Re: Email from browse menu button
« on: July 16, 2024, 05:05:50 AM »
Hi,

Copied my question to a new post to start a new thread.
https://www.nettalkcentral.com/forum/index.php?topic=9497.0

Johan

10
Web Server - Ask For Help / Using popup menu/menuitem on a browse row
« on: July 16, 2024, 04:46:31 AM »

Quote from: Bruce on February 08, 2024, 01:10:29 AM

14.17 is up.
It contains an option "send to server" in the browse menu item options.
This triggers a browse event "menuitem" which you can handle in the TakeEvent routine.



Hi,

I am trying to implement the popup menu on a browse and am unsure of how to handle the event.
I have it working up to the point of where I have a case structure in TakeEvent routine which fires the correct code for each item.

However am unsure of what code to embed here besides my code?
Some of the items will be updated file fields and then writing the values to disk.

What housekeeping routines must I call to keep everything happy and updated?

thanks

Johan

11
Web Server - Ask For Help / Browse menu button
« on: July 15, 2024, 11:46:12 PM »
14.17 is up.
It contains an option "send to server" in the browse menu item options.
This triggers a browse event "menuitem" which you can handle in the TakeEvent routine.

Hi,

I am trying to implement the popup menu on a browse and am unsure of how to handle the event.
I have it working up to the point of where I have a case structure in TakeEvent routine which fires the correct code for each item.

However am unsure of what code to embed here besides my code?
Some of the items will be updated file fields and then writing the values to disk.

What housekeeping routines must I call to keep everything happy and updated?

thanks

Johan










12
Web Server - Ask For Help / Date and lookup
« on: May 30, 2024, 04:26:09 AM »

Hi,

Any tips on how to handle date entry for DOB's?

The popup calendar does not have a year button,
hot to make it easy to get to to your birth year?

Can I prime the lookup with a year at least if I have a separate drop field just for years?
Or is the only option to do 3 separate fields for YYYY, MM, DD?


thanks

Johan






13
Web Server - Ask For Help / Partial Save - Success or Fail?
« on: May 26, 2024, 12:18:49 PM »
Hi,

How would I know if the partial save was a success or failed?

thanks

Johan



14
Web Server - Ask For Help / Re: Partial Save? (extra info)
« on: May 25, 2024, 06:50:00 AM »
Hi,

Further info , this works if the field you're changing is on the page.

   ord:special_instructions = 'Partial save2222'
   p_web.SetValue('ord:special_instructions',ord:special_instructions)

if the field that your changing is not on the page, then you have to set the session variable as well.

   ord:special_instructions = 'Partial save2222'
   p_web.SSV('ord:special_instructions',ord:special_instructions)
   p_web.SetValue('ord:special_instructions',ord:special_instructions)

regards

Johan


15
Web Server - Ask For Help / Re: Partial Save?
« on: May 25, 2024, 06:33:15 AM »
Hi Ron

Thanks,
but am using buttons on the form to save the form but leave it open, or if it was inserted will save and convert to a change record situation.
Very useful.

eg.
User is doing a quote in insert mode, and if he's happy , converts the quote to a confirmed order.
This way the user can confirm, and keep editing and update the other required information without leaving the page, name, address etc..but the order has been confirmed and saved.
Or he decides to add to to next the despatch , and don't want that add to happen with a record that is in insert mode.


regards

Johan




Pages: [1] 2 3 ... 24