how do i do the following...
Before:
-------
I have a combo box and is currently pulls the default date
as current date or changed via typed in manualy
After:
------
To have a combo box and is currently pulls the default date
as current date and to change it by a minuature calander when you...
I have a problem. I was able to create a project, compile it and run it no problem. then when it went for testing it came back with two bugs. now when i go to fix it the project will not compile it because it is missing libraries. the treeview library, the imagelist library and the rdo...
TreeView question regarding change icon during expand and contract of tree
I want to do what you see in explorer ( when a folder is opened then the icon is changed to an opened folder and vise versa).
please can anyone help me and please I would appreatiate sample code.
Goha
[ponder][pc3]
I am loading a project from one pc and trying to run it on another. the original pc is my work pc at the office and the second is the pc that i use at home to work from home. I have tried installing vb 4 times what seems to be the issue. it seems to be some sort of licencing issue
Line 1279...
---------------------
I get the following error.
run time error '429':
Active x component can't create object
the pocedure that it is in is below
-------------
Private Sub open_database_connection() 'open the connection to access Database (s)
rdoDefaultLoginTimeout = 40 'set the...
I get the following error message when I run the (on last line)
sql_string = "select * from report_def where Description = '" & Trim(strNodeText) & "' and param_name = '" & RDEF(I).PARAM_NAME & "'"
Set rdofind = cn.OpenResultset(sql_string, rdOpenForwardOnly...
I am converting from a listbox to a treeview
How do i fix the following ....
Form2.Label1.Caption = "Loading parameters for " + vbCrLf + """" + Trim(TreeView1.Nodes(TreeView1.Index)) + """..."
I get the following error:
Run-time error: '343'...
How do I load a vb6 project into vb5. the code was coded as vb4 and i only had vb6 compiler at the time so now i want to go and and modify the changges and i cannot. I get the following error:
'Retained' is an Invalid key. The File 'c:\....vbp' cannot be loaded
what does this mean?
thanks in...
I am having trouble with the following:
1. How do I put a tree structure which lists a series of reports on to a scrollable area. the items in the tree are large enough to require it to be scrollable.
2. How do I add icons to each individual tree node?
Please provide sample code.
Thanks in...
I am launching a crystal report via a custom application. within the crystal report i have drilldown capability. whenever I run the CR report in crystal Report report developer the report works fine WITH drill down capability. If I run it within my custom application the report runs fine and...
How Do I find Current period and YTD spanning over a 2 yr pd . I need to find the following ..
Cust_ID, Cust_name, Month, Curr_Period, Curr_YTD, Last_Year_Period, Last_Year_YTD
I was thinking of using a view but view but I do not know where to Begin
Thanks....
what files (dll etc...) do i need to add to my custom application that would enable the drilldown function in CR to work.
Crystal Reports Pro
version 5.0.6.96
Thanks
Goha
How would i get the time difference for only the records that load and unload in i min and under.... here is what i am using.
select car_no, viewlog_date_time, text_message
from viewlog
where car_no <= '500' and (text_message like 'LOADED' or text_message like 'Unload' )
order by car_no...
I am trying to declare a variable within a group and is giving me ane error that reads the following: a number, currency amount, boolean or string is expected here
This is how I declare it
in group1 header:
formula @po:
numbervar on := 0;
in details:
@poweron:
if {Viewlog.msg_type} =...
How do i populate the contents of a list box by a MS SQL query?
for example I want the list box to be populated by the listing of all the user tables in the database publisher....
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.