This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Web Server - Ask For Help / Re: How to know if the call to a form was an insert, update or delete?
« on: August 17, 2009, 04:04:57 PM »
Many Thanks Mattew, and Bruce.
I founded this in a topic......
I think this should work and is a complement to Bruce sugestion.
I put this in the generateform star embed.
if p_web.GetSessionValue('UpdatePedido2_CurrentAction') = ChangeRecord THEN
loc:Truper = 1 ! The variable to set the condition
else
loc:Truper = 0
end
Cheers
Alexis
I founded this in a topic......
I think this should work and is a complement to Bruce sugestion.
I put this in the generateform star embed.
if p_web.GetSessionValue('UpdatePedido2_CurrentAction') = ChangeRecord THEN
loc:Truper = 1 ! The variable to set the condition
else
loc:Truper = 0
end
Cheers
Alexis
2
Web Server - Ask For Help / How to know if the call to a form was an insert, update or delete?
« on: August 11, 2009, 12:14:29 PM »
Hi everybody.
Mi question is how to detect what was the globalrequest to a form . is there any way to know it ?
What i want to do is condition some fields inside the form, if the form was called to update, i want to set them to read only.
Thanks in advance
Mi question is how to detect what was the globalrequest to a form . is there any way to know it ?
What i want to do is condition some fields inside the form, if the form was called to update, i want to set them to read only.
Thanks in advance
3
Web Server - Ask For Help / how to set a image in runtime for a report ?
« on: September 10, 2007, 11:54:17 AM »
Hi y was trying to set a image in runtime for a webreport.
I tried : ?mycontrol{prop:text} = Imagepath
but i cant get success.
Any ideas on how to do this ?
Thanks in advance
Alexis Sigala
I tried : ?mycontrol{prop:text} = Imagepath
but i cant get success.
Any ideas on how to do this ?
Thanks in advance
Alexis Sigala
Pages: [1]