Search results

  1. C

    Disable import

    srry but i dont think that you got my point. For example i have my db XXX. And i can create a new database and import the files from db XXX. So i want to disable importing data into new databases from my dbXXX.How can this be done
  2. C

    Disable import

    I didnt know in which forum to post this thread.So i guess i will put it here. So heres the thing. I have created a db and i dont want anyone to be able to import anything from it.(Note: IN ms access we can create a new db and import files into it from other db's) so how to disable importing...
  3. C

    Shortcut Keystroke Combination

    or can anyone change this vb code into vba... A = Shell("REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f", vbNormalFocus)
  4. C

    Shortcut Keystroke Combination

    I want the database to open a form when Ctrl+Alt+Del is pressed.I dont think this can be done using a macro.can vb coding do this job??If so how?
  5. C

    Fine a student?

    hehe..Why couldnt i think of this:P this is quite simple..Thx..i appreciate ur help :)
  6. C

    Fine a student?

    I am currently working on a library database. and i want access to automatically fine a student $1 per day, if he fails to retun the book within the given time period. I knw that this is possible using vba codes. but dont knw how to. Any help greatly appreciated
  7. C

    Using combo box???

    Figured it on my own..:D anyway thx guys
  8. C

    Using combo box???

    sorry but theres one more problem. I have a field called customerID. when the user chooses customer type as "cash customer" i want the combo box to automatically update the customerID as "3" I think this is possible using afterupdate event.But how??
  9. C

    Using combo box???

    Thx this was great help indeed :D
  10. C

    Using combo box???

    hello, In my form i have a combo box.from it the user can choose a customer and the billing address(personal info) will be filled in automatically.But in case of a cash customer billing address and such personal information is not neccessary.. So i was thinking of having a combo box to choose...
  11. C

    UI translucent code problem...

    For i = 1 To EndOpacity Call SetTranslucent(UIForm.hWnd, i) '// this is required for proper fade effect '// otherwise you'll just jump to the transparency immediately '// you may want to use another method to wait DoEvents Next i Same error is showing up..And by the way i did import the...
  12. C

    UI translucent code problem...

    no i cant find SetTranslucent(). And yes his sample works perfectly fine
  13. C

    UI translucent code problem...

    yes i did... but still its not working.. An actually the thing is that when i open the debugging session that part is highlited in the module "API_TRANSLUCENT". btw if u really think it will work can u please upload a sample databse which shows that it can really be done under the...
  14. C

    UI translucent code problem...

    Hi all I am working on a db.. On it i have a main (popout) form. When the user clicks on a button on the main form a new form will popout.The new form is named as "frmstartmenu".I applied a translucent form effect on "frmstartmenu" as shown in DomDXecutioners sample db...
Top Bottom