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

Pages: [1] 2 3
1
Web Server - Ask For Help / Re: NT6 when using custom css
« on: December 07, 2011, 08:40:16 AM »
Thanks, sounds good.

2
Web Server - Ask For Help / NT6 when using custom css
« on: December 06, 2011, 01:06:10 PM »
In NT5 I always maintained a separate custom css file with my tweaks.  Let's call it tweaks.css.  I would edit the gzipall.bat file and add tweak.css to the "all" process.  With NT6 doing the "all" and "GZipping" automagically, how do I go about maintaining these files?

3
Web Server - Ask For Help / Re: SSL CertMaker
« on: October 21, 2011, 06:28:53 AM »
As Clarion is not my IDE for web development where this page would reside, I ended up going a little different route.

On my c# Web form I am dynamically creating a .bat file and the executing it.  Then I offer the key and csr as links as well as the CSR text in a text box.  Pretty simple by the time I figured it out.  About 20 lines of code.

if you are interested here is an example of some clarion code to do something similar:

http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=258.0

4
Web Server - Ask For Help / Re: SSL CertMaker
« on: October 19, 2011, 11:12:05 AM »
Thanks, I am going to check out the command line structure

5
Web Server - Ask For Help / SSL CertMaker
« on: October 19, 2011, 06:47:22 AM »
Has anybody attempted to create a web form for the process of creating the CSR?  Basically just a form that asks all of the questions the openssl.exe asks when creating the CRS and then allows the person to download the CSR and key after the form data is submitted.

Or - Is there any problem with supplying our clients with the CertMaker folder and allowing them to run the "CreateCertificateSigningRequest.bat" file themselves?

Thanks

6
Web Server - Ask For Help / Re: Tabbed Browse Showing all Tab Views
« on: August 19, 2011, 06:52:32 AM »
Thanks,  I will give that a shot.  Guessing it will be fine.

Thanks,

Bob

7
Web Server - Ask For Help / Re: Tabbed Browse Showing all Tab Views
« on: August 18, 2011, 01:34:37 PM »
Both tabs are styled class="tabInactive" and class="nt-tab-inner dhtmlgoodies_aTab"


8
Web Server - Ask For Help / Tabbed Browse Showing all Tab Views
« on: August 18, 2011, 01:25:41 PM »
The last build I did was in Clarion 7.2 With NT 5.15, the latest build was done in Clarion 8-8599 with NetTalk 5.30.

I have copied all of the Images, Styles and Scripts.  What I am getting in the new version is when I have a browse with tabs that is supposed to display parts of the browse one at a time, it actually showing all of the "nt-tab-inner dhtmlgoodies_aTab" tab sections at once.

Any Ideas?  Has this been seen before?

9
Actually I was misinformed, it still doesn't work, what he was telling me was that he turned of the proxy to make it work.  He added the domain of the web service to the whitelist on the proxy and it is still not working.

So it stands that on the same machine you can access the web service with an IE or any browser, but if you run our application using WebClient it gets the Access denied error from the proxy.

On What planet does this make sense?  (BTW this is NT 4)  they haven't upgraded to our latest version.


10
We use NetWebClient to access a web service to process Credit Cards. We had a client recently that was getting an internet connectivity issue fro Credit Card Processing on some machines.  I had them try the same web service, from the same machine from Internet Exploder and it worked fine.

Perplexed...I had them run WireShark to see the traffic, normal traffic from the browser, from the NetWebClient process they got the message Cache Access Denied.  Ok great! an error.

They have an internet content filter in place so we contacted them, they said, "not our error" but they said to try cleaning out the Temporary internet files cache and associated files...knowing this wouldn't work, I tried it.  For some reason it worked...any idea why this would work with nettalk?

11
FYI....
Differing from the form to form example...mine uses xHTML generated link buttons. 

12
Web Server - Ask For Help / Link from a NetWebForm to another NetWebForm
« on: January 11, 2011, 02:41:39 PM »
Is there anything peculiar about creating a link from a NetWebForm to another NetWebForm.  In the second form I am using a SessionValue from the first one. 

Is there any thing in the nature of a form that would not allow this?  I am getting odd results, blank fields then click again and get them filled.

Thanks,

Bob

13
Web Server - Ask For Help / Date Validation
« on: January 10, 2011, 07:12:28 AM »
I am on NT 5.07  I don't know if it was like this before, but...

In a date box 1112011 validates to 7/28/4845 as does 01112011

If I put 1/11/2011 it works correctly.  Also-simply typing 11 resolves to 01/11/2011 as well


14
Web Server - Ask For Help / Re: Intermediate CA SSL File - How to use
« on: December 21, 2010, 12:56:08 PM »
I can report that this works in 5.07.  Thanks

15
Web Server - Ask For Help / Re: Intermediate CA SSL File - How to use
« on: December 17, 2010, 08:26:56 AM »
 :)
Very nice!  What an excellent Christmas present!

Pages: [1] 2 3