Let me add that I also tried a formula compare test as follows… 1; if {mytable.mystring} = “test value” then 2; This also returns blank/nothing in every case. Even if a constant is first placed in the formula, the formula field becomes blank as soon as the comparison is not true.
As far as I know, on Asterisk 1.6 you <b>have to</b> use <a href=”http://www.asterisk.org/downloads”>DAHDI</a> instead of Zaptel. Is there some reason why you want to use Zaptel ? maybe old hardware (cards) ?
The correct answer would really depend upon the application and size of the database. The “BEST” DBMS might be a bit expensive if you have 3 users and only a small number of files with only thousands of records. What are the experience levels of the staff? Will you be hiring a new employee to [...]
Has been many years since I used DBase, but I recall issues where the file would get locked by DOS/Netware. Though ancient, this may provide insight that this lock comes from the operating system level. Any thoughts?
Hello Happy, Can you pls give your example what you worte in delphi than I can give you next solution for that. Regards, Darshit..
depending on how much control you are giving your users and the complexity of the reports, why not just use IBM Query/400? -sarge
Based on the new details provided: You probably need to convert the results of your LEFT and MID functions to numbers, since those functions return strings. Try something like this: clockIn := datetime(ToNumber(left(str,4)), ToNumber(mid(str,5,2)), ToNumber(mid(str,7,2)), ToNumber(mid(str,9,2)), ToNumber(mid(str,11,2)), ToNumber(mid(str,13,2)));
You could create a formula a bit like this… ‘Find the position of the decimal in your mileage field Local NumberVar DecimalPlace := InStr(Mileage,”.”); ‘Get the decimal remeinder of mileage local NumberVar DecimalValue := Left(DISTANCEFIELD,DecimalPlace); ‘Work out if in the 1st, 2nd 3rd etc. 8th of a mile, using 0.125 as 1/8th if DecimalValue = [...]
Until & unless u buy a legal software regarding your demand, you can’t get desire result which you want really. So go for buy a legal file converter then you will get full satisfaction.
Physical files don’t convert to spooled files. However, you can generate a spooled file from a physical file.<pre> RUNQRY QRYFILE(( mylib/myfile )) OUTTYPE(*PRINTER)</pre> The RUNQRY command can print records from a physical file with very little effort. There are other parameters that may help. If the Query/400 product is installed, record selection is also available [...]
intregation of cos2x-cos2alpha/cosx-cosalpha
You say you prefer z/OS over mid-range, so why not go the z/OS route? You MUST enjoy your work or live an unhappy life. I know many people who have certs in database, and specifically DB2. But I do not possess any certs. I’ve been working with DB2 on z/OS (and its predecessors os/390 & [...]
<a href=”http://www.americaontop.com/pb/wp_6d3936ca/wp_6d3936ca.html “>Check this URL</a> for AOT Lotus Notes Email Bulk Loader and AOT Lotus Notes Email Archive Management System.
INPUTHISTORYMODE SELECT <0>
If I understand your question correctly, on the AS400 you can use sql to create a file or logical view, or table, whatever you want to call it. The command is STRSQL to get into sql then the sql command to create a table is CREATE VIEW filename AS SELECT fieldnames etc. You will need [...]
Try another PDF reader like <a href=”http://www.foxitsoftware.com/pdf/reader/”>FoxitReader</a> if you can. Also clear all temp & cache files. Check for BHO add-ins (browser helper objects) that may be causing a conflict. Disable them and see if that changes any behavior. (Edit) Just in case anyone else has a similar problem. The problem was between the ciscos [...]
What are you trying to find out? I use the UNIX/Linux diff tool, but I am thinking that would not work for what you need.
I am assuming you are talking about RHEL 4 since this is what you tagged it. To upgrade the kernel you need to install the Kernel you want to upgrade to. Red Hat provides all the download via their web site in rpm packages. You first may want to check which kernel you are running [...]
I have used the DataJunction product (now Pervasive Software) for several years now, without complaint.
The mdm.tblStgMember table is basically the schema that the data will be stored in. Where mdm.tblStgMemberAttribute is the values. The whole MDM thing is very complex. I’m glad you liked the articles.





