Wiki Page: Returning a timestamp in milliseconds
There is no built in function to return and format the time to the millisecond because GetCurrentTime only goes to the second and FormatDateTime doesnt have the ability to include milliseconds; but...
View ArticleWiki Page: Remove all occurrences of a character in a String value
This can be acheived using the FStrReplace function. This function replaces all occurrences of a search string by a replace string, within a source string. By specifying an empty string for the...
View ArticleWiki Page: Caching issues with BDLT replay
There was an issue in SilkPerformer 2010 R2 WS1 and SilkPerformer 2011 where the caching parameter 'REVISITING' does not take effect. With this issue, any call to the BrowserStart function is...
View ArticleForum Post: RE: Wait till the object is enabled
Thanks Nitin & JohnG. This is interesting solution but JohnG, is this feasible for multiple windows? I mean if any user want to check for many window/object in same script then how we can use a...
View ArticleBlog Post: Announcing Silk Test 15.0
Borland is proud to announce the release of Silk Test 15.0! If you already use Silk Test and you have a maintenance contract, you can upgrade to Silk Test 15.0 for free. Silk Test is a fast, reliable,...
View ArticleForum Post: possible solution
hi maggie, try this code below, i use for HTML object, but you can modify [code] Public Sub sleepWhileNotActive(ByVal t As TObject, w As TIEWindow, Optional TimOut As Integer = 15) ' THTMLEditBox)...
View ArticleForum Post: RE: possible solution
Hi Amodio, thanks for your solution. Even I have implemented the same kind of code at my side like above your code but I was looking for one liner any command/property to wait & check object in...
View ArticleForum Post: RE: possible solution
testPartner has just a few commnds, have you tried the common: Object("Objectname", tpAttachWait) this waits untile the object can be attached
View ArticleForum Post: RE: possible solution
Yes amodio. Thanks for your quick reply. But this command will wait until object can be attached so in my requirement, we can give wait time else it will go on next statement which is not applicable...
View ArticleForum Post: MAPISendMail
I use the API MAPISendMail. How can i declare more then one Recipient?
View ArticleForum Post: RE: MAPISendMail
The MapiRecipient structure can be an array where each entry specifies one recipient. Then in your mapi structure you can set the MapiMsgnRecipCount field to the number of entries in the array....
View ArticleForum Post: SilkMeter 15.0 upgrade
We want upgrade from SilkCentral 12.0 to 15.0. This means we also have to upgrade Silk Meter to 15.0. The old SilkMeter has to be uninstalled before Version 15.0 is installed. How is it possible now...
View ArticleForum Post: RE: SilkMeter 15.0 upgrade
Hi, there is no need to upgrade to Silk Meter 15.0. Regards, Florian
View ArticleForum Post: Netexpress 5.1 hangs on CLOSE statement
I have a program I'm writing and testing under NE5.1. I have an ISAM file that is to be shared between a number of workstations. This will be achieved simply by mapping a drive letter to something...
View ArticleWiki Page: Silk Central 12.1
The latest hotfix for Silk Central 12.1 is hotfix 18. This can be downloaded via one of the following links: EMEA FTP AMER FTP The below issues are resolved in this hotfix (please note all hotfixes...
View ArticleWiki Page: Silk Central 13.0
The latest hotfix for Silk Central 13.0 is hotfix 6. This can be downloaded via one of the following links: EMEA FTP AMER FTP The below issues are resolved in this hotfix (please note all hotfixes are...
View ArticleWiki Page: Zero functions are recorded when recording a web application in a...
There a number of possible causes of failure to record a web application in a browser. The most common issues and their resolution are as follows: Existing browser instance SilkPerformer may not...
View ArticleForum Post: RE: Error Starting Program
I have already saw the issue with the naïve code and it will not be running on a XP machine. As for the managed code, pardon my ignorance, but the I no clue on what version of .NET framework I am...
View Article