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...
Type: Posts; User: JeffKimmel
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...