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.
Pages: [1]
1
Web Server - Ask For Help / net tag requires alone on line
« on: May 21, 2010, 12:54:08 AM »
If in a static page
<!-- Net:BrowseContracts --></div>
Then the browse does not display
but if
<!-- Net:BrowseContracts -->
alone on a line
Then the browse displays
Ben
<!-- Net:BrowseContracts --></div>
Then the browse does not display
but if
<!-- Net:BrowseContracts -->
alone on a line
Then the browse displays
Ben
2
Web Server - Ask For Help / Browse with login problems
« on: May 21, 2010, 12:43:22 AM »
NWS5 ... I have a browse that needs a login first ....
IF I have the login as a NetWebForm and and on the webserver setting tab, I have the name of the webform, the login page displays correctly when the browse is called and the user is not logged in .
IF HOWEVER, I have the login form embedded inside a static page, and on the WebBrowse Settigns tab, I enter the name of the static page, the login page is never displayed when the browse page is called..
Anyone know what I am missing here ??
If I call the login page via entry of it's address on the browser addresbar, it does show up
If the browse page displays (obviously without any records because I am not logged in, and I manually go to the login page, and I log in, THEN it takes me automatically back to the Browse page and shows the records
IF I have the login as a NetWebForm and and on the webserver setting tab, I have the name of the webform, the login page displays correctly when the browse is called and the user is not logged in .
IF HOWEVER, I have the login form embedded inside a static page, and on the WebBrowse Settigns tab, I enter the name of the static page, the login page is never displayed when the browse page is called..
Anyone know what I am missing here ??
If I call the login page via entry of it's address on the browser addresbar, it does show up
If the browse page displays (obviously without any records because I am not logged in, and I manually go to the login page, and I log in, THEN it takes me automatically back to the Browse page and shows the records
3
Web Server - Ask For Help / Programatically set Listbox Cell Display format and Data
« on: May 18, 2010, 06:20:16 AM »
I have a listbox and one of the columns must be 55 chars wide ... The data that come back from the table is more than that ...
I want to be able to intercept the data .. count the characters ... If MORE than 52, Sub the first 52 and & '...' [ asadasdasdfg... ] and display that , else if the data is less than 52 , display as is ....
Any help on WHERE to do this using netwebbrowse template would be appreciated
Kind Regards
Ben
I want to be able to intercept the data .. count the characters ... If MORE than 52, Sub the first 52 and & '...' [ asadasdasdfg... ] and display that , else if the data is less than 52 , display as is ....
Any help on WHERE to do this using netwebbrowse template would be appreciated
Kind Regards
Ben
Pages: [1]