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

    DTS Runs but Scheduled DTS does not

    Hi I have a DTS on our server and when I log on to the machine and manually execute the dts it runs through fine. However when I schedule it and start the job it get through the first step and then stops. I does not error or anything just sits there saying it is running but it is not. Not sure...
  2. Malcav

    Program a web front end

    Hi Sorry for putting up 2 post but this is a new topic. As in last post I am changing all our v9 crystal reports to xi we currently use crystal enterprise to display the reports to the users on our intranet. We have infoview (which i believe is the xi equivilent) however we dont like the...
  3. Malcav

    Default parameter (no more '...')

    Hi I am currently working on converting my companies 1000 or so crystal 9 reports to crystal XI. Some of the reports we have have 15 parameters and how it is currently worked is that all the parameters are defaulted to 'All' and the user can pick things they want to change and limit the result...
  4. Malcav

    Enterprise corrupting reports file on upload

    Hi I have had to re write a very complex report twice now and with the same outcome. As soon as i try to upload a report into crystal enterprise it corrupts this file and any backups of the file i have Crystal support are giving me the run around by not using english speaking staff. Can anyone help.
  5. Malcav

    Locking down my spreadsheet

    Hi I am working on a spread sheet the populates itself completly from sql. THe users have an area they can change and update but I want to stop them using anything else. I have this chunk of code : With Application .DisplayFullScreen = True .CommandBars("Full...
  6. Malcav

    Excel - Cell formula change on insert

    Hey I am doing some complex marco work and come up against a problem. I have 53 columns of different formula pointing at a row on another sheet. later i have to insert a line on that sheet. I want the formula not to change. How is this done? THanks Malc
  7. Malcav

    Auto Null to 0

    Hi I am sure the answer to this is already in here somewhere but it wont let me search the forum. I have inherited a lot of sql code where columns are added together. However recently the tables have changed to allow nulls. Thus all the addition is returning nulls. I know there is something that...
  8. Malcav

    Cisco VNPconnection problem 412

    Hi I have searched though this forum and the internet and a lot of people have similar problems but not exactly the same. I am in an office with a lan and a server running server 2003 with ISA managment as a fire wall. On my pc I am trying to connact to a hospitals via cisco vpn. When i try from...
  9. Malcav

    Pointers

    Hi I am using extendedproc in order to run a 3rd party function in a dll. The function seems to work but instead of returning a long string of text it returns an 8 digit number. Unfortunatly know one who wrote the program or understands it is available and the manual does not cover anything like...
  10. Malcav

    SP_OA dll fun

    Hi Searched and googled but could not find the answer to this. I have c:\x.dll have tried exec sp_oacreate 'c:\x.dll', @object OUT and get the 'invalid class string' error I need to call 'FindGuy' with the parameters "Dude|111",60 am using exec sp_oamethod 'FindGuy' @person OUT, "Dude|111",60...
  11. Malcav

    Pause one form until another for is closed

    Hi I am using c#.net and have a program with multiple forms. In one instance I would like the code in the form that creates a new form to pause until the form it has called is closed. sounds confusing i.e. 1. click the "enter details" button on the main form. 2. "enter detail" form opens. 3...
  12. Malcav

    Carrage return

    Hi I want to add a carrage return into a richtextbox test at a set point. COuld you help with this. I am using c#.net
  13. Malcav

    Int into binary

    hi I have an integer i.e. 194 and I need to take the first 6 binary values and turn that into a number. Have done a search but there was not much helpful info. Thanks in advance Malcav
  14. Malcav

    odd return from com ports

    Ok Have a program that reads from a com port. Not done this before so have read up on it. The code I have seems to be programmed fine. It connects and retreives data. However it is not the right data. Values should range from 0-F this is what is returned...
  15. Malcav

    CString to const unsigned *char

    Hi Sorry if this has been answered before but I can find it. I am creating a registry thing to store database connection information. I get a CString for the value. I can change the CString into a const *char but apparently it needs const unsigned *char
  16. Malcav

    Starting win32 app with a variable

    Hi I have unfortunatly inherited a large amount of code at work. and need to add the ability to start the program with a variable which will then load a persons information rather than selecting from alist. My experience is in c and c#.net not vc++ so I am slightly at a loss. cant even find the...

Part and Inventory Search

Back
Top