Search:

Type: Posts; User: ejpotpot

Page 1 of 2 1 2

Search: Search took 0.60 seconds.

  1. Re: Application files for deployment

    Okay, thank you very much RD.

    Cheers!
  2. [RESOLVED] Application files for deployment

    Hi,

    I'm now ready to turn-over my first VB6 application. :rolleyes: May I know what file extensions I have to include in the installation CD? I have .frm, .frx, .drs, drx, .DCA (what's...
  3. Re: User inputs, SQL and Datareport

    Salamat Dee. Sa wakas nakakaraos din ... bakit pa kasi ako dumadaan sa data environment may madali palang paraan. Nakakatuwa nagawa ko na lahat na reports ko gamit ang data environment :D
    ...
  4. Re: User inputs, SQL and Datareport

    Thanks Dee.

    I got this error "Parameter parm1 has no default value"

    I have textboxes named text1 and text2 that store user inputs for the group range.

    Private Sub ExecuteReport_Click()
    ...
  5. Re: User inputs, SQL and Datareport

    Okay done. :)
  6. [RESOLVED] User inputs, SQL and Datareport

    Hi,

    I'm thinking of creating a dynamic reporting wherein the user has to:

    1. input ranges of key info in an initial screen;


    From ...
  7. Replies
    2
    Views
    381

    Re: Datagrid Column Control

    Thanks.
  8. Re: Datagrid Error --> Key column information ...

    Thanks dglienna. I have gone for a while trying to get rid of some VB6 webs in my head ... :D

    Yeah you're right. The db doesn't know which key or rows to update. I was able to solve the...
  9. Replies
    6
    Views
    778

    Re: MSHFlexgrid question.

    Thanks. I have suppressed the columns using this code:


    Me.MSHFlexGrid1.ColWidth(0, 0) = 0 ' to suppress column 1
    Me.MSHFlexGrid1.ColWidth(0, 2) = 0 ' to suppress...
  10. Replies
    6
    Views
    778

    Re: MSHFlexgrid question.

    Thanks, i'll try this one.
  11. Replies
    6
    Views
    778

    Re: MSHFlexgrid question.

    Thanks dglienna,

    How can i set to 0 a specific column say column 3? Can I use the command below and may i know what's the Xs settings?

    Me.MSHFlexGrid1.ColWidth(x,x) = x

    Thanks,
  12. Replies
    6
    Views
    778

    [RESOLVED] MSHFlexgrid question.

    Hi,

    How can i suppress columns from the parent and child recordset. These columns are the ones i used in relating the two tables.



    My column layout

    '----Parent----- ...
  13. [RESOLVED] Datagrid Error --> Key column information ...

    Hi VB ExPeRtS,

    I have a multi tasks integrated form (adding, editing, deleting, etc) having text boxes, record headers (MSFlexgrid) and its details grids (Datagrid). It works fine except on the...
  14. Replies
    2
    Views
    381

    [RESOLVED] Datagrid Column Control

    Hi,

    Can I selectively choose any column of a datagrid that I will allow only for updating?

    Thank you in advance.

    Cheers!
  15. Re: What's wrong with this statement ?

    sanofb***.... you're good Dee-u !!! It works !!! Yohoo, salamat.
  16. Re: What's wrong with this statement ?

    Thanks dee. There is a value of groupno (an integer).
  17. Re: What's wrong with this statement ?

    Thanks RB. I tried and there is a syntax error which exactly says Syntax error. 'Select s_idno'

    I tried this syntax piece by piece Insert into <table> (<field1>, <field2>) VALUES ('001','De...
  18. Re: What's wrong with this statement ?

    Thanks dee-u. There is no error but no values are inserted in the groupdetail table.
  19. [RESOLVED] What's wrong with this statement ?

    Hi,

    I am not yet familiar with VB6 commands and can anybody help me please with this error: "Wrong number of arguments or invalid property assignment"

    Here's part of the code:

    Set rs = New...
  20. Replies
    2
    Views
    518

    Re: Dummy datagrid?

    Thanks kenchix1 for valuable inputs.
  21. Replies
    2
    Views
    518

    [RESOLVED] Dummy datagrid?

    Hi,

    I am not sure if I made correctly the right thread title but I have these tasks to do with the following specifications:

    1. The user has to input Group No. say "01" in a text box...
  22. Re: MSFlexgrid Refresh (?) or Redraw (?)

    Thanks a lot BruceVde. It's working now.
  23. [RESOLVED] MSFlexgrid Refresh (?) or Redraw (?)

    Hi,

    I have an MSFlexgrid grid displayed initially sorted by student ID. In the display, I have a sort command button for LastName sorting. The problem is i can't refresh the display after...
  24. Replies
    37
    Views
    48,308

    Re: Export FlexGrid To Excel

    Hi Hack,

    I find this one interesting. Can you please help a vb6 newbie here on how to include the column headings into the excel file?

    A bunch of thanks to ya'll.
  25. Replies
    3
    Views
    367

    Re: Field entry out of range

    Thanks dee-u. That was quick. I'll try this one.
  26. Replies
    3
    Views
    367

    [RESOLVED] Field entry out of range

    Hi,

    I have a textbox named tb_grpid with max length 10. The database receipient field for this is s_id as LongInteger. However, when I entered this value 3456345634 and save, an error...
  27. Replies
    10
    Views
    668

    Re: [RESOLVED] Help me please on syntax ...

    sige po sir. may klase pa po ako.
  28. Replies
    10
    Views
    668

    Re: [RESOLVED] Help me please on syntax ...

    hindi ko po kilala yan sir.
  29. Replies
    10
    Views
    668

    Re: [RESOLVED] Help me please on syntax ...

    Yes Sir, taga Cagayan de Oro po.
  30. Replies
    10
    Views
    668

    Re: Help me please on syntax ...

    Thank you so much Dee for your time. I changed my codes and it's working.

    Salamat ulit ...
  31. Replies
    10
    Views
    668

    Re: Help me please on syntax ...

    Hi dee-u,

    I'm using Data bound control. Is this DAO your referring to? I'm thinking on using ADO but the entire sets of recordsource (?) in the edit, delete and update buttons are tied up with...
  32. Replies
    10
    Views
    668

    [RESOLVED] Help me please on syntax ...

    Hi,

    Can somebody help me please educate me on how to improve this vb statement :

    Data1.Recordset.FindFirst "Codeno = " & content ?

    I have this task of verifying a record on the...
  33. Replies
    0
    Views
    402

    Printing DB Fields

    Hi,

    How can i print the table structure/design in MS Access to a printer? In FoxPro ( :cry: ), i used to use this command :

    .use <tablename>
    .list struc to printer

    Thanks a lot.
  34. Replies
    7
    Views
    7,941

    Re: Preview and print access report from vb

    Thanks si_the_geek !
  35. Re: Another Date Formatting problem, please help me.

    Thanks dglienna. Yeah your right, have to enter leading Os but anyway, my initial task has the solution.

    Cheers to ya all!
  36. Re: Another Date Formatting problem, please help me.

    Thank you guys !!!
  37. [RESOLVED] Another Date Formatting problem, please help me.

    Hi,

    I'm stuck with this task. I have a text box named tb_StartDate and I would like to ask if this is possible to mask this field with this character " / / " when the user is on or is...
  38. Re: select a row in datagrid, probably simple

    Now, i'm contributing my months old knowledge in VB .. :rolleyes:

    I have an MSFLEXGRID display and a double click on any line somewhere in this grid and fetch those values in a customized...
  39. Replies
    7
    Views
    7,941

    Re: Preview and print access report from vb

    Hi,

    Please forgive me if I ask this. I trying to figure-out this error in my practicing:

    "Compile Error: User defined type not defined" and it points to this line: Set acc = New...
  40. Replies
    5
    Views
    505

    Re: Database Linking and Updating

    'twas quick!!! Now, I begin to like VB6.

    Thanks very much Pete !
Results 1 to 40 of 45
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width