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

Pages: 1 [2] 3
16
I believe there may be some confusion between web hosting and server hosting. If you purchased one of their web hosting products I do not believe you can run a NT application on it. I think you need to purchase either a dedicated server or a Virtual Private server.

17
Web Server - Ask For Help / Re: IP address/port conflict
« on: March 20, 2017, 05:25:44 AM »
Sorry, I did not see the multiple IP addresses part. To add to Kevin, you also need to bind IIS to the specific IP you want as the default is for "All Assigned"

18
Web Server - Ask For Help / Re: IP address/port conflict
« on: March 16, 2017, 12:02:22 PM »
I have IIS and a NetTalk app running on the same PC with no issues. I would install IIS without the NT app running. I would then verify that the NT app is not using port 80.

If you are still having issues you might want to run the netstat command to see what other program might be using port 80.

19
Web Server - Ask For Help / Re: Troubleshoot connection to webserver
« on: April 22, 2015, 09:09:53 AM »
Or... if you know how to configure your firewall you can go in and change the rule that was created.

If it is a Windows firewall you can go into Control Panel/Windows Firewall/Advanced settings. It should be in the Outbound rules. Double click on the rule and change to Allow the connection.

20
Web Server - Ask For Help / Re: Port numbers
« on: August 08, 2014, 09:51:16 AM »
I agree with Terry. However if you are really stuck on using different ports, another option would be to redirect port 80 to your application port. This can either be done in IIS or using a webpage.

21
Web Server - Ask For Help / Re: Suppressing comments and prompts
« on: February 19, 2013, 05:14:47 AM »
I had not tried that (did not know about it). I just tried it and it looks much better than what I was trying to do.

Thank You !!

22
Web Server - Ask For Help / Re: Date format
« on: February 19, 2013, 05:05:40 AM »
I had not as I assumed it would take the picture from the dictionary. I added a picture under the settings tab of the field and all is good.

23
Web Server - Ask For Help / Re: Suppressing comments and prompts
« on: February 18, 2013, 12:49:59 PM »
Hopefully this explanation makes sense...

Several of the fields in my table have a lookup file. When the user is updating those fields on a form I would like to display the entry field, the lookup button and the code description field (from the lookup file) on the same row right next to each other.

Currently the comment inserts itself in between the lookup button and the description. In addition the description is read only however the comment for that field also displays.

In order to see the form clearly the user has to make the window wider to get all the fields to display on the same row.

Because of the nature of the data in most of the fields the user will know that they are required and if they forget to enter a required field then they will be presented with an error.

For fields like dates I think it is nice to show the comment because it includes the format of the date.

Bruce, I am not trying to be a pain and I hope this makes sense.

As always your help is greatly appreciated.


24
Web Server - Ask For Help / Re: Date format
« on: February 15, 2013, 08:13:31 AM »
Well, We are half way there.

I changed all the dates in my dictionary to @d2. The dates appear as mm/dd/yyyy in the browses. They still show up as dd/mm/yyyy in the forms.

I have deleted all the clw and obj files and regenerated all source.

25
Web Server - Ask For Help / Re: Suppressing comments and prompts
« on: February 15, 2013, 06:35:53 AM »
OK, I think I am now more confused :)

I assume the 2 single quotes are for the Prompt. That works.

The check box to suppress comments at the form level is working.

I could not find anything at the Tab level.

At the field level, if I say Last on Line = No and uncheck the Last in Cell block I can then suppress the comment. However, then my form is messed up because the next field is moved up to the same row.

Am I still missing something?

26
Web Server - Ask For Help / Re: Date format
« on: February 15, 2013, 06:20:44 AM »
Understood. Thank you.

27
Web Server - Ask For Help / Re: Suppressing comments and prompts
« on: February 14, 2013, 06:06:47 PM »
That was my plan B. The problem is that the check box to suppress the comment is greyed out on all my fields.

I cannot figure out why.

28
Web Server - Ask For Help / Date format
« on: February 14, 2013, 02:25:26 PM »
I am using Clarion 8.0.9759 and NT 7.05

I have a couple of date fields in my table. In the dictionary I have the picture defined as @d17. On my web browse the date displays as I expect (mm/dd/yyyy) on the form it displays as dd/mm/yyyy. I cannot find anywhere to correct this.

29
Web Server - Ask For Help / Suppressing comments and prompts
« on: February 14, 2013, 01:47:40 PM »
I am running Clarion 8.0.9759 and NT 7.05

I am trying to adjust one of my forms so that the rows look something like this:

Prompt: Code ? Description

The code and description are fields from tables. To get this look I need to be able to suppress comments however on most of the fields in the form the Suppress Comment check box is greyed and I cannot figure out why.

I would like to blank out the prompt for the description field. However when I blank out the prompt and tab to the next field the prompt is immediately put back.

I also noticed that the Span prompt/value/comment check box is also greyed out on all my fields.

Some direction would be appreciated.

-------------------
Update. I just figured out that I can just put 2 quotes in the prompt field.
     That takes care of one of my problems.
 

30
Web Server - Ask For Help / Must be in list validation
« on: November 14, 2009, 09:35:33 AM »
I have a field called Gender in my Dict. Under Validity Checks I have "Must be in List" selected. In the Choices and Values I have M|F.

On my form, no matter what I enter (even a valid entry) it pops up with the error window saying the value needs to be One of: M|F.

I would think it should only display the error if an invalid entry is made. I cannot get it to work correctly.

Can anybody tell me what I am doing wrong?

I am running version 4.38.

Pages: 1 [2] 3