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: *

  • Users: planix
  • Content: Threads
  • Order by date
  1. planix

    A wierd/unusual problem with DirectoryIndex... or is it?

    Hi, I have Apache 2.0.52 (win32) PHP 4.3.10 mod_perl 1.99 running on Windows 2000. No problems and it seems to be working well. I have DirectoryIndex set up as and this worked well until the other day. I could simply enter the directory address for the server http://discors.jcu.edu.au/ and...
  2. planix

    IIS, header() problem

    Hi, I know that there is a problem with IIS and redirecting using the header() function. But, does anyone have a workaround for this code? The purpose of the code is to build an expression ($url) to redirect to and then redirect to that built location. function redirect($url...
  3. planix

    How can I access a component caption dynamically?

    Hi, I have a form with a multiple number of labels on it. Each label is named "l1" "l2" ... "ln". I need to select a label at random to display some text. So I want to randomly generate a number between 1 and n - easy. Then I want to use that number to point to the label with that number in...
  4. planix

    Image disappears following drag drop

    Hi, I have a form with 2 squares(shape1 and shape2) and an image control. The picture in the image will be loaded at runtime in the end, but for the moment I have just put one in to try this out. The idea is to drag the image to a shape. Once it is dropped there a range of other processing...
  5. planix

    Is it possible to distort selected parts of an image?

    Hi, This is a conceptual question, at this point. No code. I am developing software to use in research to evaluate people's body image, and particularly trying to assess self image distortions. Some software that I have seen, but not used, allows subjects to distort portions of an image of...
  6. planix

    MyLittleBase

    Has anyone got a copy of this freeware database package. I am looking for MLB2+ but the website of the developer is not active anymore. Anyone know if the developer is still working on MLB3? Thanks Alistair Australia
  7. planix

    A problem with cutting and pasting records

    The Background: I have a table which I am using as the basis for an interactive survey. The table holds the Question Number, the Question Content, where to go if the answer is positive, where to go if the answer is negative, and which response format should be used. The table is accessed in...
  8. planix

    Can I use a literal variable to refer to a form field?

    Hi, I am not sure of the terminology to be able to ask this question sensibly. So, if I am not clear please ask questions. I have label on a form into which I programmatically put some text from another table. The text is the name of fields underlying the form. As the user interacts with the...
  9. planix

    EXCEL: Is there a way to detect mouse events globally?

    Hi, I have a spreadsheet with 275 checkboxes on it. When a checkbox is selected a calculation is performed dependent on it's state and caption values. The same calculation is performed for each checkbox and I have made this a function. The question: is there a way to trap for mouse events so I...

Part and Inventory Search

Back
Top