Search results for query: *

  • Users: craftit
  • Content: Threads
  • Order by date
  1. C

    Report load failed error

    hi all, i developed an application for a client with my database and reports on a system that acts as d server. Now, on the individual client systems i created a drive(H:) that point to the location of the database and reports because the report source was set to H:/reports...... , because of...
  2. C

    string manipulation

    i need to perform a little string operation and i need an assistance.here is what i want to do. i have a string that has the value "Craft-IT inc logged in as Ololade Enifeni" and i want to get the "Ololade Enifeni" out from the string. The string that generates the name(Ololade Enifeni) is a...
  3. C

    session tracking in winform

    i need to track user sessions in a winform appliication. Is there any namespace that supports this in winform?
  4. C

    locking print jobs

    hello, i need to write a program that locks printing from windows each time a print job is requested.if certain conditions are met then printing should be enabled. can anyone please fill me in on how to go about this.i've not done anything on print jobs before using vb. or better still is there...
  5. C

    displaying reports in grid format

    Hello all, Does anyone know how to display reports in grid format?
  6. C

    loadin a .exe file at runtime

    i need to load a .exe file at runtime. the exe file is a compiled and distributed crystal report application. In java i create a runtime class and call its lodd method but i am new to visual basic and .net. can anyone help me out on this?.
  7. C

    loading an application deployed on the server from the client computers

    i deployed an application developed with vs.net 2003 on a server and created a shortcut on the clients from the installation directory on the network which is shared. but the application wont load.i get the following runtime error. "Application has generated an exception that could not be...
  8. C

    cannot find keycodev2.dll or invalid keycode

    hello everyone, i deployed an application with a full version of crystal report 8 using VS.net 2003.My reportsource points to the directory where the reports reside After deployment i get this error when i try accessing my report "cannot find keycodev2.dll or invalid keycode" can anyone assist...
  9. C

    input string not in correct format exception

    hello everyone, i tried converting a string from a textbox with initial value 0.0 to double using convert.toDouble and i get this error message(input string not in correct format) I put my code in a text changed event to be more specific. can anyone assist me in debugging this exception. Your...
  10. C

    Accessing a file on a remote system

    I need to open a file(.rpt) on a remote computer when a button is clicked. can anyone help me out. The system is on the same network
  11. C

    inserting multiple rows in a single table

    Hi All, I am having a huge problem trying to insert multiple rows in a table all in one trip.can anyone please help me out. i am using access 2000 as my database and i am developing a winform application. I need your help all. Thaks in advance PS. A sample code would be very much appreciated.:(
Back
Top