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

Pages: [1]
1
Web Server - Ask For Help / Calling Source procedure from Menu
« on: October 06, 2023, 12:54:27 PM »
I have not done this before so I am probably missing something easy. I added a button to my menu. It calls a regular Clarion Source Procedure. I have 3 clarion statements in the Process Code embed.

I do not get any compile errors but when I click the button I get a "The page cannot be found" error. I am not trying to display any HTML. There is no HTML in the procedure. I don't want to display anything. I just want the code to run.

I have created an example app using the wizard that shows this behavior. It has the App, Dct, and a test file. The button says "Clear File Records".

I didn't find anything helpful when I searched. Any help is appreciated.

Regards,
   Mike

2
Web Server - Ask For Help / LDAP attribute pwdLastSet
« on: May 04, 2022, 08:20:05 AM »
Using the NetTalk LDAP demo I am successfully connecting to my Microsoft AD server. I am setting the user filter. When I click the Get Attribute button I get a lot of nice attributes but not the one I am looking for. There should be an attribute called pwdLastSet which should be the date the password was last set. It is not coming up. I thought it might be a permissions thing so I tried it with a Domain Admin's  credentials but that did not make a difference. Any ideas would be appreciated.

3
Web Server - Ask For Help / Export not correct
« on: April 15, 2022, 04:58:46 AM »
I have a small system. One windows based program and one web based program. They access the same 2 files on the same Windows server. They both have a function to export a file to csv. The problem is with the web based export. If I delete a record and run the export the deleted record is still in the web based export. It is not in the Windows based export and the record is not found in a browse in either program. If I restart the web based program the record goes away. Note, the web based program runs as a service.

It appears that there is something not being cleared but I have no idea what that could be.

I have attached a text file that contains the code that I use to create the export file.

I would be happy to provide the complete programs if that will help.

Regards,
   Mike

4
Web Server - Ask For Help / File Download issue with name
« on: February 10, 2022, 07:17:52 AM »
I am struggling with the very last part of my project. I added a button to download/export a file. The button calls a NetWebPage to create the file and present it for downloading. The file gets created and put in the Web folder correctly but when it gets downloaded to the client the file data is correct but the name is different and I cannot figure out how to fix this. The name of the file I create is ExportISE.csv. That is the name that is on the Web folder. The file name that gets downloaded to the client is ExportFile.xls. That file name is nowhere in my program. I have attached a sample program that shows the behavior. The login is Export/Export1.

Any assistance is greatly appreciated.

Regards,
   Mike

5
Web Server - Ask For Help / Headings on Browse on the left
« on: July 08, 2020, 11:48:53 AM »
I just upgraded Net Talk to the latest version (11.39). I recompiled my application and now the column headings on all the browses are on the left and the records are on the right. If I try to page nothing happens. I have attached a screen shot.

Note: Changing the theme makes no difference.

Any thoughts?

6
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.

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

8
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]