Search results

  1. R

    Twain Image controls

    imgscan call list? I would like to scan in an image at a time,store it on a drive, and then of course save the filename in a record. I'm trying pretty hard to find the information on how to make calls against the imgscan.ocx but have not found anything yet. does anyone have a link where it...
  2. R

    Pulling the record souce object out of Report from a FORM

    99% there... You are good. the only thing i had to work through was to change the report to Design mode from Prieviw so the RecordSource would be available. thank you for your help. It works very nicely. Off to searching for the export options! -Robert
  3. R

    Pulling the record souce object out of Report from a FORM

    I have an option group that has many reports being picked using a CASE statement and being fed into a DoCmd.OpenReport command. I am wanting to not actually run the report, but the query (Record Source) and then export the results into a csv file. the issue is I want the query to be run to be as...
  4. R

    Function Madness syntax error on call

    I've got a problem with a function I wrote. Actually it's with the call. everytime I call the function i get a compile error. I don' t know why thou. The error reads as Compile error: Syntax error The code it highlights is: Private Sub barcodemaster_Click() 'barcodemaster(Numoflabel As...
  5. R

    Shell command passing variable into

    Solved You are correct! It is something terribly easy, but i didn't see it. I appreciate your help.
  6. R

    Shell command passing variable into

    Sorry for posting something you all have thoroughly spoken about before but I am trying to pass RetVal = Shell("C:\Program Files\Seagull\BarTender 6.20\Professional\bartend.exe /F=C:\barcode\IncomingBarcodedbsample.btw /P /C=Numoflabel", 1) I want it to take the Numoflabel and put the number...
  7. R

    Declare variable as Printer Does not work

    Thanks for the link...I took a look at the db from the download and that's nice, but I am just not a big fan of the people having to pick their printer everytime. I do know the printer is going to be installed on the LPT1 printer port all the time. I am going to try to learn how to print by...
  8. R

    Declare variable as Printer Does not work

    I'm trying to run some vb code that declares a printer and then prints on a specific printer that is found. When I try to run the code an error comes up as: "Compile error: User defined type not defined". I saw an earlier posts that said something about the Printers not being accessible, but I...
Top Bottom