problem wite Date Field

Questionsproblem wite Date Field
Georges asked 10 hours ago

my master grid is:

$grid->select_command = “SELECT Droits, DateRamasse , sum(NB_PALETTES) as Qpal FROM RESULTATS GROUP BY DateRamasse “;

DateRamasse is a date

i want to passĀ  this date to detail:

$opt[“subgridparams”] = “Droits,DateRamasse”;

 

in detail I do:

$Ram = $_GET[“DateRamasse”];
$Droit = $_GET[“Droits”];

 

but I don’t get my date ($Ram) to prepare my detail

$grid->select_command = “SELECT * FROM RESULTATS WHERE Droits = ‘”.$userdroits.”‘ AND DateRamasse = “.$Ram;

 

where is the problem?

problem of date ?

probleme with subgridparams?

 

Thanks

 

 

 

 

 

Your Answer

17 + 0 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?