Jump to content

Synapse

Active Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by Synapse

  1. thx....i`ll check it out...
  2. Hi ptrex...well i have a app that returns a lot of things...and if i would know the exact number of found items after a query was executed...i could create a progress bar...but in order to do that i need the number of return items so i can set the progress bars limit...btw thx for the reply..
  3. Is there a way to get the number of results after a query was executed? Example: If i execute a query like SELECT * FROM db-table WHERE col = 1...I would like to know before entrering the While loop how many elements from the db-table satisfy the given request Thx in advanced
  4. Hi...I wanted to ask if someone has a nice updater that would go well with SyncX...? Thx in advanced
  5. Thx....no, i`m a mac user and fan...so i have a Leopard theme
  6. About SyncX SyncX is designed to let you effortlessly backup whichever folders or hard drives are important to you. You can set as many backups as you want, everyone with its own settings and scheduled time and date. It stores every info in a SQLite database for a better and faster sorting and data manipulation. Multilingual. Free with GNU GPL Screenshots Bugs -None To Do -Backup from FTP -Backup to FTP -Shutdown after last backup of the day -Log creator for everything -Fix the _GUIImageList_AddIcon function for Vista Release Notes -Added some language item in database -Added 2 more columns in the GUI -Fixed the showed date in GUI -Added Updater script -Added contexmenu Status changer on the backup list -Backup with status -Play status: backup will be executed -Pause status: backup will be skipped one time -Stop status: backup will be skipped until the user sets it to Play -Progress icons: shows whatever the backup was made or scheduled to be executed Downloads SyncX ver. 1.0.0.5 source code SyncX ver. 1.0.0.5
  7. Hello is there a way to get a websites/webpages description? I used _IEPropertyGet ( ByRef $o_object, $s_property ) to get the title and other infos...but there`s no description parameter.... Is there any other way? Thanks
  8. thx...I asked here in the Help Thread...cuz I allready tryed using the help and didn`t made it...never came out as i wanted....
  9. Is there a way avoiding onevent mode?
  10. Thank you all...the example Rasim gave me it`s exactly what i needed...thx again... @smashly no need to be sarcastic...btw..i was talking about a treeView not a listview...
  11. Hi is there a simple way to get the tree items (or subitems) text or id when i click it... Thank you
  12. Thx...you were a little late i`ve solved it....anyway thx for replying...
  13. Hmm thx...but i think u missunderstud...i needed to know how to create a sub item for the context menu..not the menu bar...anyway thx
  14. Hi I was wandering if there`s a way to add a subitem to the context menu created by Holger...can be found here If so..can someone show me a simple example on how to do it.. thx in advance.
  15. Is there a way to add a sub item to the context menu ??? And how.. Thx in advance
  16. Thx rover...it works like a charm...
  17. Thx for your reply....but i don`t think that will work with the toolbar menu...check out the first post...i added a photo...i did somthing like that....& i wanned to add a sub item to one of the items...
  18. Is there a way to add a sub item to the menu....if yes can u show me how to do it . In my app I used the example Garry showed me...
  19. The first DllCall does not return an array....
  20. Hi LIMITER...i`ve tryed it 2 and i`ve got the same result as u did...
  21. To add new row in db: _SQLite_Exec (DataBase, "INSERT INTO YourTableNameHere (Col1, Col2, Col3) VALUES ('Value1, Valu2, Valu3');") To show whats in your db use: _SQlite_Query ($DataBase, "SELECT * FROM YourTableNameHere WHERE ColNameHere = 'WordYourSearching4' ORDER BY ColName ;", $hQuery) To edit a db: _SQLite_Exec ($DataBase, "UPDATE YourTableNameHere SET ColNameHere ='UpdateWord' WHERE ColName = 'WordYourSearching4' ;") To delete: _SQLite_Exec ($DataBase, "DELETE FROM YourTableNameHere WHERE ColName = 'WordYourSearching4' ;") The rest of the syntax commands u`ll be able to find it here: http://www.sqlite.org/lang.html Hope this is what u`ve been looking for. Cheers
  22. Thx.....I`ll go figure out how to do it...thx again
  23. Thx for the reply and pointing me to ur UDF.. I would like u or anyone else who can answer me....The Word UDF work even if someone doesn`t have installed office? If the answer is no then i can`t use it.
  24. Hi is there a way to generate a layout of an invoice (in pdf, image, doc) and print it or print preview it? i`ve tryed do it in HTML code..but there`s a problem when trying too print it...in HTML there are no pages so some text and tables are cut of if it`s not fit the A4. (I`ve made an invoiceing app with a SQLite db..and i need to print them....any ideea hao to do that?) Thx in advanced
  25. Thx Garry
×
×
  • Create New...