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

    How to use DDE from Visual Basic to Excel Sheet

    I have a VB Application that communicates with Excel using DDE to pass data to excel. I use the code below and it works fine and outputs the data to Sheet1. Text1.LinkMode = 0 Text1.LinkTopic = "Excel|test.xls" Text1.LinkItem = "R1C2" Text1.LinkMode = 1 Now i want to out this to...
  2. asimasm

    dataset sets to nothing

    Hi i have created a ASP page and declared a dataset at class level. I fill this datase at a push button1 code. After this i try to use the same dataset object at another push button2 event but it says that the dataset is empty (Nothing) Here is my code Public Class WebForm1 Inherits...
  3. asimasm

    win95.cih wont kill

    Hi every one i have win98 and winXP on my machine. I accidently ran an exe file which was infected with win95.cih virus. Now when i rebooted in Win XP my NAV 2002 gave me messages that the whole win98 partation is infected with this virus. It says that its unable to repair this virus. i cant...
  4. asimasm

    Report Not Refreshing for Viewer Object

    Hi I am facing a problem with RDC componenet of CR9. I have created one Visual Basic form where i created a CRAXDRT report object ONCE and then on pressing a button on the form my code sets the Viewer control on the 2nd form and opens the report. I change the selection formula whenevr the button...
  5. asimasm

    GUI Interface for MySQL

    Hi I m new to my SQL. Ihave been using SQL Server and MS Access in the past. Can any one tell me if My SQL has a graphical interface like MS SQL server and MS Access. Whcih would allow me to visually manipulate database objects and also desighn queries/views visually. Thanks Asim
  6. asimasm

    How to run a progress bar from a dll

    I have an MDI application (MFC App Exe) which is linked with an MFC Extended Dll in which i am exporting some classes to be used by the application. Now what I want is, the bussiness logic is implemented in the dll and I call that method from the application. Now there is a progress control on...
  7. asimasm

    distinct calause query fails to run for memo field

    hi i had created a query from a table that contains memo fields. now if i run simple query like SELECT DISTINCT memo_f1,memo_f2,memo_f3 from TblXYZ then the query executes perfectly fine on some Computers and fails to run on others and gives the following error message: " Cannot...
  8. asimasm

    Creating a query using SQL statement

    Hello I want to create a Query in Access using a query. I mean just like a Create Table statement wt would be the statement for Creating a Query in Access db. I have used it in SQL server using the statement Create View but cant seem to figure out wt it would be in Access and the Access...
  9. asimasm

    MSN messanger IP

    hello I have a question concerning Microsoft MSN messanger. Can any body tell me how can i get IP of the person i m chatting with without actually starting any file transfers or voice chat sessions. Once a person sent me my IP through messanger but i was unable to get how he did it. Can any...
  10. asimasm

    Help requird in Cross Tab/Schedule Printing Type Report

    Hi I need to print a schedule in a format similar to Cross Tab report. But i dont require summarized fields. My data contains date values and time values and against this there exist some information fields tike name etc. Now i need to diplay this information in way that against each date and...
  11. asimasm

    How to change Database of an Access based report

    Hi I have created report in Microsoft Acccess. Normally my report and database reside in the same folder. Now i have to change that by calling the same report based on same Database that resides in another folde. Now my problem is how do i tell the report in Visual Basic application where to...
  12. asimasm

    Problem calling function in Query

    Hi I have written a function in a module for access that returns a string value. Now when i call the function from a query written in ACCESS query editor then it works and executes perfectly. But when i pass the same SQLStatement from my VB project it gives me that the function is not defined...
  13. asimasm

    Data retrieval in formula field...

    Hi Is there any way in which i may retrieve data from within a formula. Wt i mean is that in a formula i want to write a SELECT statement and open a recorset kind of object and after manipulating data in the recordset i want to return the results by the formula. i.e something like which we...
  14. asimasm

    Urgent Help required on Crviewer crash

    Hi I am making Dynamic reports (there is no rpt file)from my VB application using Crviewer control and CRAXDRT object. But there seems to be strange crashes out of no where with no particular reason that i can understand. My application gives an error of the following description "The...
  15. asimasm

    How to find missing dates in a series

    How can i find missing date vaues in a range from a table for example if the following values are stored in a table 20-02-2002 21-02-2002 24-02-2002 26-02-2002 and if we find the missing values then the result should be 22-02-2002 23-02-2002 25-02-2002
  16. asimasm

    How to share Data b/w Web Application and normal VB application

    Hi I have an applicaion that is related to inventory designed in VB + MS Access(database). Now i have to design an ASP pages for Web that need to access the same MS Access database. The problem is that how will i maintain the database so as that both asp pages and my application have the same...
  17. asimasm

    Help required for a Kind of Cross tab Query

    Hi I need to design a query: Consider following data. col1 col2 ------------------------ 1 1 1 2 2 11 2 12 3 50 4 101 4 102 4 103 Now i need to produce the result that would group the data on col1 but...
  18. asimasm

    exporting to anything Generates empty file

    hi I've got a problem concered with exports from within my application executable. I have Cr8 and Vb6 for development and win200. When i export data from report from within my application to some format then the crystal reports export generates a file with the name i specify but when i open...
  19. asimasm

    Need Help in Crystal Report Export Problems

    Hi I have application designed in Visual Basic 6 that uses Crystal Report 8 RDC component for displaying reports. Now i am experiencing some problems. First Ihave created a form that contains the RDC control to display report and every time i need the report i create an instance of that form...
  20. asimasm

    Export of report does not work under win2000

    Hi I have an applications designed in VB6 and Crystal reports 8. Recently i have shifted my development platform from NT WS to win 2000, And now export option from report window in my application doesnot work. All the dialoges for export open but the file saved is always of 0 bytes. I have...

Part and Inventory Search

Back
Top