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 ... 698 699 [700] 701 702 ... 736
10486
Web Server - Ask For Help / Re: Browser based report designer
« on: October 28, 2008, 10:13:41 PM »
Hi John,

I'm sure I can think of a couple web apps where a report designer isn't an absolute requirement. (Google, eBay and Amazon spring to mind <g>).

Regarding Right Reports - I won't rule out online-report-designing, but it'd be quite a big job to re-write the editor for the web. As you know reports designed by reight Reports can already be _run_ on the web.

Cheers
Bruce

10487
Hi Mike,

>> The problem is the communications works with numerous directories off the root of the drive

The program can "work" with files anywhere. The restriction on the web folder is where static files can be _served from_. Do you really want to expose the whole drive as "simply downloadable" by the browser?

This is usually a massive security blunder - so it's kinda made hard on purpose.

Granted, if you were sharing a drive other than c:\ then _maybe_ you'd be ok, but it still seems to me like a very high risk.

Cheers
Bruce

10488
Hi Terry,

I think you need to send me an example.

Cheers
Bruce

10489
Hi Mike,

Then I'd add the script somewhere inside the "generate form" routine.

as in
packet = clip(packet) & '<script>.....</script>'
do SendPacket

Cheers
Bruce

10490
Web Server - Ask For Help / Re: Tabbing/focus problem
« on: October 27, 2008, 10:44:56 PM »
Hi John,

Can you duplicate in one of the examples? Or make a small example of the effect and post it here?

Cheers
Bruce

10491
Hi Neil,

no theres no "technical doc" on the class methods yet...

Cheers
Bruce

10492
Web Server - Ask For Help / Re: Browse with child Form
« on: October 27, 2008, 07:08:56 AM »
Hi Sjoerd,

>> I would like to have a form as a child on a browse.

Yes, this seems like an obvious thing to do, and something I started looking into in example #5 (which doesn't work).

It turns out to be a seriously non-trivial thing to implement, because of the way the architecture works. At the moment it's one of those cases where the "simple" is really not simple under the skin. I might be able to make it work in NetTalk 5, but at this stage I' making no promises.

One possible work-around is to use a NetWebSource rather than a netWebForm. This (unfortunately) means you have to code the html yourself, but is more-or-less the only option right now.

Cheers
Bruce

10493
Web Server - Ask For Help / Re: Local characters in FireFox
« on: October 27, 2008, 07:05:39 AM »
Hi Espen,

I'm not seeing this effect here, not in FF 3.0.3, and indeed not in any other browser either.
I'm wondering perhaps if it's a side effect of either your browser build, or perhaps an extension running in your browser?

Do you have another machine you can test in?

Any other Norwegian chaps out there reading this could perhaps try as well?

Cheers
Bruce

10494
Hi Neil,

You're on the right track.
First a direct answer to your question, then perhaps a suggestion.

a) The session values are only updated if the field has "Send new value to server" set. (ok, that's a lie, there are other times it will get updated anyway, but to be _sure_ that it is you should set the "Send New Value to Server" on).

So all your fields on the form, that affect the price, should have this ticked on.
Once that's done all the rest of the code is fine.

b) suggestion: If you are wanting to "fill all the fields in a record from the session queue" you can call
p_web.SessionQueueToFile(whateverfile)

c) Suggestion: It's possible to calculate the price "on the fly" without the user having to press the button. but I think you know that, and have chose to have the button. Doing it on the fly is more work for the server, but is _way_ cool for the user because they can see the effect of each change they make on the form.

Cheers
Bruce

10495
Web Server - Ask For Help / Re: Dropdown filter partially works
« on: October 27, 2008, 06:34:31 AM »
Hi Vince,

any chance I can get an example?

Cheers
Bruce

10496
Hi David,

thanks for the report - I've fixed this for build PR18.

In the meantime, if you need a work-around, turn _off_ "validate immediately" for the field.
I think that'll take care of it.

Cheers
Bruce

10497
Hi Mike,

What procedure type are you adding this into?

Cheers
Bruce

10498
Web Server - Ask For Help / Re: Form - When/How do the files get opened
« on: October 27, 2008, 02:20:28 AM »
Hi David,

Your question is formed from the wrong point of view.
Rather -
a) always open, and close files where you need them to be opened & closed.
b) the current form record is stored in the session queue when the form is generated.

Remember the form procedure is not "called once". It's not a "windows" type procedure. Rather it is called many times. Many times it is called on different threads, during the life of a "form" (as seen by the user in a browser.

Cheers
Bruce

10499
Hi John,

I think Graham is suggesting you make a custom "thin client" using File Explorer as a browser control. I'm not sure if this is really what you're trying to do...

Cheers
Bruce

10500
Hi Terry,

Does the child browse have xHMTL ticked on for the header, sub-header or any column?
Does it have any embedded xHTML code - ie on the xHTML tab or in source code?
What does the _filter_ for the child browse look like?

Cheers
Bruce


Pages: 1 ... 698 699 [700] 701 702 ... 736