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 ... 693 694 [695] 696 697 ... 736
10411
Web Server - Ask For Help / Re: PR20 Release Noi matching procedure error
« on: November 27, 2008, 10:32:51 PM »
please send me the app Terry.

Cheers
Bruce

10412
Web Server - Ask For Help / Re: Busy.gif position
« on: November 27, 2008, 10:30:47 PM »
Hi Michelis

I've just tested in the current build and the graphic seems to "stick" in the corner now.

Cheers
Bruce

10413
Web Server - Ask For Help / Re: Deleting problem
« on: November 27, 2008, 09:52:23 PM »
Hi Casey,

>> What is the best method for deleting the last selected record from a browse? 

to delete one record, yo can put either an inline delete button, or a button under the browse. Then the highlighted record is deleted.

>> Where is the browse selection saved

it's in the session value, of the component, of the unique key for the browse.
eg, if the browse is on Invoices, and the Unique key is Inv:IdKey, and the component is Inv:Id, then the "last selected record" is the current session value of
p_web.GSV('Inv:id')

Cheers
Bruce

10414
Web Server - Ask For Help / Re: Busy.gif position
« on: November 27, 2008, 07:57:41 AM »
It's set using CSS properties, so it'd be fiddly to bind it to a specific item on the window.

Yes, if you resize the browser window then it appears to move a bit - I might play with that to try and get it to bind itself to the bottom right corner.

Cheers
Bruce

10415
News And Views / Re: Version 4.31 PR 21 uploaded
« on: November 27, 2008, 12:20:58 AM »
PR21 is up. Fixed a bug in PR20 that affected IE users.
http://www.capesoft.com/ftp/public/prerelease/index.htm

10416
News And Views / Re: Version 4.31 PR 20 uploaded
« on: November 26, 2008, 06:57:13 AM »
as above

10417
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

10418
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

10419
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

10420
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

10421
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

10422
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

10423
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


10424
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

10425
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

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