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 Mike Lewis 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: ldojoles
  • Order by date
  1. ldojoles

    how to convert amount in numbers to amount in words

    ok thanks... ill check it out
  2. ldojoles

    how to convert amount in numbers to amount in words

    good day... im creating a check writing program my poblem is in the conversion of amount in number to words... eg $5, 235.25 i want my program to automatically generate... five thousand two hundred thirty five 25/100 is this possible ?
  3. ldojoles

    About delphi & mySQL

    thanks i really appreciate the help...
  4. ldojoles

    Printer about status

    thanks
  5. ldojoles

    About delphi & mySQL

    im using delphi6... is mySql really faster compare to BDE? im currently developing a POS and when all workstation are up quering or searching really slows down even all the tables are indexed... i wonder if mySQL can make a difference...
  6. ldojoles

    Printer about status

    good day everyone... how do you determine if the status of the printer is Online/offline ? thaks in advance
  7. ldojoles

    About delphi & mySQL

    im currently using BDE as my database engine and planning to migrate to mysql if possible... my question is.... can mySQL be integrated with delphi ? if you install mysql does it create a component automatically in delphi IDE ?
  8. ldojoles

    about sound...

    thanks! i havent seen playsound or sndplaysound... anyway the beep is enough
  9. ldojoles

    dbase problem...

    ok thanks
  10. ldojoles

    Formatting DBGrid Columns

    you can set the format by right clicking the table connected to the grid... and set the display format to ###,###,###.##
  11. ldojoles

    DBGrid Filter using a keyword

    you can use the filter & filtered property of the table... on the OnChange Event of the TEdit add the following: begin with table1 do begin filter := 'i_name = '+quotedstr(edit1.Text+'*'); filtered := true; end; ///this is applicable even your table is unindexed //...
  12. ldojoles

    Database for non delphi user.

    you can only install BDE... or other database engines
  13. ldojoles

    about sound...

    my apologies... from now on i will do what your asking... thanks... if you know the answer to my questions please feel free to suggest... thanks for the reminders...
  14. ldojoles

    dbase problem...

    its because some of the question that are a ask and i know has answered thouroughly... shud i answer it knowingly that it was already solved ???
  15. ldojoles

    dbase problem...

    i am using dbase for windows... i wonder why my program produces _sql324343.dbf... can anyone explain this ? any corrective suggestions?
  16. ldojoles

    about sound...

    when i was a turbo pascal user i used the procedure Sound(100) which create a sound using using CPU speaker... i browse through deplhi help files but i havent found it... is there any substitute command for this ?
  17. ldojoles

    About System Date

    does anyone knows how to create an independent date ? what i mean is that... when any user(in windows) changes the system date in the control panel my program would not be affected... tnx
  18. ldojoles

    About Batchmove & progress bar

    is it possible to integrate the Batchmove status(%done) to a progressbar ? how ?
  19. ldojoles

    how to determine cashbox status...

    i have a possiflex cashbox connected to Epson tmu-220 printer via rj45-rj11 cable... i want to send a signal to the cashbox for me to deterine its status whether it openor close... is this possible ? is there a delphi code for this ??? thanks in advance....
  20. ldojoles

    Opening A Cash Drawer

    i have a posiflex cashdrawer connected to Epson Tmu220 via rj11-rj45. is there a command that would send a signal to the printer so that it will eject the cashbox?

Part and Inventory Search

Back
Top