Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Goha
  • Content: Threads
  • Order by date
  1. Goha

    creating a calander for date population

    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...
  2. Goha

    IMPORTANT!! File Manipulation

    How do I add a record (constant header) to the begginning of a file?
  3. Goha

    Important !! file manipulation

    how do you append something to the BEGINNING of a file. I have a file full of data and no header. I want to place aheader on it how do i do it VB6
  4. Goha

    !! IMPORTANT !! BCP question

    how can I bcp a file and keep the headers as the column names. Thanks
  5. Goha

    IMPORTANT!!! Treeview and rdo libraries missing?

    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...
  6. Goha

    TreeView ques regarding change icon during expand and contract of tree

    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]
  7. Goha

    I am loading a project from one pc

    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...
  8. Goha

    error: Active x component can't create object

    --------------------- 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...
  9. Goha

    error using rdoConnection

    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...
  10. Goha

    IMPORTANT!!! vb treeview error

    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'...
  11. Goha

    IMPORTANT!! loading a vb6 project into vb5

    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...
  12. Goha

    scrollable trees

    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...
  13. Goha

    drilldown question

    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...
  14. Goha

    How Do I find Current period and YTD spanning over a 2 yr pd

    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....
  15. Goha

    how do i add drilldown functionality

    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
  16. Goha

    important: What files do I need to add drill-down funct to a cust app

    What files do I need to add the drill down function to a custom application? do i need to include any special .dll's or anything of the sort thanks...
  17. Goha

    time difference in two records that is 1min and under

    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...
  18. Goha

    variables within a group...

    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} =...
  19. Goha

    populate the contents of a list box by a MS SQL query?

    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
  20. Goha

    how do i list all the table names in the database publisher?

    how do i list all the table names in the database publisher?

Part and Inventory Search

Back
Top