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 Wanet Telecoms Ltd 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: badrion
  • Content: Threads
  • Order by date
  1. badrion

    mql unsign bus? question?

    In Signatures, you can code to unsign a signature but anyone know how to set up to sign or bypass a signature if it is not needed??
  2. badrion

    ComboBox in side of a DataGrid

    Anyone know how to do this? I have a table with my Master data that contains regular fields and some comboboxes. BUT in VB when I bring them into a DataGrid, I don't get the comboboxes. Help!
  3. badrion

    Setting Tab order on FORMS in Matrix?

    Anyone know if this is possible?
  4. badrion

    Opening Excel over Network Failure

    Blue screen of DEATH everytime our other factories try to open an XLS file over the network. Looked up on Microsoft Website, spoke with microsoft support, gave me a download. Didn't work. Exception OE in Vredir.vds durning cocreateinstanceex() on remove DCOM server. Anyone else have any...
  5. badrion

    Running a macro on Save and setting format

    I want to run a macro on save. The macro needs to check all cells that are 'numeric' and either change the format to 'general' or put a 'tick in front of the numeric expression. The reasoning behind this is I use this file in a VB application, it opens the file, queries out the data I need and...
  6. badrion

    SaveFile Excel as DBF file behind the scenes

    Any help would be great. I have an excel file that I would like to save as a DBF... but I don't want the user to see it happening.
  7. badrion

    ADODC Provider Not Found

    Is there another way to set up ADODC? I sent my .exe to a user and they keep loosing the provider. HELP!
  8. badrion

    Formating Excel

    I have a program that reads an Excel spreadsheet looks for a field with a "Y" flag and then exports it to a text file. Problem is: the excel file has all the fields set to General, but if a dealer changes their partnumber to a full numeric 12345, I have it reading it as a string thru...
  9. badrion

    excel to text file problem

    I have a program that opens up an excel file and grabs any line that has a "Y" and writes it to a text file. BUT when the user changes the "CUSTNO" to a numeric "12355" it kicks out that line. I have the EXCEL file set to general and I have the VB program set at a...
  10. badrion

    REPLACE function

    I'm still alittle new with FoxPro but I need to search a field NAME for a "#" sign or an "@" sign and replace it with nothing. I tried to do a SEEK FOR then a REPLACE/WITH but it didn't work. I'm guessing I put it in the wrong order or syntax. Any help would be appreciated.
  11. badrion

    Save existing Log file to a new log file

    I have a program that keeps a continuous log of events, I would like it if the program goes down or is rebooted/restarted that the existing log is renamed and saved in a different folder with the date added to it. I know this can't be hard to do, I just cant seem to get the wording right. Please...
  12. badrion

    Timer for Checking update on file every 10 minutes

    I know how to create a timer but I need the lastmodifieddate TIME only to check every 10 minutes on a file. I will be comparing it to the system time. Any ideas???
  13. badrion

    Get modified file time

    Is there a way to read the modified file time off of a dbf?
  14. badrion

    Timer using Sys Date

    I use FP2.5, is there a way to create a timer that will check for system uploads every 10 minutes (using sys date and time)?????
  15. badrion

    Visual Studio Installer??

    Anyone use this? Is there a way to set up to autorun?

Part and Inventory Search

Back
Top