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 [2] 3 4 ... 8
16
In a NetTalk form.  How do I create a button to POST to another website form?

I think I have done this before but I don't remember how I did it.

Thanks,

Don

17
Page loaded Browse and a Form.

Using Redactor on form with Allow xHtml on.  Redactor works fine on form with no issues there.

Click save.

Browse becomes unresponsive.  Cannot go forward or backwards.  Browse has Allow xHtml On the appropriate column.

Inspect my generated page and I see XML Parsing Error: missed match tag. Expected: </p>.  (See Attached).

Has anyone else see this before?

Thanks,

Don

18
Web Server - Ask For Help / Multi-DLL Menus and Such
« on: March 07, 2018, 02:09:20 PM »
Hello All,

I just split up a single EXE app into a multi-DLL app.  Currently it is very basic.  A data DLL, a DLL with my main/exported procedures (most of my old app), a WebServer DLL, and a Main EXE.

I want to further break down the procedures into smaller DLL's.

My question is this:

Where do I put my menus?  Currently in the PageHeaderTag.  I'm just curious how to place everything.  I would like to have a small DLL with the basic stuff like the IndexPage, Header (with menu) and Footer and have all my other procedures separated into various other DLL's.

How have you approached this?

Thanks,

Don

19
Web Server - Share Knowledge / Creating Mobile Friendly Menu
« on: January 21, 2018, 08:24:53 AM »
Just thought it was a good demonstration.

https://www.youtube.com/watch?v=31Hge1X2zPk

20
Web Server - Ask For Help / Cryptonite + NetTalk Webserver
« on: December 28, 2017, 04:39:45 PM »
Hello All,

I'm sure I'm making this much harder than it has to be...

Added Cryptonite global extension and set my Users' table password field to be encrypted.

Added a Key and left the Initialization Vector as is.

Now I cannot login to my application via browser.  I expected this as the password field is not encrypted "on the fly" so to speak.

I cannot get my brain wrapped around how to get logged in.

User enters a username and password (LOC:Password). 

Do I encrypt the entered password to match the already encrypted password in the users table or decrypt the stored password, etc.

Are the encrypted fields (via the global extension) hashed, Blowfish'ed, AES??  Just by what method are they encrypted by default?

Anyway, thank you you for any help.

Don

21
The Rest - Ask For Help / Generating Tables
« on: November 03, 2017, 03:05:07 AM »
I know that I can use HTML to create a table in my NetTalk application.  However, I want my tables to have advanced features (mybe dynamic is a better word).  I want things like merged cells, floating cells, calculations on cell values, and so on.

I think it is possible to completely create and manipulate a table using javascript.

Would it be more efficient to use HTML or Javascript?  I'm relatively sure that Javascript will be involved no matter what. 

Thoughts?

Thank you!!!!!!

22
Web Server - Ask For Help / NT WebServer and Custom CLASSes
« on: October 30, 2017, 03:45:32 AM »
Hello All,

I have began the process of writing my own CLASS for the purposes of relocating the many small code snippets I use in my NTWS apps under one roof.  It has been succesful so far and it has been an eye opening experience.  I wished I would have tried this a long long time ago!!

Anyway, I have successfully used "inheritence" to use NT, String Theory, and other methods in my class.  One thing I haven't figured out is how to pass a FileName, FieldName, Key, etc., to a procedure in my CLASS.  

I'm pretty sure I can design my procedure with something like:

myprocedure(FILE pSomeFile, FIELD pSomeField, KEY pSomeKey)

But, and I guess my question boils down to this, how do I bring the Clarion ABC FileManger into my CLASS?  How do I make my class inherit the FIleManager CLASS(s) the same way I did for NT and String Theory?

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

PART TWO:

Once I get my CLASS up and running, I would like to share it with the NetTalk community.  There has got to be some things I do that someone else will find useful.  I will wrap my CLASS in a template to make it easier to use.  I will provide the template to Bruce, and if he approves, I will share it here at NetTalkCentral.  

One thing that I want to include in my CLASS is a table that I created that recreates most of the main features of the NT Planner.  It has:

* Customized Right Side Headers via CSS
* Left Side Column with Clickable Cells that Open a Form as a Popup
* Right Data Cells that Open Popup Form

Why did I recreate the planner?  Well, I loved the planner, but I was using it such a way that it was not intended on being used.  I used it to track the monthly work schedule of the officers on my shift. (I am a law enforcement shift commander over another supervisor (sergeant) and around 10 officers.)  I could never get the NT planner to display correctly.  Let me clarify, I could get the top headers (the dates) to align with the data columns at, say, 100% zoom in the web browser.  Zooming in or zooming out would break that alignment.  So I created a very simple table and slowly added the features I loved about the NT planner.

Anyway, I will provide all of this to Bruce to do with what he wants.  If he is ok with it, I will provide it to everyone.  Or, maybe Bruce could add it to NT as another option for his cutomers.  Basically it will be up to him as my CLASS relies on NT and it's his playground so to speak.

Anyway, I know I rambled on quite a bit but I hope to add something positive to NT that everyone can find useful.  I have attached some screen captures.

Thank you for your time,

Don


23
Your Views and Comments / My Clarion/NT Observations...
« on: September 06, 2017, 02:17:51 AM »
It's weird, funny, etc.......

I haven't touched a particular app for about 3 years until the last few weeks.  I mean, I literally didn't fire up Clarion for about 3 years. 

Now that I'm digging around again in my old app, I'm finding tons of mistakes or ways I could have done things better back then.

You would have thought that my coding skills would have gotten worse, but, it's almost as if the time away actually helped.

Does that make sense?

Anyway, just rambling to the few people that might understand.

Thanks for the ear,

Don

24
Hello All,

Hope everyone has been doing well.

I need to put a <br/> in the Right Column Header of a planner.  Despite my best efforts, I cannot figure out what I'm doing wrong.  

If I try (I'm paraphrasing).... 'Some text' & '<br/>' & 'Other Text' or
                                            'Some text & p_web.CRLF & 'Other Text'

And so on, the HTML in the source is displayed as "Some text <br/> other text."

Currently, the only way I can achieve the effect I need is to make the column narrow to force the text to "wrap."

I have attached some images to try and explain what I need.

Thanks,

Don

25
Web Server - Ask For Help / Need Ideas/Help - Multiple Uploads
« on: May 28, 2014, 04:59:46 PM »
Hello All,

Maybe I'm just missing something or making this harder than it needs to be.....

I'm interested in your thoughts, ideas, etc., on how you handle multiple file uploads.  I can successfully upload the files themselves, but, I can only create one record in the table at a time. 

I seem to recall Bruce covering this at one time but, at this point, I'm simply lost.

I can see the SaveFile routine and I know it fires for each file uploaded.  I'm pretty sure each time it fires it's on a different thread (if I remembering Bruce's previous notes on the matter).  But, beyond that, I've hit a brick wall.

Any help is GREATLY appreciated!

Don

26
Web Server - Ask For Help / Using "Bottle" Theme Breaks Mobile Mode
« on: May 20, 2014, 03:31:45 PM »
To duplicate:

1.  Compile Web2 Example (Basic with Menu) with 'bottle' as the default theme
2.  Try to run in mobile mode.

Thanks,

Don

27
Web Server - Ask For Help / NT 8.10 Map Script Error
« on: April 29, 2014, 03:23:56 AM »
Getting this error while trying to open a map using Firefox:

A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: http://69.92.96.104:89/scripts/all.js?c=1:909

In Internet Explorer 11 is just freezes.

Don


28
Web Server - Ask For Help / NT8.10 Issue with Popups
« on: April 27, 2014, 07:13:59 AM »
In the global NT extension I set the popups default to popups.

Then, when I tried to open my app through the browser, the app opened - on its own - the first procedure called in my menu.  Then it subsequently opened a report procedure connected to that first procedure.

So, it basically fired off a chain of procedures without direction by me.

Has anyone else seen this?

I'm going to try and duplicate the issue with an example app.

Don

29
I had this same problem when I was experimenting with maps in NT7.

It's not a showstopper but it would be nice to be able to display the maps in mobile mode.

Thanks,

Don

30
Web Server - Ask For Help / NT8.08 - No Matching Prototype Map Example
« on: April 17, 2014, 02:41:34 AM »
Getting some "No Matching Prototype" errors when building the maps example.

One of the errors happens in:
Validate::PatrolMap Routine
p_web.AddBrowseValue('PatrolMap','',)

All I did was install NT8.08 and tried to build the example.

I'm sure I missed something along the way.

Thanks,

Don

Pages: 1 [2] 3 4 ... 8