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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rf222

  1. rf222

    How to Determine Add New Record Mode

    How to Deternmine if the form is in "Add New Record Mode" (acAddNew)?
  2. rf222

    Subform does not resize

    Subform is in Continous Form view, not sure if this makes a difference... Still I would like to resize the Subform to show all records...
  3. rf222

    Subform does not resize

    Afte adding more records to the subform, it does not resize on the main form. I have set Subform/Form Detail's section Grow property to true. but it does not help. How do I make the subform to change size to accmodate more records on the main form?
  4. rf222

    Subform Wizard does not start in MS Access 2003

    It says some components are missing... How do I install it?
  5. rf222

    How to link RecordSource in Subform/Combo to Master/ID field

    The Master form has Studio ID field. The subform has a combo box based on a query "Select * from Statement". I would like to add something like "Select * from Statement WHERE StudioID=" & Parent![StudioID]. Not sure if this will work. I would also like to refresh the Subform's Combo Box once...
  6. rf222

    Create Tabs dynamicly

    1) I have Film -> Active Statements one to many relationship 2) I would like to dynamicly display tabs based on Active Statements table. One tab for each record. If record is deleted on the first tab screen, the statement tabs are updated Thanks
  7. rf222

    How To Evaluate expression in Access

    I would like each record in MyFields.MyExpression filed to contain and expression, which would be calculated on the report at runtime. I am not sure how to do evaluate it at runtime. Example: 1) First record MyFields.MyExpression = "tblMain.Calc1*tblMain2.Calc2" 1) Second record...
  8. rf222

    Need help with C# code

    Thanks a lot, I will give it a try.
  9. rf222

    Need help with C# code

    Yes, it is by design to accept 30 days period. Sorry. I would like help (I am kind of new to C#) how to write code to split the range into 30 day intervals and call the sub. Any C# gurus around?
  10. rf222

    C# Static Constructor question

    I saw in C# there is syntax that you can add events outside of the actual event... Is it called delegates?
  11. rf222

    Need help with C# code

    It does not matter of the actual implementation, it is API. I just want to spilt a range DateTimeFrom to DataTimeTo to 30 days intervals and call the method several times, yet minimum one time...
  12. rf222

    Need help with C# code

    I have a method called CallGetList(dateTimeFrom, dateTimeTo); The problem is that it does not accept range with more than 30 days. What I would like to do is to call CallGetList method with range of 30 days several times to cover the whole dateTimeFrom-dateTimeTo range. Also the range maybe...
  13. rf222

    C# Static Constructor question

    Thanks - AuthorizeRequest! That is what I needed! How do I add my sub to AuthorizeRequest without modifying global.asax file? Delegates?
  14. rf222

    How to force VS2005 to use IIS instead of Dev server?

    How to force VS2005 to use IIS instead of Dev server?

Part and Inventory Search

Back
Top