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 SkipVought 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. TheSaviour

    Popup menu and Resolution changes

    So far I am using this: function Resolutionloadmenu0() { if(screen.width==1024) {window.FW_showMenu(window.fw_menu_0,200,130);} if(screen.width==800) {window.FW_showMenu(window.fw_menu_0,2,130);} } but what I want to be able to do is have say a number parameter so I can load any menu from...
  2. TheSaviour

    Popup menu and Resolution changes

    I am having a lot of trouble with a Fireworks 4 created popup menu which is activated in an OnMouseOver event with the following code: window.FW_showMenu(window.fw_menu_1,392,130); Which as you can see includes the coordinates to popup, but the trouble is that as the screen resolution changes...
  3. TheSaviour

    User Resolution and Popup menus Problem

    Hi, Sorry to add yet another post about the popup menus but I have a bit of a problem in that the slice from which the popup menu originates is centered in my document and as a result the popup menus that I originally created are out of place. However this is NOT the problem as I changed the...
  4. TheSaviour

    Hostmasking with wildcards?

    Has anyone here seen or written a function for determining whether two hostmasks match? This would be a similar style to irc hostmasking?
  5. TheSaviour

    Filtering the results of one query for another

    That would be inefficient and leave a lot of wasted space and unnecessary nulls. Besides I need to store other information in the suspends table like who suspended it and why.
  6. TheSaviour

    Compare dates.

    I have 2 dates and I want to compare them and get the number of days in between them. The dates start off as strings in the DD/MM/YYYY format,
  7. TheSaviour

    Command line options for your app?

    Thanks mikeEd
  8. TheSaviour

    Command line options for your app?

    How can I implement command line options for my application for example C:\myapp.exe -restart Can anyone show me an example?
  9. TheSaviour

    Server Side only login.

    Question still stands
  10. TheSaviour

    Server Side only login.

    Can anyone think of a method of implementing a login feature where the method uses server side processes only. The Username and password would be read from a mySQL database and there is no logout procedure. Its actually for an irc bot so standard protocul must be observed. Can anyone help?
  11. TheSaviour

    SEND VARIABLES BETWEEN EXECUTABLES

    I think there is a Demo on the delphi cd of sharing data using the memory, you could try that.
  12. TheSaviour

    Variants.dcu

    I don't seem to have Variants.dcu which has never mattered before now because I could just remove the declaration and it would compile but now i need it for a project which won't compile without it, what can do???
  13. TheSaviour

    How to access and Access db from delphi 5 std

    Can someone please show me how to access and access db from Delphi 5 std, I would like to show the results in a memo

Part and Inventory Search

Back
Top