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

    vars incrementing every time i print a report

    Please disregard if it displays duplicated due to some error messages. Hi all, I am having a problems it seems to be simple but is not. Hi have a report, in the detail section i have coded to add according to a certain conditions if the record is good or bad, the problem is that when i run...
  2. easycode

    vars are incrementing everytime i print a report

    Hi all, I am having a problems it seems to be simple but is not. Hi have a report, in the detail section i have coded to add according to a certain conditions if the record is good or bad, the problem is that when i run the report in the screen it displays the correct result but whn i send it...
  3. easycode

    Stop an execution in a loop

    Hi all, I have an access form that calls a power point application and while access is generating all the slides i have a form displaying the number and some information regarding the slides in the same form at the bottom i have a Stop button that i would like it to stop the execution when...
  4. easycode

    Add text in Word from Access

    Hello all I have a word document opened from access and i would like to add some text as soon as the Word document is opened so when i print the doc. it will print in the header the instruction ID. Here is the code. (Thank you very much for any help" Private Sub cmdowd_Click() 'Open Word...
  5. easycode

    when creating a new word document, it doesn't (from access)

    Hello all, I am trying to open an existing word document in access that works fine, but then if the word document does not exist i want to create a word document with a name assigned in a field called instructiosnID. The problem is that when the files does not exist and try to create a new one...
  6. easycode

    Refreshing charts with delays

    hello all, I am dealing with something that is giving me a headache I have an access aplication that generates charts and transfer automatically to powerpoint, the information used to generate the charts are updated on a daily basis. WHen i run the application it is displaying the previos month...
  7. easycode

    Combo box font type

    Hello all, I need to add a combo box in one of my forms, when you click this drop-down menu should display all available font types, like when you format a text, you can select any fonttype to your text. If anyone know how to do it, please advise, i appreciate your help Thanks.
  8. easycode

    Display a chart sorted by quantity in legend

    hello all I have a chart in msaccess, this chart has almost all the features in excel, let me try to explain i have 4 products that were sold since january to december last year the chart is perfect but the legend displays the products in alphatical order insted of by quantity so it goes: Huts...
  9. easycode

    Delay code execution

    Hi all i am working in an application where access have to stop for a short delay after another utility program is finished before it continue working. I have checked several pages over the internet icluding tek-tips where some users suggest to use "WaitForSingleObject" but this option...
  10. easycode

    Open a spreadsheet and get the data

    Hello all, i am new to pure vb 6.0 but i have experience in vba I found that is easy to open an access database and retrieve information using ado in VB 6.0 but what i need to do is open an excel spreadsheet, process data and then generate a report using vb, can anyone lead me to the right...
  11. easycode

    ODBC Connection

    Hello everyone I am new to progress and i am trying to stablish a connection to Progress using VB 6.0, I have tried many thing nothing works. Right now what i am doing is try to use the ODBC Data Source Administrator, in the System DSN tab, i clicked Add and selected the DATADIRECT 1.10 32-BIT...
  12. easycode

    Visual Basic database programming

    can anybody suggest a good book of visual basic 6.0 database programming (not vba) Thank you
  13. easycode

    Store a data table

    i am newbie in vb, i have experience with ms access vba i wonder if i can store a data table in vb as i do in ms access, in other words can vb work as a front and back end, or do i have to use another database engine as a back end. Thank you
  14. easycode

    Chronometer / timer

    Hello everyone I hope anyone can help me with this one. I need to put a chronometer/timer in a form. When i put the timer it starts with 47166 which is the time in seconds since the midnight, but i just want it to start from 1, 2,....so on, because i would like to determine the time that a...
  15. easycode

    Who's logged in the database !!! again

    Hi all i have a little problem over here, i need to know who is logged in to the database that works in a network envinronment with windows xp. I have used the ShowUserRosterMultipleUsers function that is available in the microsoft web page and it works nice, but the only problem is that it...
  16. easycode

    How to lock records when 2 users r at the sime time in the same record

    Hello all OS: WINXP I am experiencing this problem in ACCESS 2002 (XP) i have developed a customized application that is used in a network environment, every time a user clicks on a "new contact" button the system gets a new reference number for that user, but if 3 user hit the "new contact"...
  17. easycode

    Encryption problem

    Hi all I have found a good encryption routine, it works good, the only problem i have is: Table encrypted: users table the users passwords are always encrypted, and iu decrypted when user needs to change password or when user is gonna login the software. but recently a user was trying to login...
  18. easycode

    Catastrophic failure errors, mystery solved

    Please read the entire text! This is a question that i posted over the internet, i spent long days (2 weeks) trying to solve it, with no luck and then an MVP person reply with a great tips that worked. Here it is! Access 2002 unexpectedly quits and Catastrophic Failure messages (question)...
  19. easycode

    Working with memo and Text

    Hi all, I am having a problem with a memo field and a string var, ------------------------------------------------------ this is the code: Sub writef(OrgValue as string, Curvalue as String) Dim fsql as String fsql = "INSERT INTO AuditTable Values("'" & OrgValue & "', '" & CurValue & "')"...
  20. easycode

    To open a recordset

    Hello all If i am going to develop a database with VBA what should be the best way to open a recordset considering that it will share info among 10 users (network environment) CursorType, CursorLocation, LockType, etc adlockOptimistic, adlockPessimistic, adOpendynamic, adOpenStatic, ...

Part and Inventory Search

Back
Top