11,868 Topics

Member Avatar for
Member Avatar for humera wagan

hello im displaying multiple records from different tables in text boxes,i have fields as item code (assigned to customer) description n quantity.now when running the program i move records,the customers who have been assigned the item code their record is being displayed only but who haven't been assigned with item …

Member Avatar for debasisdas
0
101
Member Avatar for satti

hi friend,the problem is i have created two projects separately.both have dataEnvoirment with the same name as DataEnvoirment1 ..iwant to add a form from 2nd project to 1st project when i add the form along with its DataEnvoirment it gives duplicate name error, Itried to change the Dataenvoirment1 name to …

Member Avatar for satti
0
161
Member Avatar for ZeroCul

I am trying to pull down tasks from Sharepoint into MS Project, but my company does not have Project Server. There are no plans to get Project Server. I read that one could use "Intelligantt" or "Project Publisher" to accomplish what I am asking for. Again, there are no plans …

-1
116
Member Avatar for vinothmca
Member Avatar for martin11ph

Hi again. I'm having another splash screen problem. I have 3 forms namely login, main, splash. Once the user has authenticated himself, the main functions will be started and the splash screen is shown as well. My problem is that if the user moves or minimizes the splash screen, the …

Member Avatar for AndreRet
0
248
Member Avatar for pmark019

I want to make a rating system in vb6 that has stars like here: [url]http://www.imdb.com/title/tt1217613/[/url]. Is there any add-on available for vb6 that will allow me to make this kind of rating system?

Member Avatar for AndreRet
0
428
Member Avatar for Jaseem Ahmed

i m using sql server 2000 with vb 6. i m having some problem in navigating recors.. when i m pressing Move Next,it moves only one record, and when i m moving Move previous, samely it move one previous record... here is a code... [CODE]Option Explicit Private con As New …

Member Avatar for Jaseem Ahmed
0
2K
Member Avatar for TheDocterd

Me again :) Seems like this problem will never end.. All works fine in my code, except it doesn't REMOVE the email addresses that are NOT 2 days behind. In my messagebox it displays all the ones that are behind, so that means I only want those in my 'to' …

Member Avatar for AndreRet
0
133
Member Avatar for TheDocterd

Hi All I want to use a template that should be used in my email function of my application. Below is my code so how should I modify it so that I can use a template instead of having to everytime type in the body of the email. Thanks in …

Member Avatar for AndreRet
0
180
Member Avatar for tshudyb

I am trying to calculate the 'Profit' field based on the current record's 'ProjectTotalBillingEstimate' field and the 'ProjectActualCost' field. I want the 'Profit' text field to be calculated every time a record is changed, either via the navigation toolbar or the Project ID drop down box. I tried performing the …

Member Avatar for AndreRet
0
268
Member Avatar for satti

hi friend, i want that my program should work like this, after inputs of total amount and expenses it automatically give the Total Expense and than TOTAL AMOUNT - TOTAL EXPENSE it give me the Remaining Amount. the total Expense and Remaining Amount should show in a text boxes. as …

Member Avatar for AndreRet
0
193
Member Avatar for Jaseem Ahmed

i have 2 forms, one is Named With territory, where the territory description is given, and other form is Heirarchy, whre the tree will b shown, when any one writes the description in territory, and presses update button, the Node should b created in heirachy... can u help me plz...?

Member Avatar for debasisdas
0
304
Member Avatar for ben25x

I have JUST started learning basic (as of TODAY, actually) and I get the "basic" gist of it ;) but i have looked everywhere and cannot find out how to make the program do something [I]without[/I] the user doing anything. i'm sure it's a simple [CODE]Private Sub 'something[/CODE], but i …

Member Avatar for AndreRet
0
733
Member Avatar for aparnesh

In my program, I need to have invoices printed from the program for the client's sales. The invoices are printed on pre-printed stationery whose top has the client's name, address, etc printed. The invoices are printed on a fan fold type paper on a dot-matrix printer (TVSE MSP 240 Classic). …

Member Avatar for aparnesh
0
239
Member Avatar for Jaseem Ahmed

i have bundle of text boxes to get an input.. i have textboxes that some how work like data grid... i have 4 colums of textboxes and each colum have 30 textboxes as an array in picture box.. now i am facing a problem that, every time when i m …

Member Avatar for AndreRet
0
96
Member Avatar for alleybye

Ive been trying to understand this thing for approximately 1 day, but i cant really get it I'm about to create a report which requires TWO tables. but i forgotten that the datareport.datasource only accepts One command. so ive got the idea of creating a child command and create it …

Member Avatar for AndreRet
0
84
Member Avatar for KeerthigaN
Member Avatar for AndreRet
0
62
Member Avatar for satti

Dear friend ,iam working on a project in which i have to make a database on 14 columns and then a program in vb to add the new data,delet and find. i have created database and a flexgrid in vb.but the problem is that icant be able to connect the …

Member Avatar for AndreRet
0
1K
Member Avatar for abelingaw

I'm having problem regarding a text box max length. If i set it manually from the properties tab (i set it to 10), output would like "10000000.0" What i want is that it would be "1000000000.00". So i tried using this code: [CODE]Private Sub txtrate_LostFocus() If txtrate.Text = vbNullString Then …

Member Avatar for AndreRet
0
489
Member Avatar for deadelgabar

hi, im working on my graduation project which is a hotel reservation system. i just want to know one thing, what are the contents for that project. (system analysis, data base, visual basic). is there any extra thing.. thanks for your help so much,, i really appreciate your reply

Member Avatar for debasisdas
0
77
Member Avatar for jackparsana

hi, please help me to create setup of my web project. i use visual studio 2010 and Mssql 2008. i have problem in create setup is - i can not create App_code. - framework problem in web config file. please help me to do that. thanks jack.

0
102
Member Avatar for critznikkian

well im having a little trouble hiding the password on my input because im using inputbox i just want to cover up what the user will type at the inputbox with asterisk "*" how can i change the input in the input box with * so it will not be …

Member Avatar for AndreRet
0
308
Member Avatar for critznikkian

Good evening anyone, im having a hard time looking for the ascii code or number of a specific key in my keyboard, does anyone have a vb6 program that when you click a key on the keyboard it automatically displays the number equivalent in ascii? program or code will be …

Member Avatar for AndreRet
0
853
Member Avatar for Jaseem Ahmed

how can i can save date in database from dtpicker.. and what is the way to assign date field of database to dtpicker.

Member Avatar for AndreRet
0
185
Member Avatar for Jaseem Ahmed

i have an error in my numric fields. just like Phone no., fax no., zip code. these field in data base are assigned numeric data type. now when i m assigning these fields to textboxes, there is error cuming, type mis match. phTxt.Text = rs!Phone in this line.

Member Avatar for AndreRet
0
174
Member Avatar for satti

Dear friends iam making a vb program when i created splash screen and run the program splash screen run ok and next form with login pop up but when i enter my password to login on second form(FRMMAIN.frm) it give me error.when i remove splash screen it becomes ok again …

Member Avatar for AndreRet
0
234
Member Avatar for PinoyDev

Hi Guys! I just need a little help on how to detect if a form is open or loaded.? When it is loaded or open, i want it to show or visible when a button is click.. Something like this... [code=vb] if frmisOpen(frmname)=true then 'show or load the form end …

Member Avatar for PinoyDev
0
267
Member Avatar for FanionGolfer

Hey Im just wondering if anyone could help me with this timer project Im working on... The purpose of this project is to keep tract of the time a classroom of students is working, not working and then total time of the class. So far I have only the seconds …

Member Avatar for WaltP
0
336
Member Avatar for neosonic

Sorry, maybe I post this in the wrong section. But, I hope it is simple enough to be answered :) I have .dot ms word template with mailto hyperlink. something like: [U]neosonic@neosonic.com[/U], link to mailto: [email]neosonic@neosonic.com[/email] I have tried to edit it manually in the .dot file, and that mailto …

Member Avatar for AndreRet
0
353
Member Avatar for satti

am facing an error 'Run time error:424 Object required, Private Sub Form_Load()iam highlighting the error in code below. [CODE]Private Sub cmdAddEntry_Click() ' add a new entry to our table. With DataEnvironment1.rsDataTable .AddNew !CodeNo = txtCodeNo !DealerName = txtDealerName !TruckNumber = txtTruckNumber !Quantity = txtQuantity !NetPrice = txtNetPrice !Commision = txtCommision …

Member Avatar for satti
0
217

The End.