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

Pages: [1]
1
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?

2
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

3
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?

4
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?

5
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

6
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


7
Web Server - Ask For Help / Intermediate CA SSL File - How to use
« on: November 24, 2010, 12:22:13 PM »
I am getting a "certificate not trusted" only on Android Devices.  It is a GoDaddy certificate and work on every browser everywhere except Android.  This is a known issue when you don't have the intermediate CA file, this is the solution:

http://community.godaddy.com/help/article/870?isc=smfor1


Does anybody know how to use an intermediate certificate along with the key and standard crt file on NTWS?

8
NetWebBrowse-Fields-Conditional Tab-Properties

When I add a display option in the Conditional Tab.  And fill it out as the attached image shows, I get a compile error and points to the following code.  The offending section of the display options is the Image CSS.

You can see in the code snippet that in the pat:PlaceHolder = 'P' section, the CreateImage() has 2 extra commas before the class name and an unmatched ) after.  If I take the 'unregpat' class name out of the "Display Options" that section returns to looking like the pat:PlaceHolder='' section

Code: [Select]
code
  If p_web.GetSessionLoggedIn() = 0 then loc:FormOk = 0.
    if false
    elsif pat:Placeholder = 'P'
      packet = clip(packet) & p_web.DivHeader('pat:Name_'&pat:PatientID,,net:crc)
      packet = clip(packet) & p_web.CreateImage('images/unregpat.png','16px','24px','unregistered patient',,,,,,'unregpat'))&p_web.CreateHyperLink(Left(Format(pat:name & '  ' & pat:Suffix,'@s40')),,,p_web.combine(p_web.site.style.BrowseHyperlinks,,),,,,0)
    elsif pat:Placeholder = ''
      packet = clip(packet) & p_web.DivHeader('pat:Name_'&pat:PatientID,,net:crc)
      packet = clip(packet) & p_web.CreateImage('images/regpat.png','16px','24px','registered patient',,,,)&p_web.CreateHyperLink(Left(Format(pat:name & '  ' & pat:Suffix,'@s40')),,,p_web.combine(p_web.site.style.BrowseHyperlinks,,),,,,0)
    else
      packet = clip(packet) & p_web.DivHeader('pat:Name_'&pat:PatientID,,net:crc)
      packet = clip(packet) & p_web.CreateImage('','','','',,,,,,'') & p_web._jsok(Left(Format(pat:name & '  ' & pat:Suffix,'@s40')),0)
    End
    packet = clip(packet) & p_web.DivFooter(Net:NoSend)
    if loc:eip = 1
      do SendPacket
    end

[attachment deleted by admin]

9
Stats:
Clarion 7.2 7600
NetTalk 5.1.0.0

We are developing a website on NTWS that is initially dedicated to mobile use: iOS, Android. 

There is one item that isn't working so swell.  We have a section called "Rounds" and when you go to insert one it opens a form to insert new data and 4 of the 5 fields have table lookups.

The first two lookups do fine but when you go to the third one, it starts wiping out the previous field.  Fill in field 3, 2 goes blank, fill in 4, 3 goes blank.

Again this happens only on the iOS and Android browser, but not on Safari or Chrome on the desktop.  Both mobile devices have java script enabled but I am guessing that it is java script related.

If you would like to see it in action here is how to do it:
On an iPhone, iPod touch or Android 2.1 or higher device go to:
http://securemobile.pdswebpro.com:89 in the browser

Client ID = Training Clinic
User ID = BJ
Password = [no password - blank]
Provider ID = 100
touch the blue and white check mark.-->

From the menu, choose "Rounds" -->
Click the + button to insert a new record-->

From here you can use the lookups to fill in the form fields,  you should notice the anomaly when you get to "Location ID"





10
I desire to show a list of documents in a NetWebBrowse, On each row there is a view button which when clicked, would:

copy the file from a location on the hard drive to a folder inside the web folder

Open the document in a new window in the browser

Delete the document from the web folder
--------------------------------------------------------------
Currently I have a browse that using LinkToDoc:

Copies all of the documents associated with that browse when the browse loads.

When the view button is pressed the document is served in a new window and is deleted.

Then if you close the document, the view button won't work because the document no longer exists.


I saw the "send button click to server" insert on the "client-side" tab, can I do something there that would allow me to first copy the correct document into a WEB sub-folder, then open that document in the browser using a currently unknown magic power?  Oh and still delete it after served using $$$?

11
Web Server - Ask For Help / JavaScript for every page
« on: November 10, 2010, 09:08:48 AM »
I have a javascript that I works in HTML files through this standard implementation:

<head>
<script language="javascript" type="text/javascript">
<!--
function initScreen()
{
setTimeout("window.scrollTo(0,1);",100);
}

function updateOrientation()
{
initScreen();
}
// -->
</script>
</head>

I saved the functions as a .js file (minus the html markup) and included them in the webserver custom script section.  It shows up in the source as:

<script src="/scripts/rotate.js" type="text/javascript"></script>

My question is:  How do I get this InitScreen() to fire when each page opens?

My JavaScript experience is limited to stealing and pasting from examples on the interwebs and copying their implementation.



Pages: [1]