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 - Bram Klootwijk

Pages: [1]
1
Web Server - Ask For Help / Hotdates bug & feature request
« on: September 02, 2016, 01:29:22 AM »
Hi Bruce,

in the hotdates example:  when you drag and drop an item in the year or month planner and reopen/close the item then you get an error when saving.

Feature request: it would be nice if you can have multiple appointments in the year/monthly planner.
1) Entering a blank position: add a new appointment on that day (this already happens now)
2) If there is only 1 appointment on a day: drag and drop is enabled (this already happens now)
3) If there are multiple appointments on a day: Show a browse with the appointments on that day so you can edit a specific appointment on that day. (feature request).

Hope this makes sence......

Would love to have this kind of handling in the templates.

Cheers,
Bram

2
Web Server - Ask For Help / lost connection odbc
« on: July 06, 2014, 11:37:58 AM »
I have a webapp that connects to a Gupta database via ODBC.
I open the odbc connection in the webserver
Works like a charm. If however in a DMZ zone with a TCP timeout a timeout occurs, then the webapp does not see the tables anymore.
The webapp is on a seprate server as the database. For security reasons there is a timeout set on the tcp connection.
 
What is the best practice in this case?
.
Can I check the connection in the webhandler?
Should I make a separate windows program that checks if the connection is open and restart the webapp ?
 

3
Web Server - Ask For Help / How to pass e text-field to a session-value
« on: August 25, 2007, 09:16:37 AM »
Hi,

i have a memory-form with a text-type-field for a description. I want to save this in a session-variable for use in another form.

It seems that i cannot save the value of a text-field in a session-variable?


Any help is welcome..


Greetings,
Bram

4
Hi,

i have a form and do'nt want to use the save button to chain to another page. Instead i have added a button without a URL and in the embed-point for server-side i've added several file-operations. After that i want to chain to a Net:webpage (without change/insert/delete or whatever, just a simple thankyou page).

How can i do that?

any help is welcome!

Cheers,
Bram

5
Web Server - Ask For Help / Passing special chars ? % in addressline
« on: July 25, 2007, 01:31:09 AM »
Hi,

is there a method for URL-encoding /decoding to pass special characters from one page to another page?

I must pass ariclenumbers like "DG12%" .

Thanx,
Bram

6
Hi All,

I want to save the unique record-identifier in a session-variable of a selected row in a browse. I want to use this identifier in another form without using the browse-form option.

(It's for a selection of a row in a browse and then i go to another form with a button/hyperlink. Then i need that session-variable to get the selected record)

Any Help?

Greetings,
Bram

7
Hi,

i need a yes/no answer from a user for deleting a record. How can i retrieve the true/false value of a send javascript?

I use this code:
 packet = clip(packet) & '<script>window.confirm(<39>Are you sure to delete this address?<39>)</script>'


Or is there another way of getting a yes/no answer from a popup-dialog?


Greetings,
Bram

8
Web Server - Ask For Help / Page only in local-mode accessible
« on: July 07, 2007, 01:57:07 PM »
Hi all,

I want a page only accessible in local -mode (localhost:nn).

It is a admin-page and i do'nt want the page to be accessable from the web, only from the localhost.

What is the command to check that i'm local?

Greetings,
Bram

9
Web Server - Ask For Help / Changing width of a button
« on: July 04, 2007, 08:34:02 AM »
Hi All,

how can i change the width of a button? There are properties for the text like p_web.site.SaveButton.TextValue, but i want to make a button widther to fit the text.....


Any help?

Greetings,
Bram

Pages: [1]