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

    Date simple question

    hi, this is a very simple question, but i cannt find the answer, how can i get the actual date (from the system) in the format "yyMMddmmss" for example if now is october 3, 2003 11:58am i want it to be: "0310031158" so i can name a file like that.. if you can post some...
  2. elibb

    change field type from code

    hi, i have a vb6.0 application, and i want to modify a field on my Access database, by changing its data type from Number to Text, but i need to do it by code, so my user doesnt have to get in the database in design and change it. does anybody how to do it? thank you very much Eli
  3. elibb

    tab with enter

    hi, i have vb6.0 application, and i want to find a way to make the focus go to the next "tabindex" item, by pressing enter, instead of tab. is there a way to make it easy and fast? thank you very much Eli
  4. elibb

    share data between projects in the same group

    hi, if i have a group 2 exe projects, each one with its forms and all, is there a way to call one project from the other, and share some variables between the two of them?? thank you Eli
  5. elibb

    install rmi server without installing JSDK

    hi, im building an application with servlets and jsp.. i need to have access to a database that is on my client computer (on the computer that opens the browser), the only way i found to do it, is using rmi.. but then the client needs to have the RMI server running.. is there a way to install...
  6. elibb

    Access database in client computer

    hi, im buidling an application using Servlets and JSP, and i need my application to be able to access a MS Access database that is on my client computer, so when the clients logs in the url, it finds an ODBC driver, and gets some data from the access database. does anybody know how to do it...
  7. elibb

    move DB location

    hi, i have SQL Server 7.0 and SQL Server 2000, and i have it installed in my had drive c:, and all the databases are in the default directory, but im running out of space in c: and id like to know if there is a way to move the database to another location (in e: for example) without having to...
  8. elibb

    move DB location

    hi, i have SQL server 7.0 and SQL Server 2000, and i have installed in the drive c:, but im running out of space. is there a way to move the location of my database to another disk drive? without having to create a new one and import all the data?? thank you very much Eli
  9. elibb

    overwrite file without prompt

    hi, i have a vb6.0 applications, and i want to copy some files from one location to the other, some of those files already exist in the destination folder, and i want to overwrite them, how can i do that without prompting the overwrite window?? im copying the files like this: i have this in...
  10. elibb

    Writing data to Excel, igonre save

    hi, i have a vb6.0 application, and im writing some data from it to an excel template, everything works fine, but i print the page and then i want to close excel without promting if i want to save my work. i tried to save as the file, to a predermitaed file i set, but then the scond time i get...
  11. elibb

    Alter Table allow null

    hi, i have an application in vb6.' and im using Access for my database. im trying to make a program that modifies my tables on Access, for that i am using the ALTER command of SQL, but i dont manage to turn on the flag of "Allow null Strings" (i have it in spanish, i dont know the...
  12. elibb

    margin at run time

    hi, i have a vb 6.0 application and i use CR9.2 to generate my reports and see them through the CRViwer control, one of the report, i need to print in a special type of paper, with my client logo and all that, so i usually make sure everything its aligned to the page and then i give the program...
  13. elibb

    "Object does not support propperty o method"

    hi, i have a vb 6.0 applications, and i have module with a function where i send an array of textboxes as a parameter: [code] Public Function someFunc(txt as Variant) as Integer txt.text="this is an example" end Function [code] but when i get to the line "txt.Text" i...
  14. elibb

    whileReadingRecords vs WhilePrintingRecords

    hi, can anyone tell me whats the difference between using whileReadingRecords and whilePrintingRecords in a formula field? im using CR9.2 in a vb6.0 applications, and i have a very strange problem, i use some formulas to calculate the GrandTotals, because there are some conditions and i need...
  15. elibb

    supress section when blank subreport

    hi, i have crystal reports 9.2, and i have a report with a group, with some data in the group header, then in the details section, i have a subreport, that links to the group id. i know how to supress the details section if the subreport is blank, but how can i supress the group header and...
  16. elibb

    IGraphObject problem

    hi, i have a vb6.0 application, and im using Crystal Reports 9.0 to make my reports. im trying to use a graph in my report, using the control and it works fine, but im having problem with the labels, is there a way to put the labels of the series in a vertical shape? because i have a lot of data...
  17. elibb

    ActiveX question

    hi... i have a question about ActiveX in VB6.0, id like to know if there is way to do a dynamic ActiveX lookup from my application. for example: im making an application with some games, lets say chess, checkers and backgammon, and im doing each game as a separated ActiveX control, so people...
  18. elibb

    Dot matrix printer

    hi, i have a vb6.0 application and i use CR9 for my reports, but my client has a dot matrix printer: Star NX 1040 Raimbow, and when i try to print the report from crystal i get only big dots and nothing is clear, is there anything i can do? a special configuration maybe? something i have to...
  19. elibb

    Good Algorythm to store Dates

    hi, i work on vb6.0, and i use my databases sometimes in access and sometimes in SQL Server, and i always get the same problem: the Dates, work perfect in my computer, but when im in my client's they get all mixed up, like 03-07-2003 could be 7th of march or 3rd of july, and im tierd of this...
  20. elibb

    FlexGrid to excel

    hi, i have a vb6.0 application, and im using a flexGrid control, and i can select as many cells as i want, but how can i copy my selection so the user can paste it in excel as use it as he wishes?? can it be done with a datagrid as well?? thank You Eli

Part and Inventory Search

Back
Top