How can I tell?
The web service contain three directories: Bin, My Project and App_Data. The two latter is empty. On the root there are two files, an asmx-file and a config-file. In the bin directory there are some dll-files, a pdb-file and a xml-file. This is made for a Windows environment.
Hi,
I have a problem I hope someone can help me with. I have an application, made in Delphi 2010 that needs to communicate with my customer's ERP system. To do this, the guys who sold my customer the ERP system have created a web service. I am now in posession of this web service, but I have to...
Thank you for your quick replies :)
Djangman: No I am using it to posision the active record in the dbgrid after processing of AdoQuery.
majlumbo: I tried your suggestion and the record I am updating jumps to the top of the grid.
Let me try to clarify, I see that my first post maybe was a bit...
Hi forum,
I have a little problem with positioning in DBGrid after update of records.
First of all, this is a dataset where several users are working on at the same time. They might update records, but never delete or add.
I use a customized version of the sample code I have found on...
Found a nice little thing called %APPDATA% that gives me exactly what I want. Thank you very much all of you for valuable help :)! Would not be able to solve this without you.
I have to admit that I had not. At first glance it looked more or less like the code I already was running. But now I have and the result is unfortunately the same as with my code. Just to make sure I did nothing wrong, here is the code I was just running on the Citrix server:
unit Unit1...
I have done some more investigation surrounding my problem and here is what I have come up with.
First, here is my code that does not work in the Citrix environment:
function GetSpecialFolderPath(sFolder : string) : string;
const
SHGFP_TYPE_CURRENT = 0;
var
path: array [0..MAX_PATH] of...
Thanks for your quick reply, Glenn9999!
Maybe I misunderstood you but I think that it was not quite what I was looking for. I know that these variables also works in Citrix, but my problem is that the administrators that configure the Citrix-systems overrules these setting and configure their...
Hi All,
I have an application that store User and Application data in
"All Users\Application Data" and "[User Specific]\Application Data"
using CSIDL_COMMON_APPDATA and CSIDL_LOCAL_APPDATA.
My problem is that when my application is used in a Citrix or Terminal Services environment the files...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.