Development Questions


VB 6 EE
The mshflexgrid has no limits about the number of <b>cells </b>it can have. The number of cells will be limited by the available resources on the machine. The flexgrid control, on the other hand, does have a limit (which is <b>350000 <i>cells</i></b>).

View Answer   |  July 27, 2009  8:58 PM
VB 6, VB 6 EE
asked by:
63,580 pts.

Learning SQL
Yes, multiple tables can be accessed in one SQL statement. That is one of the beautiful things of SQL. Your approach of using separate queries is way off base. Sure, it works, but what is the point. Here is an example of accessing multiple tables in one statement (and there are MANY ways to do [...]

View Answer   |  July 27, 2009  8:16 PM
SQL
asked by:
5,205 pts.

Creat program on VB
I don’t think you are going to get this kind of “help” here. I would suggest to try to solve it by yourself. If you find some specific problems, feel free to ask.

View Answer   |  July 27, 2009  1:45 PM
Programming Languages
asked by:
63,580 pts.

Javascript prompt
I imagine thare are a thousand reasons why it may not work, but without seeing the code, it is absolutely impossible to answer your question. Post the code in a discussion below, and you may get an answer.

View Answer   |  July 26, 2009  7:54 AM
Alerts, JavaScript, prompt
asked by:
12,265 pts.

using vb6 on XP
The problem is NOT the OS, the problem is…the floppy drive! Probably your new PC has no floppy drive. For more details refer to: http://support.microsoft.com/kb/170372/en-us There you can read: “When the Setup Wizard begins, a system configuration file is read. If the devices listed in the configuration file cannot be located, the error occurs and [...]

View Answer   |  July 26, 2009  2:06 AM
VB Setup File, Visual Basic, visual basic on windows XP, Windows XP
asked by:
MKA
105 pts.

Career switch within IT from java and PM to SAP
I can’t answer your SAP-specific question but I can say that setting specific (and tangible) goals for your career move is absolutely essential if you want to make it work. Here’s a recent TechTarget article I wrote that can help in this regard: <a href=”http://searchwinit.techtarget.com/tip/0,289483,sid1_gci1353107_mem1,00.html”>Eight steps to accomplishing your IT career goals</a> Here’s another one [...]

View Answer   |  July 24, 2009  4:16 PM
Careers, IT project management, Java, SAP careers, SAP MM
asked by:
70 pts.

a s/w to design an interface which must initiate some actions and have backend connectivity
I prefer the AS400 and RPG. What platform are you on and what are you interfacing with? You ask for what software – do mean what programming language if you a creating it yourself? There is truly not enough information here to answer appropriately. K

View Answer   |  July 24, 2009  3:07 PM
Connectivity, interface, Software
asked by:
610 pts.

DEBUG COBOL/400 PROGRAM
You can do it this way: compile it with option 14 and press F4…… next press F10 and put *srcdbg or *lstdbg in OPTION field and complie After sucessful compilation…write STRDBG in command line and press F4 …put *yes in fileds UPDPROD OPMSRC …….. and press enter…..The system will show you the program in debug [...]

View Answer   |  July 24, 2009  7:21 AM
COBOL, COBOL DEBUG, COBOL debugging, COBOL/400, COBOL/400 Debugging, debug, Debugging, Software Quality
asked by:
165 pts.

Can’t get public key into cert request
Maybe you should move to CertEnroll.dll. Have you tried posting or searching for this issue on the MSDN community support board?

View Answer   |  June 11, 2013  8:44 PM
Xenroll
asked by:
32,720 pts.

Change Event Example
I think you need to put that code in the private module of the worksheet, not in a separate module. Also, excel will probably disable macros as a security measure, so you have to make sure they are enabled.

View Answer   |  July 22, 2009  9:49 PM
Visual Basic 6
asked by:
63,580 pts.

Ajax Training
I can say I’ve heard of them but don’t have any feedback either way. Also check out Global Knowledge and TechTarget’s own site: <a href=”http://SearchSoftwareQuality.com”>SearchSoftwareQuality.com</a> that has a lot of good Ajax content from coding to security.

View Answer   |  July 22, 2009  1:38 PM
Ajax, Ajax Training
asked by:
11,040 pts.

robotics
I’m not sure this is the right forum to answer your question. Robotics can easily require a 2-4 year learning curve involving electronics, mechanical engineering, physics, and so on. It sounds like the best references for you are going to be the college textbooks for the course you’re taking as well as for the undergraduate [...]

View Answer   |  July 22, 2009  1:33 PM
Development, Robotics
asked by:
11,040 pts.

How to pull a query on a particular table based on form selection
How about the posibility of a design change ? It would be better to have one table for students, and a field to identify what class the student is in. If that’s not an option, have a look to this Microsoft article, which might help you: <a href=”http://support.microsoft.com/kb/304302″>How to build a dynamic query with values [...]

View Answer   |  July 21, 2009  6:51 PM
Access forms, Microsoft Access
asked by:
63,580 pts.

Improving the initial speed of a SQL query
I think this is the same question as <a href=”http://itknowledgeexchange.techtarget.com/itanswers/sql-server-2005-query-very-slow-in-the-first-run/”>this one</a>, which was already answered by Kccrosser.

View Answer   |  July 21, 2009  6:21 PM
SQL queries, SQL Query, SQL query optimization
asked by:
63,580 pts.

Creating a PDF Download in Dreamweaver
Hi, I normally set the link to open an new page and then use that to open the PDF file, this then makes the user stay on your site. <A HREF=”http://www.yourdomain.com” TARGET=”_blank”>Your Text</a> with the www.yourdomain as the PDF file on your server <a href=”Resource files/Colour-chart-vinyPlus_uni.pdf” target=”_blank”> so if you go to a site I [...]

View Answer   |  July 21, 2009  4:04 PM
Download File Link, Dreamweaver CS4
asked by:
195 pts.

Why isn’t my data displaying in the next page of Gridview?
clicking the “next page” button does a postback to the server. when the server responds with the page, all the logic for connecting the grid to the datasource and showing the grid is in your button click handler. this means you have to click the button to see the grid again (next page). I would [...]

View Answer   |  July 21, 2009  12:14 AM
ASPX, GridView, SQL data source, VBScript, Visual Studio, Visual Studio 2005
asked by:
15 pts.

Please guide me to prepare the PMP certification .
Only you know whether it’s right or wrong. You have to ask yourself if you’re interested in project management. Do you feel like you can do it well? Do you want to learn more and become the go-to guy for project management? Check out these specific views I have on <a href=”http://www.principlelogic.com/careers.html”>IT certifications and career [...]

View Answer   |  July 20, 2009  3:37 PM
PMP, Project management
asked by:
11,040 pts.

Sql Query in AS400
What does it say in the joblog? in QHST? use the query debugging tools What state is thge data in? What access paths exist / are being created? The joblog is your friend

View Answer   |  July 20, 2009  3:35 PM
SQL Query, SQL query optimization
asked by:
5,505 pts.

service layer management
<a href=”http://www.simpleweb.org/tutorials/tmn/index-19.html”>This</a> should get you off to a good start. I have to ask: are you sure you want to give a presentation on something you’re not too familiar with? I’ve personally found that to be one of the deadly sins of presentations. Best of luck either way!

View Answer   |  July 20, 2009  3:28 PM
architecture, Service Layer
asked by:
11,040 pts.

INTERUPTION IN VB EXPRESS2008
Sounds like it is crashing. Have you tried the SP1 version of VB 2008 express? http://www.microsoft.com/express/download/#webInstall ——— I would recommend to debug the program to determine exactly what line of code is causing the problem. Then, if it is an SQL query, try running the query from another application, or directly against the database to [...]

View Answer   |  July 20, 2009  2:36 PM
VB.NET, VB.NET 2008 Express Edition
asked by:
63,580 pts.