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.
301
Web Server - Ask For Help / Re: WEB SSL Certificates
« on: August 02, 2010, 11:25:20 AM »
Hi,
1. You can get a free trial SSL certificate from Comodo. You can test it out......I think for 1 month.
2. If you join Lindersoft community you may be able to get a SSL certificate cheaper. It used to be $35.00 to join the Lindersoft community and then get the Comodo Code sign and / or SSL certificate through them. I got the Code sign through them - it was cheaper. Code Sign itself was a major effort but the help from the NG postings really helped out. Going through the Identity stuff was a bit or a hassle but that is what their job is!
FWIW,
Ron Jolda
1. You can get a free trial SSL certificate from Comodo. You can test it out......I think for 1 month.
2. If you join Lindersoft community you may be able to get a SSL certificate cheaper. It used to be $35.00 to join the Lindersoft community and then get the Comodo Code sign and / or SSL certificate through them. I got the Code sign through them - it was cheaper. Code Sign itself was a major effort but the help from the NG postings really helped out. Going through the Identity stuff was a bit or a hassle but that is what their job is!
FWIW,
Ron Jolda
302
Web Server - Ask For Help / Concepts on hiding and unhiding objects/fields on forms
« on: August 01, 2010, 04:10:31 PM »
HI All,
Trying to understand the concepts of hiding / unhiding fields and objects - drop lists and Option boxes.
On Update form - some records allow an entry to be picked from an option box or a drop list and some do not. How do it hide / unhide option boxes and drop lists depending on the record being updated?
THanks,
Ron Jolda
Trying to understand the concepts of hiding / unhiding fields and objects - drop lists and Option boxes.
On Update form - some records allow an entry to be picked from an option box or a drop list and some do not. How do it hide / unhide option boxes and drop lists depending on the record being updated?
THanks,
Ron Jolda
303
Web Server - Ask For Help / Re: Changing options in Option box in a form
« on: July 29, 2010, 04:34:51 PM »
THanks Alberto,
I was hoping that I could set variables!
Ron
I was hoping that I could set variables!
Ron
304
Web Server - Ask For Help / Re: Changing options in Option box in a form
« on: July 29, 2010, 06:13:50 AM »
Yes, it will be radio buttons - what is SSV?
THanks,
Ron
THanks,
Ron
305
Web Server - Ask For Help / Changing options in Option box in a form
« on: July 28, 2010, 04:58:20 PM »
Hi
I want to change the options ( usually 3 choices) in a box on a form when a record is selected for update -depending on the desired allowed choices for that record.
Option Items Text can change :
e.g. for option choices 1, 2 and 3
First Variation: 1. Comment, 2. Yes , 3. No
Another variation: 1. Comment, 2. Positive, 3. Negative
Another Variation: 1. Comment, 2. Negative, 3. Positive
Thanks,
Ron Jolda
I want to change the options ( usually 3 choices) in a box on a form when a record is selected for update -depending on the desired allowed choices for that record.
Option Items Text can change :
e.g. for option choices 1, 2 and 3
First Variation: 1. Comment, 2. Yes , 3. No
Another variation: 1. Comment, 2. Positive, 3. Negative
Another Variation: 1. Comment, 2. Negative, 3. Positive
Thanks,
Ron Jolda
306
Web Server - Ask For Help / Re: NTWS & Blackberry
« on: July 28, 2010, 04:49:52 PM »
Hi,
I was going through old posts looking for Option boxes.
I am running my administrative App on Blackberry.
Had to install Opera Mobile for Blackberry - works as advertised.
( Will not work with Blackberry IE on phone - it does not have javascript support!)
Ron Jolda
I was going through old posts looking for Option boxes.
I am running my administrative App on Blackberry.
Had to install Opera Mobile for Blackberry - works as advertised.
( Will not work with Blackberry IE on phone - it does not have javascript support!)
Ron Jolda
307
Web Server - Ask For Help / Re: conditionally coloring cells in a browse
« on: July 25, 2010, 07:27:08 AM »
That did the trick!
Was much easier than the way I was trying to do it!
Thank you.
Ron
Was much easier than the way I was trying to do it!
Thank you.
Ron
308
Web Server - Ask For Help / Re: conditionally coloring cells in a browse
« on: July 23, 2010, 02:10:11 PM »
I am using PR 25.
However, I was trying to set the class in code using a variable.
Thanks for the screen shots - I will try that method!
Ron
However, I was trying to set the class in code using a variable.
Thanks for the screen shots - I will try that method!
Ron
309
Web Server - Ask For Help / conditionally coloring cells in a browse
« on: July 23, 2010, 11:39:42 AM »
Hi,
Trying to get my hands around the CSS and HTML and cell coloring.
I am trying to set the background to yellow on column one ( name ) if column 3 is > 0.
I defined some classes for column one and column 3 and I read the record before it is put into the browse and I set the class name for column1 and column3 depending on the value of column3.
e.g. If col3 > 0, col1 class name = 'c1Y'
If col3 = 0, then col1 class name = 'c1N'
I created a style sheet and added it to my NetWebServer styles and it is being used as I am setting other properties and this new style sheet is being used.
I created some new classes: .c1Y and c1N to set the background color for column1.
In Firebug, I see the class names assigned for the cells - i.e. c1Y or c1N but I don't see my classes .c1Y or c1N being loaded from the CSS style file for these.
Can anyone share their tricks for coloring different cells depending on a value of another field in the same line of the browse?
Are folks using "in line " HTML style to color cells?
Thanks,
Ron Jolda
Trying to get my hands around the CSS and HTML and cell coloring.
I am trying to set the background to yellow on column one ( name ) if column 3 is > 0.
I defined some classes for column one and column 3 and I read the record before it is put into the browse and I set the class name for column1 and column3 depending on the value of column3.
e.g. If col3 > 0, col1 class name = 'c1Y'
If col3 = 0, then col1 class name = 'c1N'
I created a style sheet and added it to my NetWebServer styles and it is being used as I am setting other properties and this new style sheet is being used.
I created some new classes: .c1Y and c1N to set the background color for column1.
In Firebug, I see the class names assigned for the cells - i.e. c1Y or c1N but I don't see my classes .c1Y or c1N being loaded from the CSS style file for these.
Can anyone share their tricks for coloring different cells depending on a value of another field in the same line of the browse?
Are folks using "in line " HTML style to color cells?
Thanks,
Ron Jolda
310
Web Server - Ask For Help / Re: Treeview
« on: July 20, 2010, 01:37:01 PM »
Hi Niels,
Since you are the first (?) one to use the JS Tree, can you tell us how you got it to play nicely with Net Talk?
What JS code do you use to call it?
How do you get your data into JS Tree?
How do you manage the changes that are made in JS Tree and put them back into your data tables?
Thanks,
Ron
Since you are the first (?) one to use the JS Tree, can you tell us how you got it to play nicely with Net Talk?
What JS code do you use to call it?
How do you get your data into JS Tree?
How do you manage the changes that are made in JS Tree and put them back into your data tables?
Thanks,
Ron
311
Web Server - Ask For Help / Re: Treeview
« on: July 18, 2010, 10:03:16 AM »
Neils,
Jquery has a Plug in for Trees. It is on the Jquery plugins site which you can reach from the main Jquery page.
You would have to package your data to use in the Jquery Tree control.
If you want just a MENU in a tree, then the newer examples of Menus have some "accordion menus" which expand and contract and simulate a tree. That may be enough for what you need??? ( maybe example 53 on Net Talk Server???)
Ron Jolda
Jquery has a Plug in for Trees. It is on the Jquery plugins site which you can reach from the main Jquery page.
You would have to package your data to use in the Jquery Tree control.
If you want just a MENU in a tree, then the newer examples of Menus have some "accordion menus" which expand and contract and simulate a tree. That may be enough for what you need??? ( maybe example 53 on Net Talk Server???)
Ron Jolda
312
Web Server - Ask For Help / Re: Content Type
« on: July 14, 2010, 11:05:02 AM »
Kevin,
IE opens XLS automagically.
Firefox does not. I download an XLS from a web site and I want it saved to disk because I open it with a clarion program. I have MS Office installed. So, I use Firefox to download it and save it to disk.
I don't know if there is a setting for Firefox to open it with Excel.
Ron
IE opens XLS automagically.
Firefox does not. I download an XLS from a web site and I want it saved to disk because I open it with a clarion program. I have MS Office installed. So, I use Firefox to download it and save it to disk.
I don't know if there is a setting for Firefox to open it with Excel.
Ron
313
Web Server - Ask For Help / Re: Webserver Example #3 , login does not work on IE6, IE7,IE8. Is this Expected ?
« on: July 14, 2010, 11:00:23 AM »
Hi Brian,
Some of the stuff just does not work right in the older IE's. I think that the logins do but the bowses are butchered - the older IE's just do not have the javascript support!
I developed a NetTalk App on my laptop and it ran fine. I then put it on my XP server and had it running. I opened the site with IE on my XP server and the browses were nutso... It drove me crazy - I revisited the code and settings and files on the server. I finally downloaded firefox onto my XP server and it then displayed everything as expected!
Did you try logging into the site with Firefox??? If so, does it run as advertised?
Ron
Some of the stuff just does not work right in the older IE's. I think that the logins do but the bowses are butchered - the older IE's just do not have the javascript support!
I developed a NetTalk App on my laptop and it ran fine. I then put it on my XP server and had it running. I opened the site with IE on my XP server and the browses were nutso... It drove me crazy - I revisited the code and settings and files on the server. I finally downloaded firefox onto my XP server and it then displayed everything as expected!
Did you try logging into the site with Firefox??? If so, does it run as advertised?
Ron
314
Web Server - Ask For Help / Re: Browse line item Classes and Identifiers for Selectors
« on: June 30, 2010, 03:10:13 PM »
Hi Bruce,
This and the info on css in the documentation will get me started!
Thanks,
ROn
This and the info on css in the documentation will get me started!
Thanks,
ROn
315
Web Server - Ask For Help / Re: Browse line item Classes and Identifiers for Selectors
« on: June 30, 2010, 02:21:30 AM »
I need to be able to put in several levels of classes or Identifiers so that I can use CSS to :
1. Color table Rows depending on the Class or ID of the Row
2. Then color individual cells on each row depending on 2 values for columns within the row......
So, the first part is getting the classes and identifiers for ROw and Column so that css can find them.
Thanks,
Ron Jolda
1. Color table Rows depending on the Class or ID of the Row
2. Then color individual cells on each row depending on 2 values for columns within the row......
So, the first part is getting the classes and identifiers for ROw and Column so that css can find them.
Thanks,
Ron Jolda