Forum Post: RE: Macro Copying Data from Excel Rumba 8.1
Not AFIK. You will have to use Rumba scripting from an already opened session to control Excel. I'm not sure how you will get around your multi version environment though.
View ArticleForum Post: RE: NX5.1 not creating .obj file
I should have added that my link command line is:cbllink cgetords.obj image3kc.lib
View ArticleForum Post: RE: Calling the DLL get an error "Error during calling the...
thank, but i uninstalled the silktest 13.0 and installed 11.0 is solved my problem. the 13.0 is can not have gcnew code in the dllimport function
View ArticleWiki Page: Using a Java Frameworks script how can I use different JDK install...
Some occasions can arise when this may be needed, such as when running with agent machines which are a mixture of 32 and 64 bit Operating Systems, where the 'Program Files' folder may differ. i.e.32...
View ArticleWiki Page: Using BrowserMouseMove to handle expanding menus
The following menu is only expanded when the user hovers over the top item with the mouse. Due to the nature of the recorder this event is not captured and on TryScript the event to expand the menu...
View ArticleForum Post: How can I get interact between several browsers
Hi everyone,I'm using Silktest WorkBench 13.5, WIndows 7 64 bits and vb .netI have four browsers opened at same time, I can't get toggle between theirs from SilkTest, how can I get a correctly...
View ArticleForum Post: RE: Grid - column properties - new line
Think of it as a line feed .. these two grids are the same, except in the bottom grid for column 1, 2 and 3 I used the new line
View ArticleForum Post: RE: TR/Crypt.XPACK.Gen
When I try to start EDPE from Eclipse, I get the message: "Initalizing: Cannot communicate with licensing daemon"
View ArticleWiki Page: Warning 'There is a problem with this websites security...
Created On: 18 November 2011Problem:Why might I get the warning 'There is a problem with this website's security certificate' when recording a secure site?Resolution:The warning 'There is a problem...
View ArticleWiki Page: How can I configure the recorder so that the "Security Alert"...
NOTE: It is NOT recommended that you change the browser setting described below as it is a valid Security Alert.To bypass this warning message in IE you need to do two things, first install the Borland...
View ArticleFile: FOCUS model (3.1)
Basic model for FOCUS that allows to load sources into repository
View ArticleFile: JOL, MarkIV,CLP,Focus (3.1)
Basic Model for several languages: JOC, MarkIV, CLP and FOCUS. Allows to load sources into repository
View ArticleFile: Model AScheduler (3.0)
A-Scheduler Model that loads sources into repository provides dependances for JOB
View ArticleForum Post: RE: Silk4Test dynamic record fields
Thanks, that's it!Please check this question, maybe you can help me again :)community.microfocus.com/.../9649.aspx
View ArticleWiki Page: SilkPerformer crashes when attempting to generate the Font...
This behaviour has been known to occur if you have "Data Execution Prevention"(DEP) installed and configured to run for "all programs and services".DEP was introduced in Service Pack 2 for Windows XP...
View ArticleForum Post: RE: Get type of the list
If you know that list is going to populated you could simply check TypeOf(a[1]). That's not the best choice since it will fail on an empty list or if "a" isn't a list. This code should do the trick:[-]...
View ArticleForum Post: RE: Getting the length of an array of objects
You could use a perform varying on the array returned from File::listRoots() for example: procedure division using by value args as String occurs any. perform varying diskdrive as type File through...
View ArticleForum Post: RE: How can I get interact between several browsers
Hi, a suggestion here would be to create 4 object maps, one for each domain that your browser will navigate to, e.g. ‘webBrowser_mypage1’, ‘webBrowser_mypage2’, and so on. In each object map add a...
View Article