How do I put focus on field after spanning it?

I have an ActiveX RaiseEvent for a function to span out a form. After doing this I want it to put focus on the first field in the form. Please someone tell me this is possible     Here’s what I’m trying to do and won’t work. I would expect the focus to go onto…



Answer Question   |  June 28, 2012  3:38 PM
VBScript
asked by:
5 pts.

Run scheduled job on SQL Server

we do integrate SQL SERVER woth Oracle database, and its usually work withour problems. the last two days the intgration is not working and the following error displayed in the job history. Cannot create COM Server to load and execute DTS Package. Error -2147221008 (800401F0): CoInitialize has not been called. Process Exit Code -2147221008. The…



Answer Question   |  June 28, 2012  3:29 PM
COM server, Database interoperability, DTS packages, Error 2147221008, Oracle interoperability, Runtime Errors, SQL Server 2000, SQL Server errors, SQL Server interoperability
asked by:
35 pts.

How to use button created by Crystal Button in VB 6.0 forms

How to use button created by Crystal Button in VB 6.0 forms



Answer Question   |  June 28, 2012  3:14 PM
Crystal Reports, Crystal Reports Buttons, VB 6.0
asked by:
5 pts.

How to use button created by Crystal Button in VB 6.0 forms

How to use button created by Crystal Button in VB 6.0 forms



Answer Question   |  June 28, 2012  3:14 PM
Crystal Reports, Crystal Reports Buttons, VB 6.0
asked by:
5 pts.

How to use the CreateCaptureWindow command?

what is the syntax & use of CreateCaptureWindow command?give its example.



Answer Question   |  June 28, 2012  3:13 PM
API, CreateCaptureWindow, Development
asked by:
5 pts.

How can I ensure that the invoice data goes to the correct record on the subform datasheet?

I use a form to hold the details of a client. The form has a subform [datasheet] which details each visit that the client makes. To do an invoice for the visit I have a pop-up form. I would like information from that pop-up form to be transferred to the datasheet subform. How can I…



Answer Question   |  June 28, 2012  2:57 PM
Access Datasheet, Access forms, Microsoft Access subforms, Visual Basic Data Report
asked by:
5 pts.

How to count the common column rows in the table for each column and row…..

I have a table and that table have columns like d1,d2,d3,d4……. d1      d2    d3    d4 ————————— 200   300   100  300 100   200   101  101 300   —    300  200 how can i display the output like below…  for each row…. ColumnD1 Count 200    3 100     3 300     4 Please help me on this,…………….i am new to the…



Answer Question   |  June 28, 2012  2:52 PM
SQL, SQL 2008, SQL Column Headings, SQL Server 2008
asked by:
15 pts.

How to count the common column rows in the table for each column and row…..

I have a table and that table have columns like d1,d2,d3,d4……. d1      d2    d3    d4 ————————— 200   300   100  300 100   200   101  101 300   —    300  200 how can i display the output like below…  for each row…. ColumnD1 Count 200    3 100     3 300     4 Please help me on this,…………….i am new to the…



Answer Question   |  June 28, 2012  2:52 PM
SQL, SQL 2008, SQL Column Headings, SQL Server 2008
asked by:
15 pts.

Developing a project using VB.net front end, and Access in back end

i m developing a project Using vb.net front end, and using ms access in back end,i would like in this project (with customer record save his photo in data base in vb.net5.0. when i add customer photo in form it is show with customer record How i could do this could u help me pls.



Answer Question   |  June 28, 2012  2:52 PM
Access, VB.NET, VB.NET 2005, Visual Basic developers
asked by:
5 pts.

SQL Writer

SQL Writer library failed initialization. Your installattion iseither corrupt or has been tampered with. Please uninstall then re-run setupto correct this problem. How should I handle this?



Answer Question   |  June 28, 2012  2:47 PM
SQL, SQL writer, SQL Writer error messages
asked by:
5 pts.

Refresh/Run SQL

We upgraded to Crystal Reports 2008. Our older version queries appear to work… In the Older Verion all we did is click the lightening blot. Now… we have to go through Database, SQL to run/refresh the query. Isn’t there a one click key for to run these queries?



Answer Question   |  June 28, 2012  2:46 PM
Crystal Reports, Crystal Reports 2008, SQL, SQL Database
asked by:
5 pts.

Running .NET Code to manipulate sql tables

is it possible to retrieve a table using .NET code manipulate in code e.g calculating formulas based on values stored in table retrieved and then pivoting it in code and putting it back into another table



Answer Question   |  June 28, 2012  2:35 PM
.NET, SQL Server 2005, SQL tables
asked by:
5 pts.

SQL Query

Hello everyone, I have the following table: CREATE TABLE MKW ( ID NUMBER, UREN NUMBER, DATUM DATE ); It has the following records: SQL> select * from mkw order by datum,id; ID UREN DATUM ———- ———- ——– 1 3 01-12-08 1 2 01-12-08 2 3 01-12-08 2 2 01-12-08 3 6 05-12-08 4 10 05-12-08…



Answer Question   |  June 28, 2012  2:29 PM
Oracle Database, Oracle developers, SQL Query
asked by:
10 pts.

Test Director 7.5 installation

I have windows XP Pro on my system, I installed Test Director 7.5 successfully. But when i try to open the application i get the error message as “Microsoft Internet Explorer 4.0: (MSIE 7.0; Windows NT 5.1; MS-RTC LM 8) is not supported” I tried to downgrade my IE 7 to IE 6, but was…



Answer Question   |  June 28, 2012  2:29 PM
Test Director, Test Director 7.5, Test Director Installation, Windows XP, Windows XP Professional
asked by:
10 pts.

Telugu language in a VB application

i was a vb.net programmer and i want to include the telugu language into my project. that is while typing in a text box as at present it types in english i want to type in telugu. how to include telugu .



Answer Question   |  June 28, 2012  2:25 PM
Localization, Multilingual application, Multilingual support, VB.NET, Visual Basic, Visual Basic .NET
asked by:
30 pts.

query user rights

how can you script collecting user rights on local servers?



Answer Question   |  June 28, 2012  2:17 PM
Query, Scripts, User rights
asked by:
Rsc
5 pts.

COBOL web services

As part of application migration we are looking into exposing our COBOL programs as web services and using them in the Java technology. We explored this option and see that a COBOL program can be exposed as a web service using Axis or a WDSC for System i tools. Can anyone provide feedback on the…



Answer Question   |  June 28, 2012  2:17 PM
COBOL, Java
asked by:
50 pts.

c++ reading data from txt files in tokens

I have tried a lot to manipulating strings. I want such code witch read the data from input file. I want to get data in tokens (to store in variables) of type char or int of specific location in input file.  I want to store string parts in variables for   further use. eof() helps…



Answer Question   |  June 28, 2012  2:16 PM
C++, IDE, Software programming industry, String manipulation
asked by:
250 pts.

Crystal – number of printed pages based on database field

I’m relatively new to Crystal Reports, and most of the reports I’ve written are in Ver 7.0, I do have Ver 11, I have not done much with it yet. I have a Crystal Report that is used to generate a shipping label from a packing list in SQLBase. Most of the packing lists have…



Answer Question   |  June 28, 2012  2:05 PM
Crystal Reports, Macros, Printing, Programming, SQLBase
asked by:
14,895 pts.

Set System Fonts through VB Code

I want to change font of “MENU” as well as “ACTIVE TITLE BAR” through VB Code, which we usually change from —> Control Panel – Display – Appearance. In my application all inputs and outputs are in a specific fonts but menus and titles of forms appear in default fonts set by the system. So,…



Answer Question   |  June 28, 2012  1:57 PM
Fonts, Interface design, VB, Visual Basic 6, Windows
asked by:
155 pts.