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

Pages: 1 ... 3 4 [5]
61
Web Server - Ask For Help / Auto Refresh A Browse
« on: September 03, 2008, 06:25:07 AM »
4.31 PR11

On a NetWebBrowse, under the Advanced tab, I have set the timer to 30 sec and the refresh to current.  On my webserver the log shows that every 30 seconds a request is made for the browse.  However, the browse does not update until click on the link again.

Anyone have a thought as to what I am missing?

62
Web Server - Ask For Help / Help With Membership
« on: November 07, 2007, 12:24:30 PM »
I am using bitwise functions, BAND / BXOR, to assign security groups to users.  Since the groups are longs, I can have 32 groups available and 32 groups assigned to the user.  I have a form with 2 browses on it.

Available Security Groups                               Assigned Security Groups
Supper High Security                                                   Medium Security
Low Security

The idea would be for a user to click on a button to "Assign" or "Un-Assign" a security group.  On the server, perform a BXOR and turn on/off the security group.  My issue is that I do not know how to identify which security group the user was on when they clicked "Assign" and how to refresh the browser.

Any ideas or suggestions on a different approach?

63
Web Server - Ask For Help / Restrict Access to certain pages
« on: October 22, 2007, 09:37:10 AM »
NetTalk 4.29

On the Advanced tab of a nettalk procedure, there is a checkbox indicating that the user must be logged in before they can see the page.  Is there a way to perform a check and then re-direct if the check fails?  If not...

Bruce, please consider adding two additional prompts to the Advanced tab.

Prompt 1: a entry field where I can set my own criteria ex. if use:admin = False
Prompt 2: what page to display if prompt 1 fails

64
Web Server - Ask For Help / Button on each row of a Browse
« on: October 22, 2007, 09:11:59 AM »
NetTalk 4.29

I have a form with 2 browses on it.  Browse 1 is a list of available departments and Browse 2 is a list of assigned departments.  I want to include a button in each row on both browses.  Clicking the button would assign or unassign the hilighted department.

Issues...

1. I can not seem to get a button (other) to show in a browse.  I looked at example 28 and it is setup for an other button in a browse, but it does not show up when run.

2. what embed woud I use to update my filter variable.

Thanks for your help.

65
In a validate embed, I want to cause the users browser to goto a specific web page based on their input.  Can this be done, and if so, how?

Example:

If ACC:AccountClose = true
  <send browser to webpage ....>
Else
  do some other stuff
End

Pages: 1 ... 3 4 [5]