Jump to content

Recommended Posts

Posted

How do you pass a query string to a UniGui form ?

 

I would like to be able to do something like:

 

dashboard.com/myprojects/id=123

 

or

 

dashboard.com/myprojects/myproject.dll?id=123

 

 

Thanks

Posted

How do you pass a query string to a UniGui form ?

 

I would like to be able to do something like:

 

dashboard.com/myprojects/id=123

 

or

 

dashboard.com/myprojects/myproject.dll?id=123

 

 

Thanks

Please, take a look to the demo URLParameters. It might contain the answers you need.

Regards,

Posted

Please, take a look to the demo URLParameters. It might contain the answers you need.

Regards,

 

Thanks... I just did, but I get an 'Undeclared identifier: Parameters' when I try to use similar code ??

 

UniApplication.Parameters.Values['projectID'];

 

My uses clause looks the same ? Any ideas ??

Posted

Thanks... I just did, but I get an 'Undeclared identifier: Parameters' when I try to use similar code ??

 

UniApplication.Parameters.Values['projectID'];

 

My uses clause looks the same ? Any ideas ??

?

We use it without problems.

Could it be a simple namespace problem?. UniApplication is a function to a TUniGUIApplication class and it is under a namespace called Uniguiapplication.

Regards,

Posted

?

We use it without problems.

Could it be a simple namespace problem?. UniApplication is a function to a TUniGUIApplication class and it is under a namespace called Uniguiapplication.

Regards,

 

 

Yes namespace related.

 

uniGUIApplication.UniApplication.Parameters[]

 

works fine.

×
×
  • Create New...