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.


Topics - kboller

Pages: [1]
1
I have webserver (NT14.19) that installed as a service.  When it reboots the service starts but it doesn't listen until it is started on the desktop.

2
I'm trying to create a lookup button on a Nettalk WebForm that will call a native mobile map app with a physical address.  Is that possible?

Thanks,

Kurt

3
Does anyone have a working example of how to get a physical address from a lat/long using the HerePlatform in Nettalk 14?  I've attempted to do this but not having success with it.

Thanks,

Kurt

4
Web Server - Share Knowledge / Filtering SQL dates in Nettalk Reports
« on: October 02, 2018, 07:11:51 AM »
Hi,

I was getting spurious results with the following filter where I would get a record with a date outside of the range (typically the lower end)

     StartAssmtDate and EndAssmtDate are session variables provided by the end user for the report date range

     loc:MyReportFilter ='ASMT:AsmtDate >= '&StartAssmtDate&' and ASMT:AsmtDate <= '&EndAssmtDate

I found a post by Shankar from the news groups that said SQL queries work best when using the YYYY-MM-DD format (@D10-) and after changing my query to the following, everything started working as expected.

     loc:MyReportFilter ='format(ASMT:AsmtDate,@D10-) >= '&''''&format(StartAssmtDate,@D10-)&''''&' and format(ASMT:AsmtDate,@D10-) <= '&''''&format(EndAssmtDate,@D10-)&''''

I hope that helps someone.

Kurt Boller

5
Hi,

     I have a MS SQL table with an unique key field that's managed by the SQL server (flagged as ReadOnly in the database definition, external section).  However it looks like Nettalk tries to update that field when I update a record and gives a duplicate key error.  What do I need to do to get Nettalk to ignore that field for any updates?

Thanks,

Kurt

6
Web Server - Ask For Help / Scheduling app issue
« on: August 09, 2017, 01:06:25 PM »
I have a server app that's based on the scheduling example.  My version of the Horizontal planner has a job list on the left side and dates across the top.  However when I click on a date cell on a specific job row, it doesn't automatically pop up a window to enter an assignment for that job for that day.  However the browse list does popup an assignment window for that entry.  What's the best way to track down why it's not working in the planner window?   I've gone through each setting and compared it to the example and from what I can see everything looks the same.

Thanks,

Kurt

7
Web Server - Ask For Help / Web Login via QR code?
« on: April 29, 2016, 08:01:14 AM »
   I'm trying to find a way to make logins easier for users with mobile devices.  Is it possible to embed a http post command in a QR code so embedded user/password information could be read and sent to the app server as a way to authenticate/login as opposed to manually entering a user name/password?  If you feel this is a bad idea feel free to tell me why.   :)

Thanks,

Kurt

8
     I'm working on a project where part of the scope is to allow the user to take a photograph and upload it to an existing database.  IOS devices would be a good choice except for the security restrictions and apparent requirement to have an approved native app.  Can anyone recommend another platform that is able to do this with a browser/web server solution?

     Or is it time to "bite the bullet" and dive into native app development?

Thanks,

Kurt

9
If I pass a record's GUID as a parameter in the url to my webserver (coming from another site), where do I put the call to the NetWebForm for that record?  I want it to open the form immediately after the website loads in the browser.

Thanks,

Kurt

10
Web Server - Ask For Help / SecWin Operator Browse issues
« on: December 31, 2015, 01:24:12 PM »
I'm trying to implement SecWin 6.36 with NetTalk 9.01 and having some issues with the Secwin generated procedures.

1)  I can enter Operator Workgroup information and it seems to be saved until I close the Operator Browse (SecwinWebUsersBrowse).  When reopened, all the browse entries show the last value entered for the Workgroup field.  If a new session all the Workgroup values in the browse are set to zero even though it appears the access rights to menu options are limited as expected based on the logged in user Workgroup value.

2) I'm trying to disable/hide menu options based on the Operator Workgroup value.  For a user who should not have access, every menu item seems to be disabled except the Secwin Security Menu and Operator Browse (SecwinWebUsersBrowse) procedure.  It continues to display the operators table no matter what I do.  I can disable inserts/changes/deletes however it always displays the operators in the table.

The Menu condition I'm using is UserWorkGroup  <= Full_Access .

UserWorkGroup = a global set to the CWG variable initialized by the User workgroup filtering extension at login
Full_Access = another global set to 10

An operator with a WorkGroup value of 55 still sees the Operator Browse, no matter what.

Thanks,

Kurt


11
Web Server - Ask For Help / Nettalk WebServer issue with Safari Browser
« on: November 30, 2015, 11:15:13 AM »
   I’m on NetTalk 8.66 (with other related templates updated to the latest versions as of today (11/30/15)) and having problems with a Webserver app when serving pages in mobile mode.  Desktop Mode works fine, on PCs and IOS Tablets.  On an IOS phone with an older version of the IOS (5.1.1) the web pages work as expected in Safari.  On a newer IOS version (8.1.3) in mobile mode, the webserver pages don’t work correctly.   The main issues appear to be related to the locator not working, column selection doesn’t work along with none of buttons respond.  The menu does work and the browser does provide the first page of data but nothing works beyond that. 

   The database files are MS SQL and the webserver is based on the wizard and modified only by what fields are displayed.  Other than that it’s all generated code.

Thanks,

Kurt Boller
Bronze Bow Software, Inc.

12
Web Server - Ask For Help / OCX support
« on: April 28, 2015, 06:05:41 PM »
I have an ocx tool object that I'd like to use with NetTalk to build a web app. Is that supported with the Web Server?

Thanks,

Kurt

Pages: [1]