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 strongm 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: herci
  • Order by date
  1. herci

    function for evaluating string data type

    hi everybody.. I would like to know if it exist any function in Java or Javascript that I can use to evaluate if a data is numeric or string.. thanks very much
  2. herci

    VB 6.0 Application running in Pocket PC 2002

    Hi.. I have an application developed in VB 6.0 ,running in a Server and I need to run that app from a Pocket PC v2002, In fact, I am running it from the Pocket PC using the Terminal Services Client, but I would like to know How can I fit the app to the pocket pc screen,in order to have the...
  3. herci

    Type mismatch. unspected setup error

    hi.. I generated the installation program of my app using P&D wizard in WinNT.. I have tried to install the app in other computer and it cause and error : "Type mismatch. unexpected setup error" And I couldn't install it in any other pc with the installation program. I don't know...
  4. herci

    Changing from one DSN to Another (ODBC)

    Hi.. I am running some reports from an application in Visual Basic 6.0 using an ODBC connection to a SQL server database.. I have created two DSN with the same user id and password for both to access as a SQL client.. My app was pointed one of them... but I need to have my app reports pointing...
  5. herci

    Hi.. Please, which are the nec

    Hi.. Please, which are the necessary dll to see graphics(bars, lines,etc) in Crystal Reports 8.5? any kind of information will be appreciated thanks
  6. herci

    Missing or out of date Dll error

    Sorry,I can not response any questions about this because this is the first time I post this here.... I am telling something that someone suggested me here in my Job.. thanks anyway...
  7. herci

    Missing or out of date Dll error

    Hi! I have developed an application with VB 6.0 and Crystal Report 8.5, that exports reports in WORD... When I installed the application in a pc without installing the CR and I try to export then,it generates an error: "Missing or out-of- date dll error" and the reports aren't...
  8. herci

    Missing or out-of- date dll error

    Hi! I have developed an application with VB 6.0 and Crystal Report 8.5, that exports reports in WORD... When I installed the application in a pc without installing the CR and I try to export then,it generates an error: "Missing or out-of- date dll error" and the reports aren't...
  9. herci

    Runtime error. Missing or out- of date export DLL

    Hi everybody! I have developed an application in VB6 and all my reports are in Crystal Report 8.5... I also export the report to a .doc document .. I run the .exe of the application in another computer.. but when I try to export my report in crystal from vb to Word, it cause an error...
  10. herci

    Packaging an application with Crystal Reports

    Hi everybody... I have developed an application using VB 60 and SQL Server 6.5, and all my reports have been done using Crystal reports in Visual Basic 6.0 using the Crystal Report designer which is in VB.. The problem is that when we packaged the app with the Package and Deployment...
  11. herci

    Registering an .ocx. Run time error 339

    Hi everybody I have developed an application in VB6, and I created the.exe. But when I run the .EXE of the program in another PC. It cause a run time: Error 339: "Component mscomctl.ocx or one of its dependencies not correctly registered: a file is missing or invalid&quot...
  12. herci

    Package and Deployment

    Hi everybody I have developed an application , and right now i want to package and deploy it, but when i try to make the reference to the Package and Deployment wizard dll cause an error " Can not load the DLL" Does anybody Know what is the name of the Package and deployment...
  13. herci

    Date functions

    thanks both! I will try the two the functions... Thanks again..!
  14. herci

    Date functions

    Hi! Is there any date function in visual basic that I can use to identify the day of the week giving a date ... for example: I introduce 08/05/02 or August 05, 2002 and the function returns Monday .. or the number of the day in the week (2).. How can I do this? I will...
  15. herci

    Inserting a numeric variable from VB to a SQL table

    hi.. I am trying to insert a numeric value from visual basic but i don't know the right way to write the format of the comand text. I can insert a string variable like such: dim cadena as string cmdinsrt.comandtext = "Insert publisher" & _ "values...
  16. herci

    How to load a datagrid using a recordset object

    Hi.. I'm kind of new using VB 6.0... I'm trying to load a datagrid using a recordset object, this recordset uses a connectionstring to an odbc provider.. when I try to set the datasource property of the datagrid to the recordset.. it cause an error 'The provider can not use bookmark'...
  17. herci

    Optimizing Ado conections

    Hi.. I am kind of new using ADO I developed an application that need to connect to a SQL Server database using ODBC. I made many connections to the database.. when I run one module that have a conection it runs fine, but when made another conection to run another module i can get the...
  18. herci

    Command lines in VB 6.0

    Yes, that is correct, Strongm, I developed an application in where I load a some .csv file and I need to run it as a batch file from the command- line, just like sql does... Can I do that? thanks
  19. herci

    Command lines in VB 6.0

    Hi.. I am kind of new using VB 6.0 Does VB have commands for running in command line (MSDOS) because I want to run an application in VB 6.0 as a batch file? any infomation will be appreciated.. thanks
  20. herci

    Creating an populating a .txt file with a recordset

    Hi I´am kind of new using VB6 How can I create and populate a .txt file using a recordset with an ADODB? I will apreciate any kind of help.. thank

Part and Inventory Search

Back
Top