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.


Messages - Bruce

Pages: 1 ... 694 695 [696] 697 698 ... 736
10426
News And Views / Re: Version 4.31 PR 20 uploaded
« on: November 26, 2008, 06:57:13 AM »
as above

10427
News And Views / Re: Version 4.31 PR 19 uploaded
« on: November 26, 2008, 06:56:01 AM »
PR20 is up.

Mostly just fixes, but with 2 notable features;
a) (internally) the Browse Update buttons are now using the browseTable JavaScript object.
b) (external) you can now suppress the "Do you really want to delete the record?" message on delete, or translate the message to other languages.

Cheers
Bruce

10428
Web Server - Ask For Help / Re: SOAP Server: Empty xmlString string
« on: November 25, 2008, 10:14:37 PM »
Presumably there is no incoming parameter called xml?

If you look on the server window, at the log, what does the incoming request look like?

Cheers
Bruce

10429
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

10430
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

10431
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

10432
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

10433
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


10434
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

10435
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

10436
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

10437
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

10438
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

10439
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

10440
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

Pages: 1 ... 694 695 [696] 697 698 ... 736