Search:

Type: Posts; User: yasrab

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    2,557

    Re: '0' Could not be Loaded

    well i retrieve all the data by open my form in Notepad. below some lines the data can be copied and paste in another newly open form in vb.

    what type of measures should i take that this type of...
  2. Replies
    6
    Views
    2,557

    Re: '0' Could not be Loaded

    log file just contain the statement that i have posted.
  3. Replies
    6
    Views
    2,557

    [RESOLVED] '0' Could not be Loaded

    sometimes i get following error with the message that frm could not be open. the log file is as below:

    '0' could not be loaded
    Line 0: The file D:\SP\SP\SP7-E\PP 01-3-12\frmStaffSalSmry.frm could...
  4. Replies
    6
    Views
    971

    Re: Find value of Resize Col in Flexgrid

    Resolved but not for Mousewheel. due to that i just remove Unload function and remaining work good.
  5. Replies
    3
    Views
    606

    Syntax Error in INSERT INTO Statement

    db.Execute "INSERT INTO EmpAttend (sno, empno, BSalary, Conyence, Residence, " _
    & "TotalSalary, mmonth, myear, DaysInMonth, HalfDay, Absent, Leaves, " _
    & "Late, NonWrkDays, LveGranted,...
  6. Replies
    6
    Views
    971

    Re: Find value of Resize Col in Flexgrid

    well i didnt get this error. but i got it in mouse wheel by which i use mouse wheel to scroll grid. now these same function are in two different modules. but error occured due mouse wheel.

    any...
  7. Replies
    6
    Views
    971

    Re: Find value of Resize Col in Flexgrid

    Got error during form unload upon the line "If IsHooked" under Form_Unload.

    Compile Errror:
    Variable not defined.
  8. Replies
    6
    Views
    971

    Find value of Resize Col in Flexgrid

    whenever flexgrid cell is resized from the fixed columns then i need to catch the col size instantly which is changed by resizing.

    any sugestion.
  9. Replies
    4
    Views
    620

    Re: Insert Retrieve Date

    textmatrix (i,6) looks like as below in the grid:

    3/22/21/2012 01:00:00 AM.

    it is saved in the access with same format and field format is date/time.
  10. Replies
    1
    Views
    651

    Re: Dtpicker and Flexgrid

    Well the error is as below:

    Runtime Error 364
    Object was unloaded.
  11. Replies
    1
    Views
    651

    Dtpicker and Flexgrid

    checkout below to insert combo box in the flexgrid
    http://support.microsoft.com/kb/201197

    but when dtpicker is given to insert in flexgrid it works well but sometimes it gives Runtime Error in...
  12. Replies
    4
    Views
    620

    Re: Insert Retrieve Date

    db.Execute "INSERT INTO EmpStaff_Ovt (Sno, Empno, mMonth, mYear, SalMonth, MthDay, Decp, Arv_Time, Dep_Time, OvtTime, TimeDecimal) " _
    & "Values (" & Sno & ", " & FG.TextMatrix(i, 1) & ", " _
    ...
  13. Replies
    4
    Views
    620

    Insert Retrieve Date

    the date is saved in access d/base in the following format from the vb6 application.

    Format(Dt2.value, "MM/dd/yyyy hh:mm:ss")

    1. but only in rear cases it is saved with MM/dd/yyyy format.
    2....
  14. Re: VB 6.0 Error 339 MSHFLXGD.OCX not registered in Windows7

    if setup.exe installs it with the given error then run cmd as admin and go to the folder having MSHFLXGD.OCX and then register it through regsvr32. if its not in the custom folder that is created by...
  15. Replies
    3
    Views
    517

    Re: Time Difference

    if the format of dtpicker is dtpTime and its format

    1. need to change fomrat during runtime dd/mm/yyyy.
    2. need to change format from dd/mm/yyyy to dtpTime to show time 12:00:00 AM.

    any...
  16. Replies
    11
    Views
    1,126

    Re: Apply Shortcut like Ctrl+C

    where should the check boxes to be inserted in the menu.
  17. Replies
    3
    Views
    517

    [RESOLVED] Time Difference

    need to find the time difference from one day to another day in hh:mm:ss Am/Pm format.

    any sugestion.
  18. Replies
    11
    Views
    1,126

    Re: Apply Shortcut like Ctrl+C

    Private Sub MSHFlexGrid1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
    If Button = 2 Then
    Me.PopupMenu Me.MnuDelete 'Right click to show menu
    End If
    End Sub

    Private...
  19. Replies
    11
    Views
    1,126

    Re: Apply Shortcut like Ctrl+C

    thanks to 4x2y and firoz.

    also need right click menu to show/hide controls through check boxes. e.g. if it is checkd in menu then flexgrid shows the required column.

    also there is error occured...
  20. Replies
    11
    Views
    1,126

    Apply Shortcut like Ctrl+C

    Need to apply shortcut like Ctrl + C and Ctrl + S to copy and save in vb application.

    any sugestion.
  21. Replies
    1
    Views
    490

    Sorting in Flexgrid

    whenever a user click on the header of the flexgrid then which function can show its list ascending / desending.

    any sugestion.
  22. Replies
    2
    Views
    729

    Month of DtPicker

    the Dtpicker format to show on the form is custom that is MMMM/yyyy.

    now whenever change the value of dtpicker by its "change" function then if it has january and i increase its value to february...
  23. Replies
    5
    Views
    5,686

    Re: Bands in Flexgrid

    Right click MSHFlexGrid1 then Properties and then under Bands there is Band option. what is the use of that Band and there are "column caption" and "column name" options to insert values but they...
  24. Replies
    5
    Views
    5,686

    Bands in Flexgrid

    wats the usage of Bands in flexgrid and how it could be applied in Grid verticaly and horizontaly as well.
  25. Replies
    1
    Views
    384

    Images in DataReport

    need to enter images in datareport.

    any suggestion.
  26. Replies
    14
    Views
    2,204

    Re: enable and disabled buttons

    if there are lot of more controls on form like text boxes, check boxes then
    how to enable and disable the button in the same manner. note that that should not perform one by one. any function.
  27. Replies
    14
    Views
    2,204

    Re: enable and disabled buttons

    if there are more controls on form like text boxes, check boxes then how to enable and disable the button in the same manner.
  28. Replies
    5
    Views
    717

    Re: Hack Flexgrid by Rhino

    exexution of mentioned program.

    also need to open old threads that were started by my account. any sugestion.
  29. Replies
    5
    Views
    717

    Hack Flexgrid by Rhino

    Got error on "SET" and "excel" object. kindly resolve
    Set xl = CreateObject("excel.application")


    Dim i As Long
    Dim p As Long
    Dim newCell As String
    Dim xl As Excel.Application
    Set xl =...
  30. Replies
    1
    Views
    875

    Merge Cells in Flexgrid

    with flexfrid

    .textmatrix (3,1) = "text"
    .textmatrix (4,1) = "text"

    .mergecells = flexmergefree
    .mergecol(1)=true
    end with

    in above, cells become merge with some text but if text is not...
  31. Replies
    1
    Views
    1,017

    Re: Datareport and Flexgrid

    any sugestion abt inserting values from flexgrid to datareport and wat could be the problem if the datareport is required with new values in database bcoz my datareport cudnt refresh whenever new...
  32. Replies
    2
    Views
    1,293

    Re: Insert and retrieve image in flexgrid.

    wats the defference btw retrieve image and display the image.

    any sugestion abt merge the flexgrid cell.
  33. Replies
    1
    Views
    477

    Textbox in Flexgrid.

    Need to place checkbox in each cell of flexgrid so the cell can use as textbox.

    any suggestion.
  34. Replies
    2
    Views
    1,293

    Insert and retrieve image in flexgrid.

    Need to insert and retrieve image in flexgrid in particular cell from database.
  35. Replies
    1
    Views
    1,017

    Datareport and Flexgrid

    in print command click the values from flexgrid are inserted in tmp table of access and then it is retrieved in datareport. but whenever the values of gird change and the user press the print cmd...
  36. Replies
    0
    Views
    386

    Function to register files

    i need to add a function in a single form by which i can run the command of regsrv32 to register different ocx / dll files.
  37. Replies
    2
    Views
    1,110

    Scroling the flexgrid by mouse wheel

    any sugetion regarding to scroling the flexgrid by mouse wheel.
  38. Replies
    1
    Views
    1,076

    Insert a combo box in flexgrid.

    how to insert a combo box in each row of flexgrid. so that its row / any col of row can be selected by checkbox.

    any sugestion.
  39. Re: The specified module could not be found.

    well it is resolved by registring the .ocx and .dll files contained in the setup. after installation select the destination folder through cmd window where those ocx and dll installed and then ...
  40. Replies
    4
    Views
    820

    Re: Error while launching on Win 7

    well it is resolved by registring the .ocx and .dll files contained in the setup. after installation select the destination folder through cmd window where those ocx and dll installed and then ...
Results 1 to 40 of 74
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width