If you can't run through the debugger on the server, aren't you pretty much stuck with showlns or writing to a file/table?
Anyway - you're making Windows stop working, not just DataFlex - you...
Type: Posts; User: Garret Mott
If you can't run through the debugger on the server, aren't you pretty much stuck with showlns or writing to a file/table?
Anyway - you're making Windows stop working, not just DataFlex - you...
I think Michael called it.
Anytime I call grid code from outside the grid object, I use IsComObjectCreated in the code. PITA, but it saves a lot of headaches.
I found it. Version 10 (& email from 2011) - so out of date I bet...
There is one in the registry for Mertech (DAMHIKT).
I don't remember what it is though - maybe if you clear the password and/or Trusted Connection keys?
As Bob says - embedded SQL does not need any filelist info. In one app I regularly query 4 tables that are not in the filelist.
Stephen did sum it up perfectly.
However, I haven't blamed you for anything yet this week! I must be slipping.
Put the code in code tags. If in Advanced, they are the # button. If a quick reply just type (without any spaces):
[ code ]
//your code here
[ /code ]
Without the spaces it looks like:
Interesting. I always been against it - but mostly due to DB bloat. I've gotten a lot of grief about preferring storing the file on disk & the filename in the DB.
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?