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.


Topics - DonRidley

Pages: 1 ... 5 6 [7] 8
91
Web Server - Ask For Help / Using a custom jQuery script
« on: July 16, 2010, 10:20:38 AM »
Well it's not really custom but a cool image magnifier script from DynamicDrive.

http://www.dynamicdrive.com/dynamicindex4/imagemagnify.htm

I've downloaded the .js file and .cur file as per the instructions.  I added the .js file to the web server procedure's "scripts".  I noticed on the image that the "Class" is "Adiv".  The instructions say to use Class = "magnify"

Anyway, how do you use scripts like this in a NT web app?  Would anyone be kind enough to walk me through it?

Thank you!
Don

92
I have a drop down list on a form.  The drop list has two fields:

Security Level and Security Number

For the User I have the same two fields.

When the user makes the selection on the drop list I want:

User Security Level = Drop Security Level
User Security Number = Drop Security Number

Thanks!
Don

93
Web Server - Ask For Help / Please help with filter problem
« on: July 06, 2010, 07:37:16 AM »
I am trying to filter a browse. 

I have a global variable named CurrentUser (STRING)

When the user logs in I did this in the validate update (end) embed:

p_web.SetSessionValue('CurrentUser',Users:UserName)

In the browse procedure default filter I did this:

'Users:UserName=<39>'& p_web.GSV('CurrentUser') & '<39>'

I've tried it without the <39> and with it.  I simply cannot get the filter to work.  I'm about 95% sure the session variable is getting set. 

I have no idea what is wrong.

Any help appreciated.

Don

94
Web Server - Ask For Help / Using custom CSS files...
« on: June 27, 2010, 09:41:43 PM »
So I'm playing around with the chrome menu.  I wanted to replace the backgroung GIF image (chromebg.gif) with one of my own.  I named it chromebg2.gif (imaginative huh?).  Anyway, I noticed that the chrome menu is mentioned in all.css and - of course - chromemenu.css.  Which CSS file is in control?  All.css or chromemenu.css?  Also, I tried changing the image in both the all.css and chromemenu.css with no success.

Basically, I want to learn how to completely customize the look and feel of my NT web apps.  I've got the basics of creating browses, forms, etc., down.

Thank you!

Don

95
Web Server - Share Knowledge / CAPTCHA Example
« on: June 24, 2010, 08:41:48 AM »
Special thanks to Bill Shields.  Without him I could not have put this together.

I have attached a zip file containing a web app that has a CAPTCHA.

The app was compiled using Clarion 7.2 7248.   

Solution requires NetTalk and WinEvent

The login name is: demo.  The password is: demo

You will have to setup an account with reCaptcha.  They use an IP address to issue a public key and a private key.  You will need these keys in your code.

For testing purposes, I used the IP address to my home's cable modem.

There's a text file named YourJavascriptCode.  There's some info for you in there.

If you have any questions, please ask them here.

Don

[attachment deleted by admin]

96
Web Server - Ask For Help / Anyone ever get a CAPTCHA to work?
« on: June 17, 2010, 06:35:43 AM »
I don't have Draw.  I was looking at jCap ( http://www.archreality.com/jcap/ ) but I have no idea of how to implement it.

Thanks,
Don

97
I'm trying to post a license number to a web form.  I'm using Fiddler and I got this error:

Fiddler has detected a protocol violation in session #41.
Content-Length mismatch: Request Header claimed 10 bytes, but sent 14

Now I got this error to go away by doing this:

ThisWebClient.ContentLength = Len(Clip(PostString))+4

This can't be the correct way to handle this, right?

Anyway, could someone get me pointed in the right direction?  I REALLY new at this aspect of NetTalk.  This is the webpage I'm trying to POST data to:

http://hblb.state.al.us/Lic_Search/search.asp

Thank you!!!!!!

Don

98
Web Server - Ask For Help / Weird issue with NetTalk...please read below.
« on: October 13, 2009, 03:39:25 PM »
Hello all,

This is going to be difficult to explain....

Say I've got a NetTalk procedure.  Maybe a NetBrowse or something.  I set it as a child of another procedure.   Procedures appear in my procedure tree in the Clarion IDE showing the new "relationships."   If I go in and remove the "child of" setting, the procedures don't go away in the procedure tree from the previous setting.   After awhile, I end up with a mess of procedures and I don't know how to get rid of them.   I don't know of I've explained this clear enough.   The app will compile fine though.

Thank you for your help.

Don

99
Web Server - Ask For Help / Need help with update form...
« on: July 29, 2009, 10:13:35 AM »
This is frustrating the crap out of me.   I know it's something simple but I cannot - for the life of me - firgure it out.   I've went back and forth from the examples and the docs and I just can't get it.   

Okay...

I have a update form.  On that page I have a child browse.  When I try to enter a record into the child browse, the field that relates the child to the parent is not being primed properly.   I tried:

Under Priming in the Update Form
PHO:RecordNumber = p_web.GetValue('HOT:RecordNumber') but that is not working.

Parent Table is: HotSheet
Parent Key:  :    HOTKeyRecordNumber

Child Table is: Photos
Foreign Key:     PHO:KeyRecordNumber

It is one-to-many.

I don't know folks what I'm doing wrong.....

Don

100
Your Views and Comments / Hey Bruce, How's NetTalk 5 coming along?
« on: July 22, 2009, 06:39:40 PM »
I didn't know where to post this question.  I apologize if it's in the wrong place....

Don

101
My date field on the form looks like this:

Date [TheEntryArea]                                                   mm/dd/yyyy

I want it to look like:

Date [TheEntryArea] mm/dd/yyyy

Just like the BrowseInForm example with NetTalk.

[attachment deleted by admin]

102
First, let me say that during the last week, after owning NetTalk for several months now, I have jumped feetfirst into developing web apps with NetTalk.   It's got a definite learning curve but I really am impressed!  Okay enough of the flattery... ;D

How do I change the background colors and such of my web pages?   Or should I ask, how do I change the overall look and feel of the site?  Right now I'm using the default white background as used with the shipped examples.   They do the job but are a bit plain.

I have used a web editor to add HTML bit and pieces to the header and footer but what else can I do?

I know this may be a complicated question to answer but I would appreciate any input.

Thanks to Capesoft for a great product! (Just a little more flattery upon closing...)

Don

103
I want the user to click on a record and the image associated with that record to be displayed.   Can that be done using NetTalk web server? 

Thanks and thanks to Capesoft for a great product!

Don

104
Chat - Ask For Help / Quick question about chatting with NetTalk...
« on: March 18, 2009, 03:05:47 PM »
Okay, y'all get ready....

I've been playing around with chat using NetTalk mainly as a way to learn how NetTalk works.   On my home network it work great.  Had it going within 30 mintues of purchasing NetTalk.   But I tried it through the internet outside of my network and I've had mixed results.   

Let me explain the hardware I'm using first.   Laptop computers accessing the internet through Verizon wireless broadband internat cards.   Windows XP Pro on each.    I set up a DIP server on a computer at home.   When the laptops were connected together with Hamachi (fancy VPN really) the chat worked fine.   When off of Hamachi and accessing my DIP server at home its a different story.   Usually I can see the other laptops on the "chatters" list but I can't send or receive the chat messages.  Also the DIP server at home can "see" them as well.  Its as if something is not allowing the messages to get through.

Good question huh?

Also, on a side note, how can I change "rooms" on the fly?  Say if some chatters needed to go to another room at will?

Thank you ahaed of time!

Don

105
I have an existing application.  Its very simple. 

How do I go about having that app installed on several computers connected to each other through NetTalk.   Basically, when a user on computer 1 inserts a new record, I want all the other user's apps to be "refreshed" with the new data in their app.   All through the internet.   

I don't want web pages, I want separate Win32 apps.  Are we talking about NetSimple, NetAuto, or is this even possible.

Please forgive my ignorance as I'm am brand new at NetTalk.

Thanks,
Don

Pages: 1 ... 5 6 [7] 8