Questions: 619

Answers by our Experts: 487

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Dear Sir,

I wanted to hide data report textbox for some fields for example i wanted to print data only when field has alphabets and if field have only numeric data i dont wanted the data to be printed in that case i wanted to hide textbox on data report.

if i change textbox property it will effect all the records, i wanted to hide the textbox only for few records based on the given condition.

how and where should i give coding so that the above should hapen in runtime.


Thanking you.

With Regards

K.Giridhar Rao
Dear Sir,

My Question from v.b 6.0 is

i am using a table "marks" which have fields like roll_no,name,marks and i wanted to create report which should show namelist in bold letters who ever scored morethat 80 and underline whoever scored below 40 and all others in regular font.

problem is how to make data report text box bold or underline or regular for certain records based on the marks and where to give coding for the condition criteria.

Kindly answer

Thanks

With Regards.
K.Giridhar Rao"
How I disable copies or fixed only one copy with crystal report (*.rpt)?
i keep getting an invalid outside procedure with this portion of my code

Const HOURPRICE As Double = 45
Const TIPPERCENT As Double = 0.065

'******************************************************************
'Order Hours and Print Receipt
'******************************************************************
'Private Sub OrderButton_Click()
Dim numhours As Double
Dim hourcost As Double, tipAmount As Double, totalcost As Double


'***Get number of Hours Worked
numhours = CDbl(txtHours.Value)
hi,

i have 4 listbox and want delete selected item of these. my code is below:

LstID.Items.Remove(LstID.SelectedItem)
LstObj.Items.Remove(LstObj.SelectedItem)
LstCount.Items.Remove(LstCount.SelectedItem)
LstResult.Items.Remove(LstResult.SelectedItem)

but only first line work.

Plz help;
I have to create a loan calculator program which consists of 4 radio buttons in a group box with text boxes right next to them (amount of loan, interest rate, duration of loan, and monthly payment) and two buttons (calculate value and clear all values). to calculate the loan you have to click on one of the radio buttons, fill in the other 3 text boxes and then when you click calculate value it comes up with the amount for that text box
I'am using Visual Studio 2012 rightnow. And I'am trying to write a program. What it can do is input our email username and Password in the provided bar then click login. It will redict directly to your email without we opeing the login page. So my question is: Is this possible + what code or command should i used. (I'am very new to this so.....Please teach me.....Thank you)
A retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state and county sales tax collected.The state sales tax rate is 4 percent and the county sales tax rate is 2 percent.Design a modular program that asks the user to enter the total sales tax for the mont. From this figure,the application should calculate and display the following:

.The amount of county sales tax
.The amount of state sales tax
.The total sales tax (county plus state)

In the psuedocode,represent the county tax rate (0.2)and the state tax rate(0.04)as named constants.
hi
I am currently working on my major project for school.
This is just about finished however im not sure how to make it an exe.
This is because its a quiz game that reads multiple text files and mp3 files.
Currently all files are in folders within my project folder. Will it still work with the pathways for my computer if I make it exe without changing anything? This is in vb6. Thanks for the help
Running on a particular treadmill you burn 3.9 calories per minute. Create an application (function) that uses a loop to display the number of calories burned after 10,15,20,25 and 30minutes
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS