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 strongm 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: Edward07
  • Content: Threads
  • Order by date
  1. Edward07

    How to add clock timer to listview column ?

    could any one show me how i can add clock timer that shows hour:min:seconds to a perticuler listview column ? I want to add running time as a listview -item. I have seen applications that they added timer to listview item and ability to freez it or reset it when diffrent events happens. There...
  2. Edward07

    How to compare 2 listviews and copy listview content to another listvi

    Hi all. I am filling a listview with xml data as shown in code beleow. I am calling this part using timer.What i want at the end of this code to compare listview1 with listview2. If they are diffrent or if listview2 is empty then i copy content of listview1 to listview 2.Otherwise do nothing...
  3. Edward07

    How to update listview ONLY when new data is avilable?

    Hi all. I have seen many applications that listview ONLY updates when new data is avilable or when current data changes. I am making an application that deals with similer case. But i don't know how these applications achive this task. I tried to use timer to refresh my listview every few...
  4. Edward07

    How to check if an xml rss has data set?

    In my project i added a timer that frequently checks a remote xml. What i want this new timer some how check if the rss feed is giving any result out. If it gives data out i for example reload webbrowser controle.If it doesn't give any data out i do nothing. (I don't need to output xml...
  5. Edward07

    problem displaying mysql data in specified html format

    Hi all. I have the following php script that supposed to output mysql data in specified html format. The data is chat trascript but unfortuently it never outputs data and it gives me no error. could any one look at this and let me know what i am doing wrong.Thanks The script supposed to create...
  6. Edward07

    How to link popup menu items to diffrent forms and pass them data?

    I created a popup menu and it has few items on it. The popup menu get displaied when i right click listview row.Now i want to diffrent forms open when i select diffrent items from the menu. could and one show me how i can link forms to menu items? Furthermore, i want some how pass listview item...
  7. Edward07

    How to send data to php via post method from vb6

    Could any one show me how send 3 variables(textbox data,listview 4th coloumn item and another constant varible to a php script via post method from within vb6 by clicking send button. My goal is to send these 3 varibles to php script so it writes them to mysql.Thanks
  8. Edward07

    How to add menu by right clicking listview row item?

    Hi all. could any one show me how i can add menu by right clicking listview item and be select an item and it opens new winow. I be happy if some one show me how this can be done.Thanks
  9. Edward07

    How to populate listview with remote xml data

    Hi all. i have the following remote rss xml in rss.php I want to populate the xml data to vb6 listview. could any one show me how this can be done.Thanks Note:The number of items in xml is dynamic not fixed rss.php <playlist> <song> <artist>artistname1</artist>...
  10. Edward07

    IE7 - File Not Found ieframe.dll\1

    Hi all. I am running vb6 on xp pro. I have many programs that uses webbrowser controle.Recently i upgraded my browser from IE6 to IE7.Now when i try to run those old programs i get this strange error: IE7 - File Not Found ieframe.dll\1 Could any one show me a quick fix so i don't have to...
  11. Edward07

    how to get data from mysql without connecting to mysql directly

    I want to get some data from mysql but unfortnetly my hosting company dosn't allow vb6 to connect to mysql. Could any one tell me what other ways i have to get data from mysql using php and use it in vb6 application.Thanks
  12. Edward07

    problem using if statment(one of my else if statement get ignored!)

    Hi all. i am making 2 diffrent calles to a php script and inside that php script i use if statment to do diffrent things. Unfortently the way i coded the if statment the second else if statment never get executed. It always get ignore and first else if get excuted instead!! I want for each...
  13. Edward07

    Packard Bell 500 gb versus LACIE 500 gb external Hard drive

    Hi all. I would like to know which portable hard drive is good. I want to decide between Packard bell 500 gb and Lacie 500 gb. Could any one tell me which one is better?Looking forward for some feedback.Thanks
  14. Edward07

    How to add / after and before a music url path

    Hi all. I have around 1200 music url records. I wanted to change all the url path from: http://music.somesite.com/IlIlIlIIIll11lIlI44/cindy/life/power of life.mp3 to http://music.somesite.com/songs/cindy/life/power of life.mp3 I had in mind to use this query: UPDATE musicurls SET filename=...
  15. Edward07

    Can't execute code from a freed script error

    I am getting in to this error each time i try to load the following javascript page. But if i do a refresh the error goes away. could any one tell me how to avoid such error at first place?Thanks Can't execute code from a freed script pointing at bold part: function WindowLoad(func) { var...
  16. Edward07

    Is it possible to declare multiple sessions inside php(within if )?

    i wonder if i can declare a new session every time part my php code runs. For example i have one decleration of session at start of php and i want to declare a new session with else if statment and pass its key. Right now when i call : ./script.php?cmd=file&file=visitorWantsToChat the first...
  17. Edward07

    How to redirect current page to specific page using flash 8 actionscri

    could any one tell me how i can redirect current page to a specific page using flash 8 actionscript.Thanks
  18. Edward07

    problem opening popup window and passing it value

    I am passing a javascript function values from checkbox and textbox. The problem is that when click the button instead of opening script.php in a popup window it redirects to script.php page.Also i don't know how to pass value of + url to script.php popup page so it can use it. could any one...
  19. Edward07

    problem displaying ONLY data from last one min old

    I am trying to display records from last one min onward using the following query: res = mysql_query('SELECT * FROM album where date > "$timeout"') or die('<error>'.mysql_error().'</error>'); But unfortunetly it doesn't display those data within one min. It displays all the data!! The date...
  20. Edward07

    problem displaying last one min data from mysql

    I am trying to display records from last one min onward but i keep getting the following error when running the script: <error>Unknown column '$timeout' in 'where clause'</error> The records in my db has date and time stamp using Now() function date and time stamp format:2007-04-16 20:30:52...

Part and Inventory Search

Back
Top