The FedEx API is huge & quite complex. Doing any tracking is not a simple project I'm afraid.
Type: Posts; User: Garret Mott
The FedEx API is huge & quite complex. Doing any tracking is not a simple project I'm afraid.
Hi -
Finally figured this out. It (of course) was not a problem with the stored procedure - it was doing exactly what it was told, which was to delete any records that matched the number in the...
If it just stopped working after working for a long time, I'd suspect data. Maybe some field has garbage data?
Is this an RDS report?
I've found that not filling a member of the struct in the RV will cause that error.
If you want to get picky (:)) - it also says "newer as" when it should be "newer than" - or "older than" as the case may be.
While I do all DR reports with RDS, it does not work with the "Customer writes their own reports" scenario. I have 2 customers who regularly add & change reports on their own & so stuck with...
Mixing procedural & DD code is never a good idea, but you knew that.
A system I've worked on for a few years now has tons of mixed & it rarely works as expected. Stick to one or 'tother! But you...
So - the app & SQL Server & terminal services are all on one server? That might be a bit much - especially if it's full SQL, not Express.
Whenever I do something on a tabdialog I cross my fingers when I compile. There are oddities to them anyway, but add com objects to 'em & the adventure starts!
I've always been able to make the "Send Request_Switch_To_Tab work, but I don't think I've tried it with a cjgrid on tabdialog on a tabdialog.
One tabdialog with cjgrids is bad enough, but you're...
Thanks for the reply!
AFAIK, it's never returned 0, always 1 or 2 and it deletes all the records in the other tables every time. However, I see I need to study error trapping further - as what I...
If this is the wrong forum, please feel free to move it. It's not a DF problem.
MySQL 5.5 (yes, ancient). I have the following stored procedure that has me stumped. It's used to "roll back"...
https://www.staples-3p.com/s7/is/image/Staples/sp36619013_sc7?wid=512&hei=512
We added code to our dbForm subclass to augment Request_Find:
Procedure Request_Find Integer mode Integer entUpdtFlag
Integer iAnswer
If...
I'm fully aware of what "responsive" means when talking about the web & devices. I chose the word responsive because it was the first one Chris listed.
I was expanding on what I thought was your...
You do have to know how to spell a word to look it up in the dictionary... ;)
Using Chris's example, I tried "responsive" both with and without the quotes. It returns response, responsible,...
My 2 cents? What Dennis said!
You (or another programmer) in 6 months:
OK - let me think... GBLoc.TerminalCode... I don't see a table named that. Huh?
Ouch!
I guess I did leave the door open...
Ha!
Heard that a few times have you?
I think SWM removed the Bugs = off from my version of the studio.
As Michael said - the default is to inherit the calling view's constraints - which is normally what you want. Set pbAutoServer to False & then do whatever you like in the DD of the SL.
DBExplorer is not for making any structural changes. DBBuilder does that. However, there are some things that have only been added to the Table Explorer in the Studio. I think Martin makes if...
Since it's an auto-increment column & not a traditional recnum (that can have #'s reused) it's technically safe to use it for relates. I prefer to use a more meaningful field, but it will work.
But DF developers are famous for spiffy dressing - especially at conferences!
You can open the table in Table Explorer, click on the column, then in the Properties Pane select Auto-Increment. It would be nice if you could specify it during creation.
While I'm not Nils, are you calling it like this?
Get vDeleteFile sFilename to iIntegerVariable
Where sFilename is the file name with full path