19,728 Topics

Member Avatar for
Member Avatar for marijana

:-) hi! can somebody help me, pls; i have an acces database, and a querry "Q1" that counts some records, depending on the value of one combo on the form. This is sql view of the querry: "SELECT Count(tblZARAZNABOLEST.idZarazna) AS CountOfidZarazna FROM tblGRADOPCINA INNER JOIN (tblNASELJE INNER JOIN tblZARAZNABOLEST ON …

0
57
Member Avatar for tayspen

ok so i open notepad and paste this code [code] ContactsXPortPath As String = "E:\Ipod\Contacts" Const CalendarXPortPath As String = "E:\Ipod\Calendars" Const NotesXPortPath As String = "E:\Ipod\Notes" Const EmailXPortPath As String = "E:\Ipod\Notes" Sub ExportAll() ExportToVCard ExportToiCalendar ExportToText ExportToEmail MsgBox ("Export to iPod Complete") End Sub Sub ExportToVCard() Dim ns …

0
87
Member Avatar for mcupryk

I have the following structure defined in a given form called transoverride.vb Public Structure structTransoverride Public Account_Name As String End Structure at the top of my class (TransOverride) I have defined the following: Public TransOverrideStruct Public objTransoverride As structTransoverride I have a datagrid that when I select modify button on …

0
78
Member Avatar for mcupryk

When I am in Debug mode, I want to set the value of the textbox on the dialog form. What happens the dialog form appears before , even when I am starting debug bug mode. The values of the textbox in show dialog sub routine they appear to be set …

0
56
Member Avatar for mcupryk

I have the error coming when I call a dialog form passing a parameter. An unhandled exception of type 'System.Exception' occurred in microsoft.visualbasic.dll Additional information: Can't assign text to readonly, disabled or hidden C1Input control when its Text property is not detached. Public Sub DoModify() Dim dTable As DataTable = …

0
74
Member Avatar for mohansameer

Whenever I try to place Msflexgrid component on the form,it show me the message,"You don't have the liscence to use this control. Please send me solution for that,or tell me the other method to show the grid,as I only want to show the information in the grid form.

Member Avatar for readraj
0
224
Member Avatar for chancho25

Hi I saw someone asking for this same program but int he C++ thread. I need some help but using VB.net. Here it goes Develop a program that determines if a department store customer has exceeded the credit limit on a charge account. For each customer, the following facts are …

Member Avatar for yoavgold
0
131
Member Avatar for mcupryk

I have the following two functions. My goal is to highlight a row in a datagrid and delete a row. Problem arises when I click on the delete button. Below are two sub routines for DoDelete. Which route should I go with? I have created stored procedure for deleting the …

0
77
Member Avatar for SpS
Member Avatar for SpS
0
186
Member Avatar for newjerseydr

I do: paramField.ParameterFieldName = "P1" ' Set a value to the parameter. paramValue.Value = strTemp paramField.CurrentValues.Add(paramValue) paramField.DefaultValues.Add(paramValue) ' Add the parameter to the ParameterFields collection. paramFields.Add(paramField) CrystalReportViewer.ParameterFieldInfo = paramFields strReportSource = strReportSource & "Transaction For Specified Account.rpt" CrystalReportViewer.ReportSource = strReportSource Then I get "Load report failed" Any suggestions? Thanks....

Member Avatar for Paladine
0
103
Member Avatar for fieryidris

i have 9 pages that mostly follow on after each other and pages 4 and 5 both have to use information that has been added to textboxes on page three, both to show text in a label and also to use the added text to write to the registry. to …

Member Avatar for fieryidris
0
110
Member Avatar for YASSINE_MAKKE

hi all i have a problem setting me back i have a table "students" with fields (StudentIdPk , StudentName , Country) as an example im trying to lookup the field country and put all the distinct values from this field into the combobox's list.(not much records) what i would like …

Member Avatar for YASSINE_MAKKE
0
108
Member Avatar for mordtechin

Hello all you VB.NET 'ers This being my first post would first of all like to say "Hallo!" :cheesy: My problem is with Microsoft's FTP class [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;832679[/url] When I use this class, I am calling the GetFileList Function to populate a listbox so that the user may be able to …

Member Avatar for mordtechin
0
76
Member Avatar for ninelg

I got as far as being able to execute a dts package from vb.net. The dts package passes a global variable to a stored procedure. How can I capture the returnValue of the stored procedure in vb.net? I'm stuck and can't figure it out. Can anyone please help me? Thanks, …

Member Avatar for kristin
0
110
Member Avatar for baba0880

Hi Everyone, ColumnName DataType Length AllowNulls sampleKey char 10 engDesc char 40 Yes frDesc char 40 Yes When I try to add a record,if the Textbox is empty then I am getting an errror. If it's not empty then it adds to the table. But in database, I checked those …

Member Avatar for baba0880
0
156
Member Avatar for munrogan

[B]Hi i have been ask to design a hangmen project for college but i broke my leg and missed quite alot of college and learning could someong please help me design my project as it has to be in by friday the 26th of August. thanks :cry: [/B]

Member Avatar for Quan Chi2
0
91
Member Avatar for marijana

HI! pls, can anybody help me, this is my problem: i have an application on two computers, it stores data in the access 2000 database. One database is design master, and another is its replica. Everything works fine, but i have to synchronise databases ( design master and replica) manually …

Member Avatar for marijana
0
162
Member Avatar for erikkl2000

Hello all, I have ddlA that loads another ddlB on a postback. I AM Able to get ddlA to load in the page load event;however, i can not get the ddlB to load from the selected value from ddlA. Can someone please help me with this. * I am very …

Member Avatar for Letscode
0
474
Member Avatar for yoavgold

Hi there, Does anyone knows ho to create an appointment in outlook from a PPC app. ? thanks

0
74
Member Avatar for newjerseydr

I created an application in .net that emails a person using mapi and outlook 2000. It works fine on pc that has outlook 2000 sp1, but doesn't work on pc that has outlook 2000 no sp. Outlook 2000 puts the recipaddress in quotes. Does anyone know how I stop Outlook …

Member Avatar for jagatcba
0
87
Member Avatar for newjerseydr

Does anyone know how to stop Outlook 2000 from prompting about A program is trying to automatically send e-mail on your behalf. I created a vb .net application to send e-mails using mapi but I get this message from Outlook 2000. Is there anyway to stop Outlook 2000 from prompting …

Member Avatar for jagatcba
0
68
Member Avatar for jagatcba
0
46
Member Avatar for Pmaster

Hi all. I imagine there is a key word like there is asm for asembly but I don't know what it is. Never tried it in visual basic 6. Using net now and learning c++ whould like to know. Any help greatly appreciated. TIA. :confused:

Member Avatar for Paladine
0
85
Member Avatar for erikkl2000

Here is where i am at: :eek: I am faced with a comon newbie problem and i have bet my brains in for 4 days over this and now i am seeling help. I have a dda that has static content, i have ddlB that loads depending on the selection …

Member Avatar for erikkl2000
0
147
Member Avatar for KrisB

Hello! I've been searching the web for nearly a week now trying to figure out how to read the information a user can enter into an interactive web excel spreadsheet. More precisely, I need for a user to enter an unlimited amount of numbers and I need to be able …

0
50
Member Avatar for reyhan12

I have a project where I have to make a sales and inventory system. My purchase order form has a table which you can list the products that you want to order. My question is how do I store the products information associated with the purchase order? I thought of …

Member Avatar for reyhan12
0
180
Member Avatar for siha

Hi folks, I have written client and server applications. The messages from client flow continuously but not periodically to the server. At the server side, an event fires and a procedure is called when a message arrives at the server. This procedure runs slowly. While it is running, it can …

0
78
Member Avatar for piggy85

:cry: hi all, is there any idea or solution how to create an application to make phone call on pocket pc????? or now i had a texbox and a button textbox is for user to type in telephone number and button "call" to make phone call is there any idea …

0
81
Member Avatar for cfonseca
Member Avatar for Letscode
0
67
Member Avatar for EsiSilver

Hi I want access to AutoNumber Fields in a Filled Dataset for Example : [code] For i= 0 To Dataset11.Tables(0).Columns.Count - 1 If Dataset11.Tables(0).Columns(i).AutoIncrement = True Then MsgBox("This Field Is AutoNumber") End If Next [/code] But This Code Not Work !!!

Member Avatar for EsiSilver
0
115

The End.