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 ... 714 715 [716] 717 718 ... 738
10726
Web Server - Ask For Help / Re: 2 menu bars
« on: April 23, 2008, 05:09:37 AM »
Hi Gregg,

You've got a menu attached to the browse procedure.
Alas that's not supported - at least not yet.
Menus can be attached to a NetWebPage, or NetWebSource procedure.
And the netweb source can then be set as the "header tag" for the browse if you like.

Cheers
Bruce

10727
Web Server - Ask For Help / Re: Default Button on a Form
« on: April 23, 2008, 05:06:09 AM »
Obviously one thing to check is that only one button has the "default button" option ticked.

Cheers
Bruce

10728
Web Server - Ask For Help / Re: I'm lost with Logout
« on: April 23, 2008, 05:04:56 AM »
Login procedure
top of the GenerateForm routine should be a good place.

Cheers
Bruce

10729
Web Server - Ask For Help / Re: Default Button on a Form
« on: April 22, 2008, 10:53:38 PM »
Perhaps send me the app Paul. I'm not sure why you're getting the effect you're seeing. I'm guessing that it's something fairly simple.

cheers
Bruce

10730
Hi John,

Yes, it's fairly straight-forward to do this using a combination of NetTalk and xFiles.
In practice, it's a lot easier than you might think to pull this off.

There are a number of SOAP server, and client, examples in both NetTalk and xFiles.
Once you get the hang of this it's remarkably easy to do - so certainly not worth learning a whole other language for.

If you need specific help just shout.

cheers
Bruce

10731
Web Server - Ask For Help / Re: 2 menu bars
« on: April 22, 2008, 04:57:08 AM »
It's come through Gregg, thanks, I'll keep you posted.

Cheers
Bruce

10732
Web Server - Ask For Help / Re: Default Button on a Form
« on: April 22, 2008, 02:21:48 AM »
Hi Paul,

Are either, or both, of the buttons "submit" buttons?

And, um, how does a default button "show" in the browser? I've not seen a difference (visually) between the default button and any other button. At least I don't think I have...

Cheers
Bruce


10733
Web Server - Ask For Help / Re: PNG on Button problem
« on: April 22, 2008, 02:18:26 AM »
Hi Thomas,

It really all depends on what you want the button to do - sometimes it's a submit button (ie sends all the form fields) sometimes that's not necessary.

Cheers
Bruce

10734
Web Server - Ask For Help / Re: no Frame Border
« on: April 21, 2008, 05:20:45 AM »
Hi Thomas,

I'm back in the office, so I ran a small test.
In order for the border to be visible in IE, the "border width" must be blank.
I'm gonna tweak 4.31 a bit to be smarter, but in the mean time make sure the  Border Width setting (for the framesets) is blank.

See attached picture

Cheers
Bruce


[attachment deleted by admin]

10735
Web Server - Ask For Help / Re: 2 menu bars
« on: April 20, 2008, 09:56:46 PM »
Sorry Gregg for the delay. No it's not normal behavior. Indeed I'm not sure how you're achieving it. So if you could send me the app I'd like to take a look.

cheers
Bruce

10736
Web Server - Ask For Help / Re: Hiding and unhiding fields - Help
« on: April 20, 2008, 09:53:14 PM »
Hi Brad,

Almost certainly you should be using the session value of the field, not the actual value.
In other words

p_web.GetSessionValue('Acc:AccountType') = 'Personal'
this can also be written as short-hand as -
p_web.GSV('Acc:AccountType') = 'Personal'

Remember it's the session value that is "live" and "correct" as the form runs - not the file-field.

Cheers
Bruce

10737
Web Server - Ask For Help / Re: Delete link in browse - how?
« on: April 20, 2008, 09:49:14 PM »
It should be fairly simply to turn "buttons" into "links" - I think. Because all the buttons are created with the CreateButton method, if we change the code that method generates, then hey presto all your buttons turn into links.

Of course this pre-supposes that one can make a link behave like a button - which is important because they behave usually in very different ways. I'll experiment a bit.

I like the header-spanning idea as well, I'm sure that's possible.

Cheers
Bruce

10738
Web Server - Ask For Help / Re: Methods desciption
« on: April 20, 2008, 09:46:53 AM »
Hi Thomas,

Alas, the only documentation for the methods themselves at this point is the inc and clw files. (netweb.inc and netweb.clw in your \clarion\libsrc folder).

In truth documenting each method is on the to-do list, but in isolation is not terribly useful. (At least it won't tell you hugely more than just reading the source). The really interesting doc is how the methods fit together, and how the code "flows" through your program, and that's also on the "to do" list.

Cheers
Bruce

10739
Web Server - Ask For Help / Re: Delete link in browse - how?
« on: April 20, 2008, 09:42:58 AM »
Sounds like a good approach to me Bill.

Hey Mike, why the preference for a link over a button? Should links for insert/change/delete (and the other buttons) be standard fare? What d y'all think?

Cheers
Bruce

10740
Web Server - Ask For Help / Re: no Frame Border
« on: April 20, 2008, 09:40:10 AM »
Hi Thomas,

>> What I'm, doing wrong ?

Using IE for a browser  :). If you try in FireFox you'll see they appear.
But there's a work-around... I'm trying to remember what it was...
I'm not at my desk... but ...um... I think it had to do with the resize option - or the scroll bars... I'll test it out on Monday if you haven't got it by then.

Cheers
Bruce

Pages: 1 ... 714 715 [716] 717 718 ... 738