Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. teamakesmefart

    Simple date arithmetic

    Hi All How can I perform a simple addition on a Date variable in ObjectPAL? Surely procedure for such are built into Paradox? What I want to do is add 1 year to a specified date. In a variation I may also want to find (1 year - 1 day) + specified date. Obviously this would need to take into...
  2. teamakesmefart

    Redirect limit for this URL exceeded

    Hi All I have been trying to set up a redirection from an Apache 2 server (Win32) to a Tomcat server (RedHat) - without much luck so far - but with the help of various people on this forum, I think I'm getting closer. Currently, the Apache 2 server accepts all requests that come in on port 80...
  3. teamakesmefart

    Apache Virtual Host configuration

    Hi All Hope somebody can help. I have the following at the end of my httpd.conf file: ----------------------------------------------------- <VirtualHost www.domain1.net> ServerName www.domain1.net:80 DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs" </VirtualHost> <VirtualHost...
  4. teamakesmefart

    Redirect requests

    Hi All I have two domains which have the same IP address. When requests come in, my firewall redirects the request to a web server - A Win32 machine running Apache ver 2.0. This is a live server, servicing requests for one of my sites. I have recently started developing a new site which uses...
  5. teamakesmefart

    Dynamic Lists

    Help! I’m reasonably new to Paradox ... not getting on too badly but this one’s got me stumped. I’m using Paradox 9. I have a form containing a TableFrame and a check box. I want to populate the TableFrame differently depending on whether the check box is ticked or unticked. If its...
  6. teamakesmefart

    Library problem - please help!!!

    Hi All I am using Paradox 9 and am having trouble calling a custom procedure from a library. The library is called sisUtils and has a custom procedure called sqlDate in its Proc method like so: Proc sqlDate(var inDate Date) String blah blah return String(outDate) endProc This...
  7. teamakesmefart

    Typecasting in Paradox SQL

    Hi All I want to perform a SQL select where the contents of a string appear within a numerical field. So I presume I need to use CAST to typecast the numeric field to a String/Varchar/Char/Character (or something) So if I wanted to search for all Policies which contained the digit 1 in the...

Part and Inventory Search

Back
Top