Jump to content

Tonivi

uniGUI Subscriber
  • Posts

    42
  • Joined

  • Last visited

Posts posted by Tonivi

  1. Hi
    I need to view a gpx file from a Unigui application. It is not necessary to integrate it in any form, only to launch a visualizer passing a command line.

    Is it possible?

    Thanks 
     

  2. I run the sendfile command, UniSession.SendFile (vOrigin, vTarget); 

    The file is copied from the server path to the cache route of this session, ignoring the destination route, and asks me on the client side, if I want to save and then open.

     

    The sendfile doesn't send anything to the local disk. 

    Also, in all the files that I pass, it works well for me, except for those that have the extension .msg (outlook).

     

    My question is why Can I not open these files (.msg).

    And the other question is, can I send these files to a local disk?
  3. Hi

     

    Is it possible to install unigui in my laptop?
    I develop in my personal Computer, but sometimes I need to continue my development in my laptop, can I install it in the 2 sites without problems ?.

     

    I would never be developing at the same time
     

    Thank you

     

  4. I've notice that the previous post is wrong. 

     

     

      private
        { Private declarations }
     
         vFieldPrivate : string;              <-----    ok
     
      public
        { Public declarations }
     
         vFieldPublic : string;                <-----    ok
     
      end;
     
    function MainForm: TMainForm;
     
    var
     
         vFieldVar : string;                 <-----------   This var is unique for all the users who are connected and the user who change this the other users receive the change
  5. Hi

     

    I have an application running on a server with access to 6 users simultaneously and the maindatamodule chainge the position of the records among users, 

    i.e. if one user goes to another registry the others are in that registry.

     

    Is there any way to define different instances so that this does not happen?

     

    It's a big problem and I don't know if I do any thing wrong.

     

    Thanks

     

  6. Hi

     

    How to get the scroll with the UniDBHTMLmemo component on a tablet (ipad).

    I can not see all the content. It can be more than 10 pages of information

    In windows mode worts fine, but not in a tablet the scroll doesn't work, even the scrollbar not appears

     

    thanks

×
×
  • Create New...