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 - mriffey

Pages: 1 2 [3]
31
Web Server - Ask For Help / Span prompt/value/comment
« on: August 15, 2007, 03:30:48 PM »
What does "Span prompt/value/comment" do? It isnt obvious from checking the box

This is on the webform template.

Mark

32
Web Server - Share Knowledge / Re: Capitalize Input
« on: August 15, 2007, 07:11:56 AM »
thanks Bruce.

Mark

33
Web Server - Share Knowledge / Re: Capitalize Input
« on: August 14, 2007, 06:19:14 PM »
Been beating on this a while, anyone got a clue why this doesnt work just to cap the first letter?

'var str = this.value;str[0] = str[0].toUpperCase();this.value = str'

if I put alerts in, they show the right value, but it never goes to upper case.

Mark

34
Web Server - Share Knowledge / Re: Capitalize Input
« on: August 14, 2007, 03:32:09 PM »
Alan,

Not sure why, but Im unable to get this to work on 4.28. The Uppercase stuff works fine.

Any ideas?

Mark

35
Web Server - Share Knowledge / Re: Capitalize Input
« on: August 14, 2007, 03:31:26 PM »
in the initial value, paste the info inside the single quotes.

Mark

36
Your Views and Comments / Re: Wiki?
« on: August 14, 2007, 12:27:19 PM »
thanks John.

Mark

37
Web Server - Ask For Help / Re: Two Inserts
« on: August 13, 2007, 11:56:02 AM »
Bruce,

In a form where prime auto inc is checked, it doesnt appear that the CancelForm routine is being entered when the user hits the cancel button in INSERT MODE. In update, they do go through this routine.

Given that there's a p_web.delete in there, I would expect it to go through there on insert as well. Obviously it wont on a X click, but thats life.

Intentional? Bug? Aliens?

Mark

38
Web Server - Ask For Help / Re: Refresh frame menu?
« on: August 12, 2007, 11:51:54 AM »
from the page http://www.tek-tips.com/faqs.cfm?fid=931, see the topic: Reloading the navigation within contentFrame

Thats exactly what I want to invoke from within a nettalk browse or form - but without making someone click a link.

Mark

39
Your Views and Comments / Wiki?
« on: August 12, 2007, 11:15:45 AM »
There are a number of sizable gaps in the documentation for the web server.

Would it be worthwhile to create a wiki from the existing docs, place it here, have us update it as we discover the meaning of things and offer the changes to Bruce as he sees fit?

Mark

40
Web Server - Ask For Help / Refresh frame menu?
« on: August 10, 2007, 04:01:08 PM »
Im working on an app for a guy and need to refresh the frame menu, which is partly driven by session variable contents. Thing is, the nature of the frame menu portion of the frame is that it isnt refreshed.

How should I get the menu portion of the frame to refresh?

My thought is figure out a way to get javascript to do it if possible (note: refresh must be initiated from a different part of the frame), but I thought perhaps there was a better idea out there.

Mark

41
Why yes, that explanation DID kinda smell funny:)

I wasnt setting the session value, the rest was done as you directed. Sleep is a wondrous thing:)

Thanks Bruce.

Mark

42
I have webform that has a drop down on it.

Drop down is state code. State file has a country field on it. Country name is coming back properly when state code is selected.

There is a country table as well. For whatever reason, this code has countrytable:countryfield on the form - even though the table being updated is the customer table (which oddly enough has no country field).

Clear as mud, right?

I have the statetable:statecode field set to reset the countrytable:countryfield field when it changes.

Mostly due to LPS, in the countrytable:countrynamefield value routine, i do a countrytable:countrynamefield = statetable:countrynamefield (and Ive confirmed that the statetable:countrynamefield field has the proper data in it).

BUT, the countrytable:countrynamefield on the form (displayed) NEVER has any text in it.

This occurs whether countrytable:countrynamefield is marked on the form as read only, or not.

I know, confusing. I inherited it (several times a day, in fact) and Im trying to get it to work the way it is.

A) is that a pipe dream
B) what'd I miss here re: displaying that field?

thanks,

Mark

Pages: 1 2 [3]