Software Development Network Logo
  • Visual Studio
  • Visual Basic
  • Visual J#
  • Architecture
  • .NET Development
  • Game Technologies
  • Windows Vista
  • Visual C++
  • Smart Device
  • Visual C#
  • VS Express Editions
  • Windows Live
  • VS Team System
  • SQL Server
  • Visual FoxPro

Software Development Network >> bell.joshua's Q&A profile

bell.joshua

Member List

vidya narayanan
Tom S
SeanCo
Ido Tandy
CBWoodSr
farscape-dev
amitvjti
GuyLowndes
cafeasp
Debra
KateCooper
BETA 2 TESTER
VSTS Load test
SriDirectX
Rick B USA
stumpyjake
krow
-andy-
Sebastien Donche
Martin Sommer
Only Title

bell.joshua's Q&A profile

  • Visual FoxPro Set Skip To Problem

    I use two methods to allow the user to browse through my database - custom form with standard top, prev, next, and bottom buttons - browse windows My database has 11 child tables each with a 1-to-many relationship. In order to be able to use the LOCATE command properly with the child data I would have to set up all the relationships with a SET SKIP TO command. The downside of SET SKIP TO is given here (from MSDN): When you skip through the parent table, the record pointer remains on the same parent record until the record pointer moves through all related records in the child table. In the Browse window you see a lot of ******* records w ...Show All

  • Visual Studio how can I read data from a file into the build script?

    I have a file which contains some data. I want to import it into a build property and use it inside the build. How can I do it Thanks. The ReadLinesFromFile task may help you out, if not you can write your own task. It's very simple you can read the How To Write A Task tutorial , or my MSDN article Inside MSBuild for more details. Sayed Ibrahim Hashimi www.sedodream.com ...Show All

  • Visual FoxPro what is the maximum field VFP9 can handle

    Good day to everybody... just a little problem with my update at VFP interface with my back-end database I dont have this problem updating my employees table in SQL2000 with 35 columns at my VFP interface, but recently I add another 3 columns at my table, that's where I encounter this problem. Inserting a new record or deleting there's no problem, but when i edit a particular record then saved the changes,the update is OK.. but after I close the form and open it again, that particular record I edited does not really saving the changes. why is there a limit in field column use by VFP Just asking.. or there's i miss... but I already m ...Show All

  • SQL Server SQL server 2005 DTS conversion, activex and MSDASQL

    Hi all I am migrating some DTS2000 packages to SSIS via the migration wizard. However there is an activex script in each DTS that connects to an AS400 to retrieve record count for integrity checking. Under SQL server 2000 this worked fine but now it errors with "The OLE DB provider "MSADSQL" has not been registered" how do i get this to work i suspect its because this is a 32 bit dll and my new system is a 64bit sql server on windows 2003. The odbc driver for the as400 has been installed also. The script is as follows: dim cn 'sql connection dim rs 'sql recordset for the insertion of new as400 records dim insertstr ...Show All

  • Visual Basic Blair Allen Stark

    Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Develop a console program that calculate and displays the charges for each customer who parked a car in this garage yesterday. ...Show All

  • SQL Server Help with auto printing reports using Report Services

    I'm at a breaking point, so I'm hoping someone can help me! I am new to Microsofts SQL Server suite, and from what I've used so far, I love it... except for the sheer complexity of it. I've only been tinkering for 2 weeks now, so excuse me if I'm a bit ignorant. I'm trying to develop an application, and part of that application is when data is submitted to the database, a report needs to be generated, and automatically printed. I thought that this would be quite easy using SQL 2005, but I've found that isn't the case. Before I continue, let me just say that I NEED the report to automatically print out; I've had a lot of people say to me 'Jus ...Show All

  • Visual C++ using a C# .net dll in a C++ .net dll

    I've created a dll in C# and I'm trying to using it in a C++ .net project, but everytime I run the application, I get a FileNotFoundException pointing to the C# dll.  Can anyone tell me what I'm doing wrong.  All works fine from VB .Net to C# .Net, but I only have the problem in the C++ project. The C# assembly is located in the same directory as the C++ assembly, but the problem still exists.  I'm wondering if there is a property setting I need to change in the C++ project properties. Also, what might be related to the problem, I'm using an external function in the C++ dll that is calling t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Position Notify Bug?

    There seems to be an error with using position notify with a hardware soundbuffer on my nForce4 on board sound. The sound stream class I created was developed on an other computer that had SB128 sound card and it worked fine. But with my current hardware if I hold a any key down on the keyboard, every event that I check is signaled, wich starts the copy of a new block of sound samples that havent ben played yet. I switched the buffer to software and it works fine, but I would like to use hardwar buffers only Is this a dsound error or a driver error ...Show All

  • Visual Basic Reproducing a File.Copy ArgumentException

    Hi, I'm trapping System.IO.File.Copy exceptions and cannot reproduce a ArgumentException when 'sourceFileName or destFileName specifies a directory.' as documented. Does not Work: Catch argument As ArgumentException When IsDirectory(sourceFileName) Or IsDirectory(destFileName) ... error messages Catch argument As ArgumentException ...error messages Does: Catch io As IOException When IsDirectory(sourceFileName) Or IsDirectory(destFileName) Any suggestions on how I could correctly recreate the ArgumentException - thanks Hi, ...Show All

  • Smart Device Development transfer data to pda

    hi  i want to write an application that transfer data from desktop computer to the pda on remote location through the GPRS connection hwo to do that. ok thaks for reply. will i use the normal .netclasses for the network programming as system.net and receive files on pda. and if i want to test that on the emulator pocket pc 2002 with .net will it work. ...Show All

  • Visual Studio Team System Alerts in RC

    Hi, We need to know How to config the web.config file in RC in order to be able to have emails alerts Thanks Michael This post has instructions for updating the web.config file after installation with an SMTP server. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=132809&SiteID=1 Services\web.config is the file you are after and you need to update the smptServer and emailNotificationFromAddress values. ...Show All

  • Visual Basic Automate MS Word Doc with VB.Net

    I amtrying to pull info from a Sql Server to populate a word Doc using a VB.Net App any ideas Dim LPC As Word.Document PolNumber.DataBindings.Add("Text", PolicyNumber1, "Policy.PolicyNumber")   Well i binded the data to the textbox but what should i do to make the data show up on the ms word doc ...Show All

  • Visual Basic Why is FileLogTraceListener under Microsoft.VisualBasic namespace?

    Hi! Microsoft.VisualBasic.Logging.FileLogTraceListener provides great functionality to write stuff in log files. It supports date specific files, file-in-use handling, size maintenance etc. Combining it with <system.diagnostics><sources> section of app.config, the administrator can add several listeners to write the entries written by the application, like Windows Event Log, XML files etc. Does anybody know why it is under the Microsoft.VisualBasic namespace I know that a C# developer can add the reference and use it, but it would be good to know the reason that this feature is primarily intended for VB projects. Sorry if ...Show All

  • .NET Development 'System.TypeLoadException' -- PLEASE HELP

    Hello everybody, I am new to this forum, this is my first post. I recently compiled a large project using vc++ express, but I get this error as soon as the programs starts: " An unhandled exception of type 'System.TypeLoadException' occurred in Unknown Module. Additional information: Type '<Module>' from assembly 'VectorArt, Version=1.0.2297.41533, Culture=neutral, PublicKeyToken=null' contains more methods than the current implementation allows. " Any suggestion Any idea how to solve the problem I did a google search and found nothing. Any help would be greatly appreciated. We'll need a little more ...Show All

  • Visual Basic User session logon time!

    I am inquiring about information on whether it is possible to determine how long a user has been logged on for. What I hope to accomplish is to determine if a user has been logged on for more than an 24 hours and if so, display a splash screen of some type to tell them to log off. I don't want to log them off, politics involved. Every where I look I haven't been able to come up with a solution. I did find a sample script to check event logs, but how do you calculate the time the event was written and the actual time to determine if it is more than 24 hrs. Can anyone offer any help. You might be able ...Show All

©2008 Software Development Network