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.
10546
Web Server - Ask For Help / Re: Restore position using EIP to correct colum after browse refresh
« on: November 25, 2008, 08:08:52 AM »
Hi John,
Unfortunately I don't think this'll be trivial to do.
I'll have a look, but I think it might be beyond the scope of 4.31 at the moment.
Cheers
Bruce
Unfortunately I don't think this'll be trivial to do.
I'll have a look, but I think it might be beyond the scope of 4.31 at the moment.
Cheers
Bruce
10547
Web Server - Ask For Help / Re: Record not found error (version 4.31 PR 19)
« on: November 25, 2008, 08:03:48 AM »
Hi John,
well, for starters this isn't valid xHTML - so I'm not sure if this is causing your problem or not, but it 'aint gonna help.
specifically;
<p class="MyMessageBox" style="Width: 85%;">
Press one of the 'Add Order' Buttons below to create an order!
<p />
should be
<p class="MyMessageBox" style="Width: 85%;">
Press one of the 'Add Order' Buttons below to create an order!
</p>
Cheers
Bruce
well, for starters this isn't valid xHTML - so I'm not sure if this is causing your problem or not, but it 'aint gonna help.
specifically;
<p class="MyMessageBox" style="Width: 85%;">
Press one of the 'Add Order' Buttons below to create an order!
<p />
should be
<p class="MyMessageBox" style="Width: 85%;">
Press one of the 'Add Order' Buttons below to create an order!
</p>
Cheers
Bruce
10548
Web Server - Ask For Help / Re: SOAPServer example without xFiles
« on: November 25, 2008, 07:58:04 AM »
Hi Greg,
>> The WebHandler procedure settings are the other place where you can set that a page requires a login.
Go to the WebHandler procedure.
WebHandler Settings button
Login Rqd tab
Notice that GetInfo is highlighted.
Click on it.
Now it's not highlighted.
Compile & run.
Cheers
Bruce
>> The WebHandler procedure settings are the other place where you can set that a page requires a login.
Go to the WebHandler procedure.
WebHandler Settings button
Login Rqd tab
Notice that GetInfo is highlighted.
Click on it.
Now it's not highlighted.
Compile & run.
Cheers
Bruce
10549
Web Server - Ask For Help / Re: Delete record with no are you sure message when you click the delete button.
« on: November 25, 2008, 07:15:42 AM »
I've tweaked it for the next build (PR20) so you can turn the confirmation on and off at the template level,and also customise the popup message as well...
Cheers
Bruce
Cheers
Bruce
10550
Web Server - Ask For Help / Re: EIP is not getting Refreshed
« on: November 25, 2008, 01:52:52 AM »
Hi Sebastian,
Setting the focus in a EIP browse, especially after a refresh, is a non-trivial task.
I'll look into it, but I don't think it'll happen in 4.31 (which I'm trying to move to "official" release status.)
Cheers
Bruce
Setting the focus in a EIP browse, especially after a refresh, is a non-trivial task.
I'll look into it, but I don't think it'll happen in 4.31 (which I'm trying to move to "official" release status.)
Cheers
Bruce
10551
Web Server - Ask For Help / Re: Problem with a 'Contains' locator
« on: November 25, 2008, 01:50:43 AM »
Hi guys,
The next-page-locator thing is fixed. I'll release that (PR20) later today.
I'm also not sure why Hot-Fielding the field makes the filter work - that's a bit of a strange one.
Cheers
Bruce
The next-page-locator thing is fixed. I'll release that (PR20) later today.
I'm also not sure why Hot-Fielding the field makes the filter work - that's a bit of a strange one.
Cheers
Bruce
10552
Web Server - Ask For Help / Re: Browse on Form issue
« on: November 25, 2008, 01:12:51 AM »
The DropFilter example (Example 33) also demonstrates this technique.
Cheers
Bruce
Cheers
Bruce
10553
Web Server - Ask For Help / Re: Record not found error (version 4.31 PR 19)
« on: November 24, 2008, 11:02:32 PM »
Hi John,
Is this happen on all browses or just this one?
If just this one, then can you spot anything different about this one?
Is the "Unique Unchanging Key" for this table any different to other keys? eg more than 1 component? Or a different field type?
Cheers
Bruce
Is this happen on all browses or just this one?
If just this one, then can you spot anything different about this one?
Is the "Unique Unchanging Key" for this table any different to other keys? eg more than 1 component? Or a different field type?
Cheers
Bruce
10554
Web Server - Ask For Help / Re: Delete record with no are you sure message when you click the delete button.
« on: November 24, 2008, 05:27:16 AM »
Hi John,
The message happens in JavaScript, so the only way to turn it off at the moment is to edit all.js and netweb.js, and remove all.js.gz & netweb.js.gz in your scripts folder.
Cheers
Bruce
The message happens in JavaScript, so the only way to turn it off at the moment is to edit all.js and netweb.js, and remove all.js.gz & netweb.js.gz in your scripts folder.
Cheers
Bruce
10555
Web Server - Ask For Help / Re: Trying to use BUFFERS
« on: November 24, 2008, 05:25:40 AM »
Right-click on the procedure in the app tree.
choose source.
Search for BUFFER
and you'll see what the template is generating.
You can also put a STOP in to see the value of loc:nobuffer
Cheers
Bruce
choose source.
Search for BUFFER
and you'll see what the template is generating.
You can also put a STOP in to see the value of loc:nobuffer
Cheers
Bruce
10556
Web Server - Ask For Help / Re: Problem with a 'Contains' locator
« on: November 24, 2008, 05:22:52 AM »
Hi John,
can you post the filter bit again, adding some spaces so it doesn't turn into smileys?
And which build of 4.31 did you test with?
cheers
Bruce
can you post the filter bit again, adding some spaces so it doesn't turn into smileys?
And which build of 4.31 did you test with?
cheers
Bruce
10557
Web Server - Ask For Help / Re: SOAPServer example without xFiles
« on: November 24, 2008, 05:15:25 AM »
Hi Greg,
The WebHandler procedure settings are the other place where you can set that a page requires a login. The login.htm is coming from the setting on the web server procedure.
Have you tried compiling the web server example to see if that procedure gets called?
If you're still struggeling perhaps you need to post your app here so others can take a look at what you've done.
Cheers
Bruce
The WebHandler procedure settings are the other place where you can set that a page requires a login. The login.htm is coming from the setting on the web server procedure.
Have you tried compiling the web server example to see if that procedure gets called?
If you're still struggeling perhaps you need to post your app here so others can take a look at what you've done.
Cheers
Bruce
10558
Web Server - Ask For Help / Re: Trying to use BUFFERS
« on: November 21, 2008, 12:43:22 AM »
Hi Alberto,
Are you using a SQL backend?
The template already generates a buffer statement for you - except in cases where there are "known issues".
For example, the ODBC driver fails if you buffer and the Sort order contains a decimal field.
Cheers
Bruce
Are you using a SQL backend?
The template already generates a buffer statement for you - except in cases where there are "known issues".
For example, the ODBC driver fails if you buffer and the Sort order contains a decimal field.
Cheers
Bruce
10559
Web Server - Ask For Help / Re: SOAPServer example without xFiles
« on: November 21, 2008, 12:28:02 AM »
GetInfo should be a NetWebPage procedure.
Cheers
Bruce
Cheers
Bruce
10560
News And Views / Version 4.31 PR 19 uploaded
« on: November 19, 2008, 08:14:49 AM »
This update has fairly few programming tweaks - just a little bit around the new locator's stuff. The WebServer Template Documentation though has been completely updated - at least for the Browse and Form templates (and some of the other ones as well). This is worth reading, especially for long time NTWS users who may have missed some of those settings I've sneaked in over the years.
Cheers
Bruce
Cheers
Bruce