Hi Lokesh,
may b this portion of code may work for you....else reply me....
OracleFormWindow("Invoices").OracleTextField("Type").OpenDialog
OracleListOfValues("Invoice Types").Select DataTable("INVOICE_TYPE",
dtLocalSheet)
OracleFormWindow("PO Number").OracleTextField("PO Number").Enter
DataTable("PO_NUMBER", dtLocalSheet)
If OracleListOfValues("Supplier Site").Exist(1) = "True" Then
sSite = DataTable.GetSheet(dtLocalSheet).GetParameter("SITE")
OracleListOfValues("Supplier Site").Select sSite
else
sSite =
OracleFormWindow("Invoices").OracleTextField("Site").GetROProperty("value")
compare = strcomp(sSite,"")
If compare = 0 Then
OracleFormWindow("Invoices").OracleTextField("Site").Enter
DataTable("SITE",dtLocalSheet)
end if
End If
On Mon, Jun 18, 2012 at 12:21 PM, lokesh vinu <[email protected]> wrote:
> Hi,
>
> Have anyone automate Descriptive flexfield in oracle Apps.
>
> QTP is not identifying the Descriptive flexfield. I even tried recording
> it but still no use.
>
> I have planned to use Virtual object, but if anyone has any other solution
> will be really helpful.
>
> --
> Thanks in Advance.
> Lokesh K
> www.testautomateandenjoy.blogspot.com
>
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>
--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en