Guest Posted March 30, 2011 Posted March 30, 2011 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 ? . Quote
Guest Posted March 30, 2011 Author Posted March 30, 2011 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 . Quote
Guest Posted March 30, 2011 Author Posted March 30, 2011 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 . Quote
Guest Posted March 31, 2011 Author Posted March 31, 2011 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. . Quote
Guest Posted March 31, 2011 Author Posted March 31, 2011 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; . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.