Gleidson,
We've had to use a custom css class to set the width. Examples included below. Note that I'm not 100% sure the !important is necessary but that's what is in my css file.
Hope this...
Type: Posts; User: JeffKimmel
Gleidson,
We've had to use a custom css class to set the width. Examples included below. Note that I'm not 100% sure the !important is necessary but that's what is in my css file.
Hope this...
Stephen,
Thanks, I just figured out what was going on. In my setup, when setting the LastAccessDT field it's dropping the PM so instead of comparing 1:30 PM it's 1:30 AM which causes the...
Sture,
The answer to that is yes, the problem still persists.
Jeff
Sture,
It does to me as well but I can't determine how yet. And yes, you are correct in the windows locale. I'm in the states so it's the regular US settings.
Jeff
All,
I know this sounds weird but I'm having issues with Plato running after 1PM. It works fine up until then but at 1 it just goes to a blank screen. I don't get any errors in ay logs I can...
Vincent,
Thanks for the reply. The GUID's in cDRAPI.PKG did not match the error GUID. I checked the registry and the COM module in question turns out to be PerAppRuntimeBroker...
Tuan,
I had the same problem. Check the event logs to see if anything comes up there (even the system log). Also, log into SSMS to see if there are any failed logins.
Good luck,
Jeff
All,
I'm trying to run/install Plato but it's not working. The program compiles but I get a blank screen. I read some things to try but nothing worked for me. Eventually I found a warning int...
Martin,
Thanks. Glad I'm not the only one!
Jeff
Edgar,
I am in the process of doing the same thing. I haven't been able to test it yet as I'm having problems with finds in SQL this is what I think will work (you will need to define iLenght &...
All,
Not sure if this is still the right place to put this so if you want to move it please do. I converted my first web app but after when the program loads I got errors on my prompt lists. ...
Kyle,
We use the Fedex API to calculate shipping for a customer. We also allow tracking but we're pretty lazy so all we do create a new tab page & webSet the psurl to...
Done & good luck.
Agreed, I originally tried piWidth to no avail.
Sure, this is just a sample I tested with
- The webobject in the wo
Object oNameForm is a cWebForm
Set piColumnIndex to 1
Set piLabelOffset to 1 //just to...
Mike,
I don't think I was clear in my response. If you have 40 objects with 40 separate widths you need to create 40 css classes. I guess after you do it once you're OK but that's what I was...
Boris,
I setup a class with the desired width and then set the psCssClass of the forms. A little cumbersome if you're customizing doing a lot of forms though.
Jeff
Leif,
No, we never found a solution to this. We just left it as is for the time being.
Jeff
When you say sql reporting tool I'm assuming you mean SSRS? If so, note that SSRS reports are basically urls so we have an iframe object and then just webset the psURL. One thing to be aware of is...
Bob,
Thanks, that worked.
Jeff
All,
I've been using DynamicAI for quite some time but I just now am getting the error below. Is there something I need to refresh or do to fix this? In addition, I cannot even log into Dynamic...
All,
I have a typical parent/child relationship with Group & SubGroup. So I have a webgrid where I want to display all the subgroups along with the group, easy enough. However, I want to order...
Martin,
I typically use cWebHTMLBox for this. Like below:
Object oRightHeader is a cWebHtmlBox
Set pbServerOnClick to True
Set psHtml to "<span class=> <a...
Michael,
Thanks for the reply. Looks like what I'm looking for.
Jeff
All,
In a few of my apps, I'm using a simple SMTP server to send reminder emails & text to various people. It works great & everything is fine but we just signed a new client where there will be...