11,868 Topics
![]() | |
Hi to all I am very new for this forum. and I am intrested to work on VB. Is there any practical approach to learn VB.Do anybody have the material ont his. | |
greetings! anybody know how to set the system date value. like for example today date is 11/22/2007 i want to set this date into a new value one month ahead it should be 12/22/2007. THANK YOU IN ADVANCE | |
Can anyone please post the tutorial for connect SQL server over the WAN. I have been using my SQL server in the LAN without problem. I am not able to connect with the STATIC ip and this is connection string for LOCAL. conString="PROVIDER=SQLOLEDB;SERVER=192.168.1.1;UID=XXX;PWD=XXX;DATABASE=TEST" I have tried with coneectionstrings.com and helpless. … | |
I am facing problem with vb 6.0 and crystal report 12.0 | |
1.Dim d As String 2.d = Format(Now(), "dddd, yyyy mmmm dd") 3. MsgBox (d) 4.If Dir("c:/", Photos & d) = "" Then 5.rspCreate = MsgBox("Directory doesn't exist, do you wish to create it?", vbYesNo) 6.If rspCreate = vbYes Then 7. MkDir "My Documents/swapna" 8. End If i want to create … | |
Hi, [code]Label6.Caption = rcsetFran.Fields("franchiseid")[/code] generates an error"Method item of object Fields failed". If i do [code]Label6.Caption = rcsetFran(0)[/code] then doesn't accept '0', i need to give '1'. In this case i can't return first column in the table. 1 returns second column. How can i solve this problem. Thanks | |
I am getting problem in Grouping the data in DataReport. The problem is that the group of records are reprinting n number of times as in the recordset. | |
hi, i.m working with a project. I creating report in visual basic data report. i use different report size. so i need to use different priter paper size. please any one help how i can use different paper size using vb code. please if you want to help me send … | |
Taking Computer Programming in high school =) My group is assigned to program a Monopoly game. Using Visual Basic 6. We have the user select how many players using radio buttons in one form. (2, 3, or 4 players). How can we program turns? We have the players stored in … | |
Hi, with the help of VB 6 and Access I would like to make a software to enter Cheque No and its related bill no. I mean a Cheque could be the payment of number of bills of a firm which varies from time to time. So pl help me … | |
I've got a VB app I wrote that runs over Access and works pretty well for the most part. However, there are a couple of pages where I get the following error when trying to access a database (no pun intended). I'm getting the error "Unrecognized Database Format (path to … | |
[B]Is There any way so that we can use Icon with 32 Bit Color Depth as Exe Icon.[/B] | |
Hi, How can i call a Oracle Stored procedure in vb6? Stored procedure : [code]ADD_SP (1, '1', 1, 1, 'abc')[/code] Thanks | |
Hi, Iam working on [B]WPF DataGrid (dev. by ComponentOne)[/B] with [B]Visual Studio 2008[/B]. I wish to provide facility to user to select "Columns" of a Table using ListBox(if possible, by clicking on Checkboxes within the ListBox) and the Report will be generated for those selected "Columns" only. [I]Selection to be … | |
Hi everyone here.. Currently i m doing my project which i needed codes for receiving sms by PC using vb6. I would like to knOw if there is any expert who have the codes.. if there is..can send the codes to mi.. thanks alot... I have been trying so many … | |
The [B]SetupDiOpenDeviceInterface[/B] function retrieves information about an existing device interface . what is an interface here......... please let me know... | |
Hi there i've just known how to make an exe file now what am asking is how to change the icon of the exe from the default one to one of you choise like in the one cd access program. | |
Hi, Iam trying to put username and password in some dat file(ADMIN.DAT)from changeLogin page and getting/retreiving username and password from another page from ADMIN.DAT file.... My problem is username and password details are getting stored in dat file in readable text format NOT IN BINARY.. Writing into file part is … | |
Hello i will like to have an exemple to help me understand random access file(user define data type) using dynamic array in vb6. Please with explanation. | |
Hi, I'm new around here & newish to VB 6.0 as well! :cheesy: I'm using VB 6.0 to create a random access file, which has 2 fields per record . I know that all the records must be of equal length, but am wondering if there is a practical limit … | |
Here is my code: If optName.Value = True Then Dim strWhere As String Dim ctl As Control Dim varItem As Variant 'make sure a selection has been made If Me.List1.ItemsSelected.Count = 0 Then[COLOR="Red"][/COLOR] MsgBox "Must select at least 1 employee" Exit Sub End If 'add selected values to string Set … | |
I need to build a string and then interpret that string as the name of an element in a defined array. Concatination of the string is easy. strCard = R2_5 & "(17)" How then to put strCard into If(strCard = 1) Then ...? | |
![]() | Hi everybody! I have a little problem with making properties editable under VS2008. For example I've class: [CODE=c#] using System; using System.Collections.Generic; using System.Text; using System.Runtime.Serialization; using System.Security.Permissions; namespace ProjektBDApp.NowaWersja.Klasy { public class ControlVector : ISerializable { int left; int top; int width; int height; #region Acessors public int Left … |
im trying to make a error trap for my program. my program is all about receiving report module, i have to modules, receiving report entry and update. and my problem is how can i make a code if one of the receiving report items were not found in the purchase … | |
hi, i'm working with a project. i'm using data report. i'm using defarent kind of paper size. pls tell me some one how can i use defarent kind of page setup using vb code. | |
Hello guys,please help me here. Am having a problem with my listview because i cant ediit or delete records in my list view.Please assist me with the codes here | |
My problem is, i use sql 2000 server, and i'm able to display records on the datagrid. Now, I'm able to display the checkboxes beside the rows of the datagrid. Now, I want whatever row the user checks, the recordset of the datagrid should move accrodingly. Whether the rows have … | |
Hi, I use Oracle database with vb6. [code]Label6.Caption = rcsetFran.Fields(0)[/code] generates 'Type mismatch and Variable uses an Automation type not supported in Visual Basic'. 0 is a autonumber column. Solution is to use 'Use a variable of a type recognized by Visual Basic'. If i do this, i cannot use … | |
pls how do i Creating a dynamic report with crystal report 10 in vb 6.I want to display the report by the output of my query result |
The End.