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

    conversion and casting

    what is the difference between conversion and casting? Thanks for your time!
  2. mn12

    conversion

    Hi All, Can I use the toString() method in order to convert an object to a String variable? How? Thanks mn12
  3. mn12

    session casting

    Hi All, I use the function getAttributes in my program. This function return an object. I want to convert it(the return value) to an int variable. How can I do it? Thanks, mn12
  4. mn12

    SQL PROB

    Hi, I use access DB in my vb program,and I have SQL problem. I have a table with 4 records:date,number and 2 other records. each number can appear on some dates,e.x.: number date 10 10/2003 10 1/2003 10 5/2003 20 3/2003 20 5/2003 20 6/2003 I want all...
  5. mn12

    SQL PROB

    Hi, I use access DB in my vb program,and I have SQL problem. I have a table with 4 records:date,number and 2 other records. each number can appear on some dates,e.x.: number date 10 10/2003 10 1/2003 10 5/2003 20 3/2003 20 5/2003 20 6/2003 I want all...
  6. mn12

    excel prob

    Hi, I use excel in my vb application. I use excel by the control (and not by ref). I try to write on the control(excel workbook) via code, and I want the values to be displayed at run time. but--I don't succeed at all. how can I do it??? thanks for your time.
  7. mn12

    return value from DLL

    I have created a DLL,and I want it to return a matrix with values.how can I do that? can it return a vector of classes,or types? how? thank you very much!
  8. mn12

    resolution problem

    Hi All, I create report by excel and use it in vb program. my report includes text and frames around the cells. I use the printPreview command in order to display the report. when I display it on my computer,everything is right. But when I try to display it on another computer- everything(both...
  9. mn12

    move between pages in excel

    Hi, I create report in excel.I display more than 50 rows on the report,and so excel creare automatically 2 pages. I want the same title to be shown on the two pages. How can I "catch" the event of move between pages? I have tried like this: If rows = 50 Then '(excel create new pages...
  10. mn12

    current page number in excel

    Hi, how do i know the current page number in excel?
  11. mn12

    sheet title

    how do I set the same title for some sheets in excel? thank You,in advance
  12. mn12

    sheets array

    How can I define sheets array ? I want to create an array of 3 sheets. I did something like that: Dim sheetsArray(1) As XlSheetType Xl.Sheets(sheetsArray("Sheet1", "Sheet2", "Sheet3")).Select Xl.Sheets("Sheet1").Activate but it really doesn't work...
  13. mn12

    printPreview

    Hi All, I create reports in excel via vb.I have 3 reports,each report on another sheet.I display the reports by "printPreview",but I see only one sheet a time. My question: how can I display the 3 sheets one after the other by "printPreview" command? I try to do that...
  14. mn12

    switch off tool bar

    I have creared reports by using excel with vb. in order to display the reports, i use the printPreview method. How can i switch the tool bar (of "printPreview" displaying)off? I tried to use this code: activework.printpreview False but, as a result, only two of the buttons of the tool...
  15. mn12

    CANCEL EXCEL BUTTONS

    Hi All, in my program I create report by excel and open it from vb. I open the report in "display before print" .when displaying before print is open, there are some buttons there that I want to cancel,or to cause them to be disable. (those buttons are standard part of excel).how can...
  16. mn12

    another question on Excel and VB

    I create reports by Excel and use them with vb application. when the application is running,the reports are displayed by printpreview method. the problem is: before the report is displayed, I see for a second the regular workbook of excel(with the gray and white squares). how can I solve the...
  17. mn12

    minimize excel from vb

    Hi, I create reports by excel.my reports are running from vb application (I use VBA and not a control in order to display the report). when I display the report (like "display before printing")and I press on the button that minimize the report,the report only becomes smaller but the vb...
  18. mn12

    use 8.5 version

    hi all, i want to create reports and connect them to access database.(import data from access db) and use them with vb application. which version of crystal reports i have to use? (i try to use 8.5 versin(crystal analysis professional)but i think that this version its only for web...
  19. mn12

    subreport in 4.6 version

    hello, i use 4.6 version of crystal reports.i want to create sub report . how can i do that?
  20. mn12

    help with crystal reports

    hi, i'm a new user of crystal reports. i have to create subreport and connect it to access db. (i work with 4.6 version) please help me,how can i create subreport? how can i connect it and import data from database? thanks

Part and Inventory Search

Back
Top