Search:

Type: Posts; User: Arc

Page 1 of 13 1 2 3 4

Search: Search took 0.78 seconds.

  1. Re: Using FancyBox as an Error or Success Message without clicking on a link.

    Thanks a lot for the help. I had looked on those pages and just didn't see what I was looking for until you pointed it out.


    With some tweaking I got it to work how I wanted it to.

    Thanks...
  2. Re: Using FancyBox as an Error or Success Message without clicking on a link.

    Ok, I have narrowed down the issue and I think I understand it, but I still don't know how to fix it.

    The javascript



    <script type="text/javascript">...
  3. Re: Using FancyBox as an Error or Success Message without clicking on a link.

    It seems to be this javascript that is clicking the link that is making it not working appropriately.



    <script type="text/javascript">
    document.getElementById("errorLink").click();
    </script>...
  4. Re: Using FancyBox as an Error or Success Message without clicking on a link.

    Yah, all the necessary jQuery files are being included in the right places and are all working.

    I will try uploading a sample page.

    So you see anything wrong with the code?

    Thanks.
  5. Using FancyBox as an Error or Success Message without clicking on a link.

    Hello guys, I would like to use fancybox as an Error and Success Message indication withouth clicking on a link.



    Scenario:
    A user fills out an HTML form and if some things are wrong, they...
  6. Replies
    1
    Views
    596

    How to convert a database to MD5?

    Hey guys. I have a database full of passwords that I want to change over to MD5 hash. Is this possible?

    Also, I have a form that sends the password to the user if they enter thier email address,...
  7. Replies
    1
    Views
    1,866

    Javascript Datagrid That Uses Scroll Bars

    Hey guys.

    I am looking for a Javascript Datagrid that will populate based on database driven data, but also allows the data in the list to scroll sepereately from the Header. This is so I can...
  8. Yahoo User Interface (YUI), saving div tag properties to database

    I am not sure if anyone is using YUI out there, but I have a unique question that will prove quite useful for my customers.

    Here is an example ...
  9. Re: jQuery Tabs, Loading Pages Inside The Panel

    Thanks for the help, much appreciated.:wave:

    We have given up on jQuery though...It just is not as good as we thought it could be. Looks like Yahoo's interface (YUI) is the way we are going to go.
  10. Re: jQuery Tabs, Loading Pages Inside The Panel

    Thanks a lot for the help. That was indeed the issue. Strange that the newest stable version does not support that.


    One more question, if you can help.

    Opening the page inside the panel...
  11. [RESOLVED] jQuery Tabs, Loading Pages Inside The Panel

    I did a search on this but couldnt find anything like this.

    I am trying to load the pages inside the jQuery panel. I found this example which works fine...
  12. Replies
    4
    Views
    11,365

    Re: MYSQL NOT IN(Array) not working properly

    I've done some more testing and it seems that if I manualy put in the numbers with no quotes it works fine.


    $sql = "SELECT * FROM tblVehicles WHERE VehicleID NOT IN (1,2,3,1,1,2,3,2)";
    ...
  13. Replies
    4
    Views
    11,365

    Re: MYSQL NOT IN(Array) not working properly

    Thanks for the reply.

    Yah I have tried it like that


    $sql = "SELECT * FROM tblVehicles WHERE VehicleID NOT IN ($theList)";

    and it says I have an error in my SQL statement.

    I have also...
  14. Replies
    4
    Views
    11,365

    MYSQL NOT IN(Array) not working properly

    Hey guys. I am having an issue with a NOT IN() clause. It is returning results that is shouldn't.


    Here is the SQL Statement




    $theList="1,2,3,1,1,2,3";
    $sql = "SELECT * FROM...
  15. Re: .htaccess in sub directory blocking whole domain

    The contents look like this

    AuthName "Section Name"
    AuthType Basic
    AuthUserFile /full/path/to/.htpasswd
    Require valid-user

    the .htpasswd file is also in the same directory

    thanks
  16. .htaccess in sub directory blocking whole domain

    Hey guys, I am not sure where to post this since it ins't PHP related, but hopefully someone can help me.

    I uploaded an htaccess file to a directory on my server to block access to that particular...
  17. Replies
    3
    Views
    1,717

    Re: .Net Reactor

    Ok, thanks for the input guys. Much appreciated.
  18. Replies
    3
    Views
    1,717

    [RESOLVED] .Net Reactor

    Hey guys. Has anyone heard of this software?

    We all know that .NET applications can be easily decompiled, this software is supposed to prevent it.

    Any input is welcomed.

    Thanks.
  19. Thread: Odbc

    by Arc
    Replies
    7
    Views
    1,237

    Re: Odbc

    Well, still no luck, using Fox Pro OleDB or any other connection string. This is getting quite rediculous....arg.
  20. Thread: Odbc

    by Arc
    Replies
    7
    Views
    1,237

    Re: Odbc

    Hmm, I think I may have figured out the issue.

    using dbfview i found out that the files it won't open are dBase IV(memo), whereas the files it will open are dBase III.

    Can I use this ODBC...
  21. Thread: Odbc

    by Arc
    Replies
    7
    Views
    1,237

    Re: Odbc

    Yah Hack, the full error is "ERROR [42S02] [Microsoft][ODBC Visual FoxPro Driver]Not a table."

    jm, I have tried several different ways to open the file and none of them seem to work with these...
  22. Thread: Odbc

    by Arc
    Replies
    7
    Views
    1,237

    Re: Odbc

    Thats not any help, but thanks for responding jm.
  23. Thread: Odbc

    by Arc
    Replies
    7
    Views
    1,237

    Odbc

    Hey guys, I am using this code to get infro from some DBASE files.

    The code works great as long as the file has multiple rows, but when I come up across a file that only has one row I get the...
  24. Replies
    3
    Views
    805

    How to make program look for updates online?

    Hey guys, I was just wondering if there was some code that would allow my program to look for a newer version online and go ahead and install it if one is available.

    Right now I am using ClickOnce...
  25. Replies
    0
    Views
    722

    Visual Studio Publish Wizard.

    Hey guys, I use the Publish wizard to create the setup package for my programs. In this is the option to have the program check for updates online. This seems to work fine, unless the program is set...
  26. Replies
    0
    Views
    519

    [RESOLVED] Comparing DateTime's.

    Never mind, I figured it out.
  27. Replies
    0
    Views
    3,431

    See if date is weekend-Oracle.

    Hey guys. Is there a function in Oracle using SQL that lets you see if a date is a weekend?

    I have this query almost finished, but I don't know how to see if the DateSold is a weekend.


    SELECT...
  28. Get ID from one table where something doesn't exist in another table.

    Hey guys. I've got a query here that I have never done before, which is to get all the values in one table where something does not exist in a different table.

    For instance, I have two tables,
    ...
  29. Re: Oracle Count by group, and using joins...confused.

    Thanks jmc I will give it a go.
  30. Oracle Count by group, and using joins...confused.

    Hey guys. I need to do a query in Oracle that will, for instance, return how many green cadillacs were bought by customers in each zip code.

    I have three tables:

    tblCustomers
    CustomerID(PK)...
  31. Re: Oracle, select a name that starts with letters between two values.

    Thanks, I will give that a shot.
  32. Oracle, select a name that starts with letters between two values.

    Hey guys. I have a table of customer names. How would I query that table to get a list of customers whos names start with the letters A-J, for example?

    This is being done in Oracle.

    Thanks.
    ...
  33. Physical Read Activity and undo TableSpace- Oracle.

    Hey guys. I am trying to find out how I would go about finding out which file has had the most phsycial read activity. In others words, a SQl statement that would display that data. I am not sure...
  34. Replies
    2
    Views
    2,556

    Re: Get number of weekdays between two dates.

    I am not sure what you mean, that doesn't seem like it would be accurate. Also I am not even sure how to find the first monday and last friday and what about the days before the first monday and...
  35. Replies
    2
    Views
    2,556

    Get number of weekdays between two dates.

    Hey guys, I was wondering if anyone had written a function that will return the number of work days between two dates. I figured this has been done many times, but I can't figure out how to go...
  36. Re: MySQL- get rows where date is more than x days old

    I would like it to be done in the SQL statement, not in the php code. The front end is written in PHP.

    Thanks!:wave:
  37. MySQL- get rows where date is more than x days old

    Hey guys. How would I go about getting only the rows where a Date field is more than x days old?

    For instance, I want to pull out all rows where DateAdded >= 761 days older than today.

    I looked...
  38. Replies
    5
    Views
    3,116

    Re: Add a reference to Visual FoxPro dll

    Interesting, looks like I need to do some work to the manifest file.

    I'll read into it.

    If anyone has any first hand knowledge on this subject feel free to let me in on it!

    thanks!:wave:
  39. Replies
    2
    Views
    689

    [RESOLVED] Adding to an array

    Hey guys.

    I have an array that is retrieving a list of files names via a method. This works fine when I call the method the first time, yet when I call it the second time the first files seem to...
  40. Replies
    5
    Views
    3,116

    Re: Add a reference to Visual FoxPro dll

    Hrmm, I am using the ClickOnce publisher in VS2005, how would I go about adding the driver to my setup package? I dont see an option for that.

    I just need to make sure this driver is installed on...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width