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

Pages: [1] 2 3 4
1
I am running version 9.25. However, my test with 10.15 got the same result.
It could be something I am doing in my login/logout forms.

Will look at it more closely here too.

Cheers

2
Hi Bruce,

I turned off Multi-Tab and it works now. It is not clearing the SV.
Do you recommend turning this feature on?
I see you introduced early on with version 8:

http://www.capesoft.com/docs/NetTalk8/NetTalkWebBasic.htm#MultiTab

It sounds like a good feature to have on. I wonder why it is clearing my session variable.

Let's talk about it in the NT meeting.

Thanks





3
Web Server - Ask For Help / Page Reload Button Clears my Session Variable
« on: January 23, 2018, 08:57:14 AM »
Hi,

When I press the Page reload button to the left of the URL address bar my session variable goes blank.
What is causing this?

Regards

Bijan

4
Web Server - Ask For Help / Re: NT & jQuery Time Picker Plugin
« on: July 18, 2016, 11:13:22 AM »
Hi Robert,

I have the same issue with time entry. Most web sites are getting the visitors used to using drop downs.

My solution may not work for your situation. However, I find that if you build your own dropdown with a list of times works best, both on a desktop and a mobile device. In our case the times are always in 15 minute increments, therefore a regular NT dropdown is all we need. The Jquery scripts in this URL look nice on a desktop browser. However, you should consider how they will work on a mobile device. I didn't like any of them using a mobile device.

Regards

Bijan

5
Web Server - Ask For Help / Re: Dropdown Column in a browse
« on: July 05, 2016, 01:33:38 PM »
Hi Rainer,

Thanks. Yes, we have confirmed that there is a limit. Bruce will be increasing the size for the row. It should be in the next release.

Regards

Bijan



6
Web Server - Ask For Help / FM3 and Multihost
« on: June 28, 2016, 04:03:30 PM »
Hi,

I am looking at having FM3 upgrade my tables using the DLL app. However, I am getting an error 45 invalid file name. I currently have this in the webhandler procedure. I am sure FM3 can't find the file to upgrade. What do you recommend?

Customer{prop:name} = clip(self.site.DataPath) & 'Customer.tps'

Regards

Bijan

7
Web Server - Ask For Help / Re: Dropdown Column in a browse
« on: June 28, 2016, 08:32:35 AM »
Hi Bruce,

I sent you the url and login. Can you please check this and let me know.

Regards

Bijan

8
Web Server - Ask For Help / Dropdown Column in a browse
« on: June 26, 2016, 01:16:38 PM »
Hi

The browse shows as just one row when using a drop down column. I have concluded that it has to do with the data that is in the dropdown table. Somehow the content of one of the records is causing this issue.
The entire data is returned as just one record.

Have you seen this behavior?

Regards

Bijan. 

9
Hi

This really depends on the function of your webserver app.

How many users will be accessing the same tps table at the same time?
Is this a heads down data entry system or just a reporting system?

A webapp with multiple users will perform much better than a regular win32 app since you are not sharing an exe or using a LAN. The question is how many people will be inserting or deleting records in a tps file at the same time. If you are using separate tps files for different companies this shouldn't be a problem. However, if you have lots of people inserting/deleting in the same tps file, you will start to see slow response. You can have millions of records in a tps file and if you have proper keys you won't  have any issues, even with reports.

One other main advantage is that will rarely see corrupted tps tables.

I would say go the tps route and if you see any speed issues, try to solve it by using better indexing. If you see issues converting to SQL using FM3 is not that hard.

I am sure other people here and Bruce might have different opinion on this. That's my experience.

Regards

Bijan


10
Web Server - Ask For Help / Re: Display Description instead of Value
« on: June 14, 2016, 11:38:44 AM »
Hi Thys,

Can you show us your Lookup settings tab. I am doing this in a form and a browse(drop down) and it works fine. I am using tps.

Bijan

11
Hi Johan

If this is an old certificate, create a new one.
Watch Nettalk Webinar 72, on intermediate certificates.
www.SSLLabs.com - test your secure server.

Regards

Bijan

12
Web Server - Ask For Help / Address Autocomplete using an API
« on: June 03, 2015, 08:12:00 AM »
Hi,

Has anyone here done any work with address lookup using a map API?

http://matthaeuskrenn.com/addressautocomplete/

Regards

Bijan

13
Web Server - Ask For Help / Re: Form Save button on IPad- Safari
« on: June 03, 2015, 02:41:31 AM »
Problem Solved.

Here is what I did to fix it. After checking several IOS devices I came to the conclusion that there is an issue with the Safari config on this Ipad. I noticed that javascript was not working at all and tabs were also missing.

I cleared the cache and restarted the Ipad. Finally, in Safari I zoomed out and back in. It might have been related to this article
http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-iPad-Is-Zoomed-In.htm

HTH

14
Web Server - Ask For Help / Re: Form Save button on IPad- Safari
« on: May 31, 2015, 09:48:45 AM »
Hi Bruce,

IOS 8.3 on both the phone and the Ipad. I will check another Ipad later to see if it's just this Ipad. It happens with the NT example apps.

Can you please see what is causing this.

Regards

Bijan

15
Web Server - Ask For Help / Re: Binding to an IP address
« on: May 27, 2015, 05:22:42 AM »
Kevin,

If it runs internally and on different ports from outside, could be a port forwarding issue. Are you doing your port forwarding on your router?

Pages: [1] 2 3 4