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 John Tel 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: redzombi5k
  • Content: Threads
  • Order by date
  1. redzombi5k

    control source issue?

    Hello everyone, I have a issue that im sure if i explain properly has a very simple solution, but its kicking my butt! I have a simple form with 4 textboxes, an edit box that are all control sourced to the same free table, there is also a list box with a rowsource(same table). For some unknown...
  2. redzombi5k

    *.dbf is not a table

    Ah, well hello everyone. Iv been greated with this lovely error this morning, distressing to say the least. Evert dbf recovery program iv tried thus far has been unsucsesfull, i do however have a very recent back up of this file. The only problem being is that the memo file that goes along with...
  3. redzombi5k

    HotKeys Help

    Hello everyone, I was just curious how everyone makes hot keys in there programs. For example I would like to make a hot key/shortcut where say the user presses ctrl + s and it auto fills in a story. My problem with that is if I try to use keypress there are so many overlaps there. Say for...
  4. redzombi5k

    NKEYCODE = 19 Problem

    Hi guys, I have come across a strange problem with the keypress event of an editbox. I am tring to set up a hot key for 'Ctrl+S', and it appears to run properly, only after the code has run it places a '' in my edit box. After checking my code and finding nothnig wrong, I changed the nKeyCode...
  5. redzombi5k

    Export dbf to xls

    Hello all, I have a program that exports the data from my dbf to excel as a .xls My question is this... When I export everything is exported as text, is there any way to control this? i.e. make certain columns be numeric, or date ect. Thanks, -Steve
  6. redzombi5k

    strtofile() ingnores chr(13)

    Heelo, I am building a log file as I loop through my code and writing that file with strtofile() my only problem is that when I execute strtofile() all of my chr(13)'s are ignored so instead of lookinkg like - 12345 - blah blah blah 23456 - blah blah blah it looks like - 12345 - blah blah...
  7. redzombi5k

    Returning 2 variables?

    Hi guys, I know this is a easy one for most of you here, but I cant for the life of me figure out how return 2 variables at the end of a method. I currently am passing both of them in as lparameters, and then at the end of the code i am saying Return var1, var2 But I get the 'syntax error'...

Part and Inventory Search

Back
Top