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.
451
Web Server - Ask For Help / Re: Is anyone else having problems with buttons since 5.30
« on: September 19, 2011, 08:16:56 PM »
Update:
** The two instances (so far) have been because the user was running Firefox 3 (so I was wrong in my initial diagnosis).
** The two instances (so far) have been because the user was running Firefox 3 (so I was wrong in my initial diagnosis).
452
Web Server - Ask For Help / Re: Is anyone else having problems with buttons since 5.30
« on: September 19, 2011, 04:39:45 PM »
Just to be clear, this is happening when using Firefox (not sure if it's the latest version, but it is the latest point version) for SOME Users (only a small number so far). I cannot replicate the issue at this time.
453
Web Server - Ask For Help / Re: Is anyone else having problems with buttons since 5.30
« on: September 19, 2011, 04:38:29 PM »
Have this happening with the Login page, where SOME Users click the Login button and nothing happens.
Clicking F5 and <CTRL>F5 does not solve the problem. Also, clearing the history doesn't solve the problem.
I'm wondering if there's a javascript issue, not sure, have to do more research, will know more soon.
Clicking F5 and <CTRL>F5 does not solve the problem. Also, clearing the history doesn't solve the problem.
I'm wondering if there's a javascript issue, not sure, have to do more research, will know more soon.
455
Web Server - Ask For Help / Re: EIP Question
« on: May 11, 2011, 02:03:33 AM »
Ron,
Not sure if this would be exactly what you are after, but ..
Make the picture of the field @s150 (limits the display), then in the edit make it a text field with rows=10.
Not sure if this would be exactly what you are after, but ..
Make the picture of the field @s150 (limits the display), then in the edit make it a text field with rows=10.
456
Web Server - Ask For Help / Re: Message to user
« on: May 11, 2011, 01:59:07 AM »
Thys,
I'd use p_web.jQuery(" .. in here put a call to jquery's popup") .. OR .. handcode in the javascript: alert("message");
I'd use p_web.jQuery(" .. in here put a call to jquery's popup") .. OR .. handcode in the javascript: alert("message");
457
Web Server - Ask For Help / Re: Filling in PDF Forms
« on: April 03, 2011, 04:15:39 PM »
Ron,
One way would be to have a normal form with the values you want and then use OVERLAY (which PDFTools supports) to "stick" the needed values onto the PDF.
One way would be to have a normal form with the values you want and then use OVERLAY (which PDFTools supports) to "stick" the needed values onto the PDF.
458
Web Server - Ask For Help / Re: Error in template - 5.16
« on: February 24, 2011, 03:43:54 AM »
Awesome sauce!
459
Web Server - Ask For Help / Re: Error in template - 5.16
« on: February 23, 2011, 01:21:41 PM »
EDIT: It's a problem with not having double-quotes around the url, if the url has an equals sign in it.
Firebug shows that every time I click on one of my other buttons, I get the error: "invalid assignment left-hand side"
Pic following:
[attachment deleted by admin]
Firebug shows that every time I click on one of my other buttons, I get the error: "invalid assignment left-hand side"
Pic following:
[attachment deleted by admin]
460
Web Server - Ask For Help / Re: jQuery mobile framework?
« on: February 15, 2011, 02:06:31 AM »
This is very VERY cool news! Cannot wait Bruce!
461
Web Server - Ask For Help / Re: Server Reliability - How to find out why I'm having big problems?
« on: January 31, 2011, 08:10:12 AM »
Thanks Kevin! Will give it a shot next time it happens.
462
Web Server - Ask For Help / Re: Server Reliability - How to find out why I'm having big problems?
« on: January 31, 2011, 02:07:11 AM »
Kevin,
Thanks for the info!
Do you "check it's processes" inside the Management Studio, or do you use a different tool?
Thanks for the info!
Do you "check it's processes" inside the Management Studio, or do you use a different tool?
463
Web Server - Ask For Help / Re: Server Reliability - How to find out why I'm having big problems?
« on: January 29, 2011, 08:55:24 PM »
Thanks Bruce, I'll give that a crack.
464
Web Server - Ask For Help / Server Reliability - How to find out why I'm having big problems?
« on: January 28, 2011, 08:10:58 PM »
Hi Folks.
Nettalk 5.13, Clarion 7.3, GPF Reporter, MSSQL 2005, Self Service.
* The system has long forms with a lot of custom embed "update child files" code.
* The system has GPF Reporter.
* The system runs as a service.
My biggest problem at the moment is that the server is going down at least once, twice a day.
- When I run the server as an exe, often times it will just freeze. No errors, no gpfs, nothing. Sometimes I get an ASSERT message from the file.clw file.
Results:
- Users are in a form, adding a child record through a child browse on the form, come back to the form and it white screens (cannot find page).
- Users are able to get some pages served, but others will wait until white-screening.
- Users can see the login page but cannot log in.
MY QUESTION IS:
- What methods/tools can be used to find out why this is breaking?
p.s. I've used jMeter, which seems really good, but can't get it to "log in" properly. So maybe I need to work out how to do that so I can run through a battery of page requests.
Nettalk 5.13, Clarion 7.3, GPF Reporter, MSSQL 2005, Self Service.
* The system has long forms with a lot of custom embed "update child files" code.
* The system has GPF Reporter.
* The system runs as a service.
My biggest problem at the moment is that the server is going down at least once, twice a day.
- When I run the server as an exe, often times it will just freeze. No errors, no gpfs, nothing. Sometimes I get an ASSERT message from the file.clw file.
Results:
- Users are in a form, adding a child record through a child browse on the form, come back to the form and it white screens (cannot find page).
- Users are able to get some pages served, but others will wait until white-screening.
- Users can see the login page but cannot log in.
MY QUESTION IS:
- What methods/tools can be used to find out why this is breaking?
p.s. I've used jMeter, which seems really good, but can't get it to "log in" properly. So maybe I need to work out how to do that so I can run through a battery of page requests.
465
Web Server - Ask For Help / Re: Browse filtered status 10 > change record status 20 > return > no recs in browse
« on: January 25, 2011, 06:11:06 PM »
I haven't looked into it too hard yet, but have an inkling that depending on what you are manipulating in the form, when you return it can screw with the filter.
I've got it happening in a couple of places. Soon I'll find the time to look more deeply.
I've got it happening in a couple of places. Soon I'll find the time to look more deeply.