MarkK's latest activity

  • MarkK
    MarkK replied to the thread Hello from Canada!.
    Hey Albert. Mark here, just 11 hours away by car, outside of Vancouver. Welcome!
  • MarkK
    A little while a go I wrote a VB.Net console app to generate QR code .png files from data. I can just pass in the payload and filename...
  • MarkK
    MarkK replied to the thread How to ignore a mod?.
    Pat I have reported your post with this note:
  • MarkK
    MarkK reacted to RonPaii's post in the thread field variables in sql string with Like Like.
    Using Parameters eliminates the need to cleanup the text and the possibility of injection. Public Sub inToDisc(dFamily As String...
  • MarkK
    I wouldn't reach down into a child object, pull out its data source, apply a bunch of logic, and then stuff that data source back into...
  • MarkK
    When adding a row to recordset, grab the new ID after an edit, but before the update... Dim newRowID As Long With...
  • MarkK
    MarkK reacted to Isaac's post in the thread login page with Like Like.
    Do your employees each work under a unique network login? If so, just grab that information and put it all in a table with various...
  • MarkK
    MarkK replied to the thread VBA class modules & factory design.
    A potential problem with not retaining data model instances--if you are going to create them at all--is that if your user/consumer code...
  • MarkK
    MarkK replied to the thread VBA class modules & factory design.
    I think you'd be more likely to use a factory pattern for composition, for instance, if you have a class that contains other classes...
  • MarkK
    MarkK replied to the thread Help with looping through records.
    If you use a With block... • you don't need a recordset variable Also, when you first open a recordset, if it... • contains no records...
  • MarkK
    MarkK replied to the thread Working with form records.
    The notes field is bound to the same RecordSource as that which drives the continuous form. If the record selected in the continuous...
  • MarkK
    MarkK replied to the thread Working with form records.
    Do you have code somewhere that adds that null record? If so, I would debug by setting a breakpoint in that code. Then cause the...
  • MarkK
    If institutions are required to kiss government ass, individuals will be so required in due course. Vote your conscience on this man...
  • MarkK
    Brilliant. Establish a Department of Truth, and only fund institutions that kiss government ass. Nice "Land of the Free" you got there...
  • MarkK
    When you create an entity in a database you should add a single row to a single table. If you want to add a Contact, your SQL should be...
Back
Top Bottom