Thanks fso much for the reply...
No..im not enabling my toolbar image button..i disable the toolbar button when the form loads in the system....witho ut do any action....still it not greyed...so how come it can be enabled? Is there any additional codes i must put?
User Profile
Collapse
-
Disable toolbar image in vb6
I had used toolbar to replace button usage in program . I had disable the image button in toolbar but it not displayed in a shaded mode when disabled. How can i do it because i want to differentiate between enable and disable by see the image appearance, not by click the image button in toolbar. Please help me...i need it urgently....I do disble the toolbar image button using the below coding....
Toolbar1.Button s(3).Enabled = Fals... -
How to load notepad value in textbox
I need to call back what i had write in notepad using vb application. I can do it using the coding below but the problem is i want to retrive the value in different textbox but all the values in notepad appear in 1 textbox.Like in notepad i got values like
f
g
In textbox the values appear like Text1 = fg
Text2 = fg
Actually i want like Text1... -
Store textbox value
How to store the value that we enter in the textbox , even after we unload the form. Im really getting crazy doing this, i cant get the flow how to do this function. plzzzzzzz guide me....! -
How can i sort sql query? The problem is i put this 2 fields in detail section in CR(Detail A & Detail B), so it alternately repeat 1 by 1 a-b-a-b but
I want to display all a then all b?Please help me..Leave a comment:
-
Sort the detail section in CR
Hi,
Im developing a CR using CR 8.5,vb6 and access for my company project. I have do 2 mutiple column detail section in crystal report. 1 is for MFGNo list and another is for OEMNo list.Now the data is printed alternately like
101001 101002 101003 101004 -MFGNo
201001 201002 201003 201004 - OEMNo
102001 102002 102003 102004 -MFGNo
202001 202002 202003 202004 - OEMNo
I want the result... -
Avoid alternate display in Crystal report
Hi,
Im developing a CR using CR 8.5,vb6 and access for my company project. I have do 2 mutiple column detail section in crystal report. 1 is for MFGNo list and another is for OEMNo list.Now the data is printed alternately like
101001 101002 101003 101004 -MFGNo
201001 201002 201003 201004 - OEMNo
102001 102002 102003 102004 -MFGNo
202001 202002 202003 202004 - OEMNo
I want the result... -
It is like this, i got 1 tableA that match many rows of data for same id from another tableB. So i query to retrieve all the data for one id from tableB. It will list out all the data related to that id from tableA. Now the problem is the the data display from tableA one by one in different pages in crystal report but i want all the data display in same field object in 1 page of CR. like
120,130,150,... ............... .
120,180.........Leave a comment:
-
Multiple Value Field
Hi..
How can i make a field in crystal retrieve multiple row data?
Currently each data display in different pages in crystal report. Like
120,130,140,150 all in 1 field in the report
instead of 120 in 1 page, 130 in 1 page and so on
Im using CR8.5 and vb6.
Thanks. -
View based report ? Im doing a view based report also. Im confused here. I give my code for single table report .
Option Explicit
Dim cn As ADODB.Connectio n
Dim crx As New CRAXDRT.Applica tion
Dim rpt As CRAXDRT.Report
Dim db As CRAXDRT.Databas e
Dim rs As New ADODB.Recordset
Dim WithEvents sect As CRAXDRT.Section
Dim rptObject As CRAXDRT.ReportO bjects
Dim i As Integer
...Leave a comment:
-
Multiple Table in Crystal Report
hi,
I need a help regarding crystal report in vb6. I need to retrieve data from 3 tables in 1 report.I have do data and image retrieving from single table but now i need to display data from 3 table.How can i do so?Please help me...urgent to finish up my project.
Thanks in advance. -
I had try..but Undefine function "REPLACE" in expression error occur. Please Help me.Leave a comment:
-
why no one response to my question? plz help me ......i try a lot of way..but all error....Leave a comment:
-
No, the query shows error. This query down here is success.....
UPDATE Alternator SET EversparkNo1 = REPLACE(Everspa rkNo1, " - ", " ")Leave a comment:
-
conn.Execute "UPDATE Alternator SET EversparkNo1 = SELECT REPLACE(Everspa rkNo1, " - ", "") FROM Alternator"
this line got errorLeave a comment:
-
-
-
Type dismatch error occur....plssss ssss help me...next week i must present to my boss....
db_file = App.Path
If Right$(db_file, 1) <> "\" Then db_file = db_file & "\"
db_file = db_file & "Everspark2.mdb "
' Open a connection.
Set conn = New ADODB.Connectio n
conn.Connection String = _
"Provider=Micro soft.Jet.OLEDB. 4.0;" & _
...Leave a comment:
-
i have one field which is Eversparkno1 where all its data got ' - ' now i want to remove the ' - ' to ' ' nothing, that means if 101-001 i want to change to 101001. so i want to do it by query, this replace successful if run directly in access but..now im doing in vb as a tools for query.Leave a comment:
-
i want to insert values into not an auto increment fields . I want the field fill the values start from 1 till the n last record. i wan to run a query to do so. plzzz help me by query.Leave a comment:
No activity results to display
Show More
Leave a comment: