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.
1
Web Server - Ask For Help / Re: Refresh an entire page
« on: April 29, 2012, 06:43:40 AM »
Bruce, can you please tell me how to refresh the entire page - I have looked in the manual, the building applications document and Nettalk Central but can't find out how?
2
Web Server - Ask For Help / Re: Auto-Lookups keep popping up
« on: April 12, 2012, 10:57:37 PM »
Hi Devan
I don't think this is new to 6.26, I reported it before. I have it in my app too. I've had to switch auto-lookup off.
Gavin
I don't think this is new to 6.26, I reported it before. I have it in my app too. I've had to switch auto-lookup off.
Gavin
3
Web Server - Ask For Help / Re: Refresh an entire page
« on: April 12, 2012, 07:57:26 AM »
Thanks Bruce, but no this didn't work. Doesn't appear to do anything. If I refresh the page manually using the browser refresh then the header changes.
4
Web Server - Ask For Help / Refresh an entire page
« on: April 09, 2012, 06:15:33 AM »
I have a browse, on this browse I have a button behind which is some server code - this all works.
What I want to happen after the server code has run is for the entire page to refresh - this is because some display data in the page header needs to refresh.
Can't seem to figure out how to do this.
What I want to happen after the server code has run is for the entire page to refresh - this is because some display data in the page header needs to refresh.
Can't seem to figure out how to do this.
5
Web Server - Ask For Help / Detect Browse Width
« on: April 07, 2012, 12:23:13 AM »
I have a browse on a window and just above that browse a display field that I'm using to show help text.
Ideally I want the display box to be the same width as the browse box as it looks better.
I have two questions:
a) Is there a way to return the width of the browse when it get's rendered and;
b) How can I then dynamically tell the display to use the same width
I have a custom CSS class for the display field.
Ideally I want the display box to be the same width as the browse box as it looks better.
I have two questions:
a) Is there a way to return the width of the browse when it get's rendered and;
b) How can I then dynamically tell the display to use the same width
I have a custom CSS class for the display field.
6
Web Server - Ask For Help / Re: XHTML Tooltip
« on: April 06, 2012, 09:28:53 AM »
Bruce, I have further information regarding tooltips in browses.
Say I have a table called customers with a link to a country table. Customers also have a notes field.
On my browse I have my customer name and their country (lookup up from country table).
I put the customer notes field as a hot field.
Now I can make the notes field the tooltip on the customer name - works great, I hover over customer name in browse and I see my note.
However, if I also want the note to appear as a tooltip on the country column it gives me a compile error.
I can recreate this in several places.
Say I have a table called customers with a link to a country table. Customers also have a notes field.
On my browse I have my customer name and their country (lookup up from country table).
I put the customer notes field as a hot field.
Now I can make the notes field the tooltip on the customer name - works great, I hover over customer name in browse and I see my note.
However, if I also want the note to appear as a tooltip on the country column it gives me a compile error.
I can recreate this in several places.
7
Web Server - Ask For Help / Refreshing a Browse
« on: April 03, 2012, 09:51:44 AM »
I have a NetWebForm with two tabs, each tab has a browse. If I open a record in browse 2 (using a form) I am able to do stuff. When I CLOSE the form in browse 2 I want it to refresh browse 1.
8
Web Server - Ask For Help / On Logout go to Index Page
« on: April 03, 2012, 09:44:18 AM »
How can I set the page to go to when user logs out?
9
Web Server - Ask For Help / Popup Form Position
« on: March 29, 2012, 12:17:49 PM »
Is there a way to change the position of popup forms. I would like mine to appear a bit further down the screen.
10
Web Server - Ask For Help / XHTML Tooltip
« on: March 29, 2012, 05:17:40 AM »
I have a table with a name field and a text field.
The text field is editable using TinyMCE and so is stored as HTML in the database (I think).
I would like to display the text field as an HTML tooltip when I hover on the name field in the browse.
First problem: If I put the text field as the tooltip variable it doesn't like it - says "Field not found in parent file", I can put text in quotes or use a local variable with no problems, just don't seem to be able to use a file variable.
Second problem: Assuming I can resolve the first problem, how can I get it to treat the variable as XHTML?
The text field is editable using TinyMCE and so is stored as HTML in the database (I think).
I would like to display the text field as an HTML tooltip when I hover on the name field in the browse.
First problem: If I put the text field as the tooltip variable it doesn't like it - says "Field not found in parent file", I can put text in quotes or use a local variable with no problems, just don't seem to be able to use a file variable.
Second problem: Assuming I can resolve the first problem, how can I get it to treat the variable as XHTML?
11
Web Server - Ask For Help / Re: Call Update Form without a Browse
« on: March 26, 2012, 09:29:42 AM »
Hi Bruce
I'm running 6.26 and this still seems to be an issue. i.e. calling a form directly from a browse in procedure popup mode.
Is there a way I can work around this?
Thanks
Gavin
I'm running 6.26 and this still seems to be an issue. i.e. calling a form directly from a browse in procedure popup mode.
Is there a way I can work around this?
Thanks
Gavin
12
Web Server - Ask For Help / Re: Prompt alignment with control
« on: March 25, 2012, 11:26:48 PM »
Hi Stu
Thanks for the response. I'm having no problem changing properties in CSS - using my own custom CSS file. For example I have the following in my custom CSS file:
.nt-prompt {
color: blue;
vertical-align: middle;
}
This works fine, changing my prompt colour on my forms to blue, however the align does nothing, it doesn't even get detected or picked up when I inspect the element using Chrome - I can see when I inspect that it shows my color override, but that's all.
Thanks for the response. I'm having no problem changing properties in CSS - using my own custom CSS file. For example I have the following in my custom CSS file:
.nt-prompt {
color: blue;
vertical-align: middle;
}
This works fine, changing my prompt colour on my forms to blue, however the align does nothing, it doesn't even get detected or picked up when I inspect the element using Chrome - I can see when I inspect that it shows my color override, but that's all.
13
Web Server - Ask For Help / Using Locator on Multi Fields
« on: March 25, 2012, 11:14:36 PM »
I have a table with surname and firstname fields. I have used the setting - Locate on fields (csl) and entered the following: PAT:Surname,PAT:Firstname - done this on both fields in the browse.
I have tried setting the locator to Search and Contains and my results are similar. I have two patients:
Joe Bloggs
Sarah Bloggs
If I type Bloggs or bl into the search they both come up - fine.
If I type Joe or J then it finds Joe Bloggs - fine.
However if I try searching on both words I get nothing - even if I type in Joe Bloggs.
What am I doing wrong?
I have tried setting the locator to Search and Contains and my results are similar. I have two patients:
Joe Bloggs
Sarah Bloggs
If I type Bloggs or bl into the search they both come up - fine.
If I type Joe or J then it finds Joe Bloggs - fine.
However if I try searching on both words I get nothing - even if I type in Joe Bloggs.
What am I doing wrong?
14
Web Server - Ask For Help / Prompt alignment with control
« on: March 24, 2012, 10:35:59 PM »
On a form I have prompts and entry controls. The height of the entry control (say text control) is bigger than the height of the prompt text. Both prompt and control align vertically on the top, I would like them to align centrally. This looks even worse if you then have radio buttons where the text for the radio button is not in line with the radio button itself.
I have tried but can't seem to figure out what css class to overwrite and with what css instruction - everything I do seems to get ignored.
I have tried but can't seem to figure out what css class to overwrite and with what css instruction - everything I do seems to get ignored.
15
Web Server - Ask For Help / Re: Browse and Form on Same Page
« on: February 20, 2012, 12:41:22 PM »
Thanks Rob, I downloaded this but for some reason it won't compile. Nevertheless I took a look at what you did. In summary:
Create a memory web form
Put browse and update form on the web form
On the browse tick the box to send value back to server and get it to reset the update form (value)
That all makes sense However on my simple example doesn't work - update form remains blank.
What am I missing?
Create a memory web form
Put browse and update form on the web form
On the browse tick the box to send value back to server and get it to reset the update form (value)
That all makes sense However on my simple example doesn't work - update form remains blank.
What am I missing?