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 IamaSherpa 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. sleepy

    IDE Recomendation

    It depends. What is your target platform? If you are intend to make Windows applications and applets, a good solution will be Visual J++, 'cause it has it's Windows Foundation Classes. This is a library of classes that enables you to make calls directly to the Windows API and as results, the...
  2. sleepy

    Updating urls value

    If thc code you just wrote above is from an applet, then you can use showDocument(url) from the AplletContext class, and pass the value of the textfield as parameter in the last part of the URL. Then in server side you must implement a method that knows to modify the url object conforming the...
  3. sleepy

    Perl or Active Perl

    Hi,<br>As the name tell itself. Active Perl for Windows is for running on Windows machines, on Win32 platforms. Perl is for Unix machines, and it comes with the various flavours of Unix and Linux.<br>The syntax of the language is the same, it differs just the platform where Perl is...
  4. sleepy

    Arranging results

    Hi,<br>I suppose that you have used a SQL query to put the database on the screen. Try use something like this:<br><br>&lt;cfquery name=&quot;SelectQuery&quot; datasource=&quot;your_datasource&quot;&gt;<br>&nbsp;&nbsp;&nbsp;SELECT * FROM your_table<br>&nbsp;&nbsp;&nbsp;ORDER BY...
  5. sleepy

    How do I pass CFTREE.path variable to a subsequent form ?

    Hi!<br>I also made an application who use a CFTREE tag, in one cfm file, and also a edit form in another cfm file. In the second form I use a query who use a value taken from the tree. The query look like:<br><br>&lt;cfquery name=&quot;GetEditData&quot...

Part and Inventory Search

Back
Top