G
Guest
Hello
I have splitted a DB into two DB's: one having only tables and the second having all other stuff
The first is poste on a server linux and the second (in MDE format) is saved on 5 other desktops on the network
What is going wrong are "print" commands i have builded to print a form. They work fine while testing them on my machine (before splitting), but when i print from user (after splitting and posting front end on server) I receive a message saying "print command not available" and the applicatione freeze (I need a ctrl+alt+canc to stop anything)
Why?
There's any iussue i should take in count having a front end on a server linux?
To help anyone want to help me, I post here the code for the print command
Private Sub printform_Click(
On Error GoTo Err_Command35_Clic
Application.Echo Fals
Dim stDocName As Strin
Dim MyForm As For
stDocName = "archivio ore cantiere
Set MyForm = Screen.ActiveFor
DoCmd.SelectObject acForm, stDocName, Tru
DoCmd.PrintOu
DoCmd.SelectObject acForm, MyForm.Name, Fals
Application.Echo Tru
Exit_Command35_Click
Exit Su
Thanks!
I have splitted a DB into two DB's: one having only tables and the second having all other stuff
The first is poste on a server linux and the second (in MDE format) is saved on 5 other desktops on the network
What is going wrong are "print" commands i have builded to print a form. They work fine while testing them on my machine (before splitting), but when i print from user (after splitting and posting front end on server) I receive a message saying "print command not available" and the applicatione freeze (I need a ctrl+alt+canc to stop anything)
Why?
There's any iussue i should take in count having a front end on a server linux?
To help anyone want to help me, I post here the code for the print command
Private Sub printform_Click(
On Error GoTo Err_Command35_Clic
Application.Echo Fals
Dim stDocName As Strin
Dim MyForm As For
stDocName = "archivio ore cantiere
Set MyForm = Screen.ActiveFor
DoCmd.SelectObject acForm, stDocName, Tru
DoCmd.PrintOu
DoCmd.SelectObject acForm, MyForm.Name, Fals
Application.Echo Tru
Exit_Command35_Click
Exit Su
Thanks!