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 strongm 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: *

  1. torhenrik

    how to communicate with a web service

    I have send an email to the developer. Hopefully he will answer me tomorrow.
  2. torhenrik

    how to communicate with a web service

    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.
  3. torhenrik

    how to communicate with a web service

    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...
  4. torhenrik

    How to Refresh a DBGrid without Losing the Current Row Position

    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...
  5. torhenrik

    How to Refresh a DBGrid without Losing the Current Row Position

    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...
  6. torhenrik

    Finding AppData path on Citrix etc

    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.
  7. torhenrik

    Finding AppData path on Citrix etc

    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...
  8. torhenrik

    Finding AppData path on Citrix etc

    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...
  9. torhenrik

    Finding AppData path on Citrix etc

    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...
  10. torhenrik

    Finding AppData path on Citrix etc

    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...

Part and Inventory Search

Back
Top