Citrix mapped drives and crystals reports -
Has anybody come across an issue with Citrix mapped drives and crystals merged files.
I have updated the crystal DLL's my application uses to 11.5 and created a new setup kit to distribute my app including these new DLL’s along with a merged file call crstalreports11_5_net_2005.msm the Visual Studio setup app added. The installation runs fine on the Citrix server and application runs as well. When I come to run any report on the Citrix server I get an error “procedure call or argument is not valid”. If I remove the mapping to the drives the reports run without any errors.
I need to keep the mapped drives on Citrix so removing the mappings is not really a solution to my problem (which is a shame really)
I am using Visual Studio 2005, Crystal Report XI and Citrix 4.5
Any help would be gratefully received
Citrix mapped drives and crystals reports -
Has anybody come across an issue with Citrix mapped drives and crystals merged files.
I have updated the crystal DLL's my application uses to 11.5 and created a new setup kit to distribute my app including these new DLL’s along with a merged file call crstalreports11_5_net_2005.ms
Determining between local drives and networked drives -
Hi, is there anyway to determine between a local physical drive and a network drive that has been mapped?
Eg. I just want to search the A: C: and any other drives that are physically located on the machine.
I want the program to ignore any network mapped drives M: for example.
Drive List Box question (Resolved - Thanks) -
Anyone know if it is possible to use a drivelistbox to view network mapped drives? It shows the drive but when I click on the mapped drive the control dosent respond. If I try to code in one of the mapped drives I get a runtime error... ie Drive1 = "e"
Thanks
how to change particualr network drive icon using vb6 -
Hi,
I have written a application to map network drives using vb6. in Explorer, it shows default icon for these mapped drives. I want to display my custom specified icon for these mapped drives. can anyone please let me know ,how to achieve this using vb6? is there any API for this?
how to change particular network drive icon using vb6 -
Hi,
I have written a application to map network drives using vb6. in Explorer, it shows default icon for these mapped drives. I want to display my custom specified icon for these mapped drives. can anyone please let me know ,how to achieve this using vb6? is there any API for this?
Mapped Network Drives -
Hello everybody,
I created this tool to scan maps with sizes using the selected drive in a TreeView. It works fine locally.
Can anyone help me (with examples or mail support) to get it functioning with mapped network drives too, or at least get me in the right direction on what t
remembering mapped drives passwords in win2000 -
hi
can anyone pelase let me know how to make windows2000 system to remember the mapped drives password.
I mapped few network drives, and selected the option of persistant i.e reconnect at logon. but this doesn't remember the password. and at system logon it prompts the password again
Mapped drives usage -
Hello everybody
I created this little prograzm that does a recursive search on drives ro find all folders including the folder size.
I let the user select a drive in a DriveBox, then trigger the FolderScan using a cmdButton, this works fine...
The user can select also the mapp
Enumerate Remote User Mapped Drives -
I have been searching high and low, but I'm unable to find source that can list the mapped drives of a logged on user on a remote machine. Is this possible? WMI? API?
remembering the passwords for mapped drives in win2000 -
hi
can anyone pelase let me know how to make windows2000 system to remember the mapped drives password.
I mapped few network drives using my software written in vb6 with the option of persistant i.e reconnect at logon. but this doesn't remember the password. and at system logon i
[vb 6] drive list box, mapped drives -
hi guys,
does anyone know how i can get a drive list box to show mapped drives.
any help would be much appreciated.
thanks
D
How to Compile a VB6 + CR11 reports Programme -
Hi
I am making a VB6 program having Crystal reports 11 reports..
how do i compile it so that it works on any comp which does not have crystals report 11 installed.. containing all dll and whatever needed
thanks
Working with virtual cd/dvd drives over a network -
hi i want to beable to use virtual drives which have been mapped over a network but they dont seem to work has anyone done this yet if so where can i find info on this matter.
if not does anyone have an idea of how to force a mapped virtual cd/dvd drive to a physical cd/dvd drive.
Obtaining IP adress local client on Citrix -
Hello,
i want to obtain the ip-address of the PC being a client
on Citrix. This to determine where the pc is located so
that i can connect it to the right default printer.
Localy (not on citrix) i managed to do that but once on
a Citrix server my program throws the ip address of
FileSystemWatcher on network drives -
I have a filesystemwatcher that just throws up a msgbox when a file is created in a directory. It works fine on any of my local drives but does not work when monitoring any of my mapped network drives.
Is there anything special that needs to be done to have an fsw work with netwo
Mapped drives -
I'm having problems use the FileSystemObject to list files on a mapped network drive. I can read c:\ no problem, but not something like w:\hold. It just keeps saying Path not found and it is there.
Anyone know the reason for this and a way around it?
Get list of local drives on PC -
I have the following code that gets a list of logical drives on a PC
Dim driveArray() As String
driveArray = System.IO.Directory.GetLogicalDrives
Dim en As System.Collections.IEnumerator
en = driveArray.GetEnumerator
Problem is, this also returns mapped network drives, how
Crystal 9 OCX V's RDC Visual Basic -
Hi people,
I have just spent about 2 hours on Crystals Website looking for an answer why Crystal Reports 9 will not run my converted Crystal 7 reports through VB. I have found a document which explains that the Crystal Reports ActiveX Control (crystal32.ocx) is no longer supported o
Identify Local Drives -
How do I return a list of local drives ?
I want to return only the local drives and not any mapped drives.
Thanks!!
Windows error 52 -
This is a bit 'off topic', but I can't believe someone hasn't run across it before. I have a Windows 2000 Server, SQL2000 Server db. I have approximately 50 PCs (XP Pro) hitting various dbs on the server. They are running a VB6 app. On 3 of them, I will get (randomly) a Run Time Error
RESOLVED Mapped drives in VB -
Howdy everyone! First post here, so Ill make it short and sweet...
How would one make their app tell whether a drive was either a fixed local drive or a mapped drive to a server somewhere?
Thanks for your consideration!
Steve
Regarding GetLogicalDrives -
Hi
I am using apiGetLogicalDrives to get drives mapped to the system.
Private Declare Function apiGetLogicalDrives Lib "kernel32" Alias "GetLogicalDrives"
I have a batch program which calls the vb code .When I run the batch program manually it returns
ap
Why doesn't impersonation work with ODBC -
I am impersonating in my application and map drives as the impersonated user, but when I use ODBC to connect to Foxpro tables, it does not recognize the mapped drives.
Is there a work around for this?
Drive list box question -> Nevermind -
I am using the Drive list box that is supplied by defailt when you load VB. The problem I am having is that it only show the physical drives. How would I go about showing all of the mapped drives, or network connections?
Thanks,
Rudy
Ocx -
I want to be able to send keys to a Citrix app...
I have tried sendkeys function and that doesn't work.
I did see that citrix does provide a "Wfica.ocx" file
...I never used ocx files but Can I use that to send
tabs,enter and paste to the Citrix App...
Citrix command called Quser. Guru's needed here. -
Is ther a way to list citrix users and thier session numbers using VB? the citrix command quser does the small thing.
Crystal Reports PDF Export Function -
Does anyone know were I can get this dll - u2fpdf.dll. I have a copy of crystal reports 8 and am using report viewer in VB App.
Crystals website says that this can be done but when I search for the file on their site I have no luck.
From searching the web, I have found that this
[2005] Accessing Registry -
Anyone know the registry value for windows mapped network drives. I need to programmatically clear any mapped values. How would I go about accessing the windows registry? Does .net have a class?
Any info on this would be very helpful. Thanks.
Crystal Reports Question -
I am using Crystal Reports in one of my projects that uses a midi interface. I am using the Crystal ocx. I have a number of reports that the user can selectin Crystals preview mode before printing and all works well except Crystal opens the preview window outside my application. How ca
[Solved] Citrix, Terminal, Sendkeys Urgent Problem -
I have a application running trought Citrix on my Network
What I need: A way to sendkeys, or something to the application on Citrix screen
What I try: Everything. All kind of API's, sendkeys, focus by VB, by API, etc...
The Problem: Citrix simply refuse everything that I tried.
A few words about Citrix... SH, this one's for you... -
Quote:
Originally Posted by Shaggy Hiker
I'd like to hear a bit more on this. I have resisted using Citrix, which is the only means to do certain things with our network. I simply don't do those things, but I'd be curious to hear more abo
VB6 App run Through Citrix -
I have a VB6 app that connects to a SQL Server 2000 DB using windows Authentication. At the the moment my app gets the Windows user name and executes sp_Helpuser to get what groupnames that user belongs to. I get the user name by using GetUserName.
My question is this, my app is g
how to find whether the system is connected to internet or not -
hi,
I have written an applicaiton in vb6 which map the drives locally.
but I have some problem in restoring the mapped drives. How can I know whether the system is connected to internet or not. If not, I need to poup the internet connection dialog box. How can I achieve this using
Citrix servers and VB apps, can someone help please! -
I have another couple of questions regarding VB apps and Citrix servers, could someone please answer them for me?
To enable my users to run my VB app without having to install it locally on their PC's do I need to :-
1. Install my VB program onto the Citrix server or just copy al
Don't think anyone will know this but... -
Most people on here run away from crystal reports questions... i don't blame them.. but if someone happens to have any experiance with crystal 8 and vb then maybe you can help me...
since we are still waiting to get seatgate info 7.5 which is the report scheduler for crystal report
how to kill citrix -
i wanna be able to kinda 'lag' citrix up.
anybody have any code?
Know anything about Citrix -
Bleedin ell..
Ive just been asked to look into the development of a thin client solution in .net and dont know what the hell I'm doing.
I understand that Citrix allows Application sharing on a windows server but thats all I know.
Have any of you developed anything like this be
Unmaping drive -
How can I unmap all the network drives mapped to my system by vb coding
List only CD/DVD drives -
I am making a VB6 app and using the DriveListBox I only want to list any CD/DVD drives in a system, so excluding floppy drives, hdd drives, removable drives, etc.
Then in an other DriveListBox I only want to list hdd drives.
Any tips?
Accessing a mapped drive -
Hello again,
Been a couple days, glad to be back on
My service is attempting to accesss files on a mapped drive (S:\). The drive is mapped to a local directory (C:\reports\) but I need to access it as the mapped drive. However, my COM object returns "Unable to access the