Jump to content

Recommended Posts

Posted

Message from: "unigui"

 

1,

In INTRAWEB, WEBAPPLCATION.SENDFILE method can be used to send a file to

the client witch the documents generated in server,in UNIGUI, how to

realize?

 

2,I need a sessionID to name of a FILE then send to file and delete it on

server,how can get the currenty SESSION ID?

 

i cant to use the method of Uniapplication.session.sessionID,

 

why?

 

3,how can i show multiseries in unichartin standaloneserver mode ?

 

 

.

 

Posted

Message from: "unigui"

 

"unigui" дÈëÏûÏ¢ÐÂÎÅ:HcT4gKs7LHA.1984@anaxagvs227...

> 1,

> In INTRAWEB, WEBAPPLCATION.SENDFILE method can be used to send a file to

> the client witch the documents generated in server,in UNIGUI, how to

> realize?

>

> 2,I need a sessionID to name of a FILE then send to file and delete it on

> server,how can get the currenty SESSION ID?

>

> i cant to use the method of Uniapplication.session.sessionID,

>

> why?

>

> 3,how can i show multiseries in unichartin standaloneserver mode ?

>

>

the second question,correct:

send the file to client

 

 

.

 

Posted

Message from: "Farshad Mohajeri"

 

"unigui" wrote in message

news:HcT4gKs7LHA.1984@anaxagvs227...

> 1,

> In INTRAWEB, WEBAPPLCATION.SENDFILE method can be used to send a file to

> the client witch the documents generated in server,in UNIGUI, how to

> realize?

>

 

This method will be implemented. issue #640

 

> 2,I need a sessionID to name of a FILE then send to file and delete it on

> server,how can get the currenty SESSION ID?

>

> i cant to use the method of Uniapplication.session.sessionID,

>

> why?

 

Why can't you use it? What's the problem?

 

>

> 3,how can i show multiseries in unichartin standaloneserver mode ?

>

 

issue #631

 

 

.

 

Posted

Message from: "unigui"

 

"Farshad Mohajeri" дÈëÏûÏ¢ÐÂÎÅ:J7oB1Jv7LHA.3152@anaxagvs227...

>

> "unigui" wrote in message

> news:HcT4gKs7LHA.1984@anaxagvs227...

>> 1,

>> In INTRAWEB, WEBAPPLCATION.SENDFILE method can be used to send a file to

>> the client witch the documents generated in server,in UNIGUI, how to

>> realize?

>>

>

> This method will be implemented. issue #640

>

>> 2,I need a sessionID to name of a FILE then send to file and delete it on

>> server,how can get the currenty SESSION ID?

>>

>> i cant to use the method of Uniapplication.session.sessionID,

>>

>> why?

>

> Why can't you use it? What's the problem?

>

>>

>> 3,how can i show multiseries in unichartin standaloneserver mode ?

>>

>

> issue #631

>

My test:

 

D2010 + UNIGUI0.84 standalone server Mode

 

In ordinary UNIFORM ,I Can use the method of

UniAPPLICATION.UniSession.SessionID;

 

But in MainModule cannot use through contrast, even if I already use in the

UniForm UniGui related units were added to the MainModule.

 

 

.

 

Posted

Message from: "Farshad Mohajeri"

 

"unigui" wrote in message

news:D4UvQz37LHA.1984@anaxagvs227...

>

>

>

> "Farshad Mohajeri"

> дÈëÏûÏ¢ÐÂÎÅ:J7oB1Jv7LHA.3152@anaxagvs227...

>>

>> "unigui" wrote in message

>> news:HcT4gKs7LHA.1984@anaxagvs227...

>>> 1,

>>> In INTRAWEB, WEBAPPLCATION.SENDFILE method can be used to send a file

>>> to the client witch the documents generated in server,in UNIGUI, how to

>>> realize?

>>>

>>

>> This method will be implemented. issue #640

>>

>>> 2,I need a sessionID to name of a FILE then send to file and delete it

>>> on server,how can get the currenty SESSION ID?

>>>

>>> i cant to use the method of Uniapplication.session.sessionID,

>>>

>>> why?

>>

>> Why can't you use it? What's the problem?

>>

>>>

>>> 3,how can i show multiseries in unichartin standaloneserver mode ?

>>>

>>

>> issue #631

>>

> My test:

>

> D2010 + UNIGUI0.84 standalone server Mode

>

> In ordinary UNIFORM ,I Can use the method of

> UniAPPLICATION.UniSession.SessionID;

>

> But in MainModule cannot use through contrast, even if I already use in

> the UniForm UniGui related units were added to the MainModule.

>

>

 

I see. You need to type cast it inside MainModule.

 

procedure TUniMainModule.UniGUIMainModuleCreate(Sender: TObject);

var

S : string;

begin

S:=TUniGUIApplication(UniApplication).UniSession.SessionID;

end;

 

 

.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...