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

Search results for query: *

  • Users: denko
  • Order by date
  1. denko

    add custom buttons

    It works. Thanks a lot
  2. denko

    add custom buttons

    How can i assign macros to multiple buttons in excel? I have a code where i create a toolbar, add a button and assign macro to it, but when i add a second button macro is being assigned to the first button instead of the second. Dim cbar1, myBar ' Set cbar1 = CommandBars.Add(Name:="Future...
  3. denko

    Preserve Sheets Formats in Excel when Pasting

    Hello, Is there a way when copy or cut data from one Excel sheet into another to preserve the column width, data formats, and print layouts? Thanks
  4. denko

    Search string within field

    How stupid of me, I had the second and the third arguments switched around - InStr(4, "CL B",Table1.Field1,) It works now Thanks
  5. denko

    Search string within field

    I have a query that uses "Like" keyword. Select Field1, Field2 from Table1 Where (Table1.Field1) Like "*CL B" I do not really like that syntax, can someone tell me what function I can use instead. I tried InStr but it did not work, or maybe I did not use it properly, not...
  6. denko

    Export prt into pdf

    I meant to say - Is there a way to set a file and location name for a report that prints to CutePDF, not CuteFTP, from VB Sorry Thanks
  7. denko

    Export prt into pdf

    I'm trying to run the report from Vb code. Is there a way to set a file and location name for a report that prints to CuteFTP from VB - something like: With Form1.CR1 .DataFiles(0) =DBPath 'database path C:\TestDir.ReportFileName = RptName 'report name - Report1.rpt .Destination =...
  8. denko

    Export prt into pdf

    It worked for me too. Thanks a lot
  9. denko

    Export prt into pdf

    Hi guys I'm using CR6 and need to export reports into pdf format. Does anybody know the way to do it or maybe a freeware that works with VB or just on its own and does the conversion? Thanks Denko
  10. denko

    Copy Access tables from one db into another

    Hi I need to import a table from one Access database into another using VB5? Thnaks
  11. denko

    Replace string in text file

    Thanks a lot - it worked
  12. denko

    Replace string in text file

    Hello, How can i replace one line in the Text file with another without deleting any other lines in the file? Example: F444AF02050 03/05/31 09:56:19 188579Y101 XXX 88579Y10118M 188579Y101 BBB 88579Y10118M 188579Y101 ZZZ 88579Y10118M Need to replace date in the first...
  13. denko

    Controls to browse for a Server

    Thanks a lot man - this is what I need
  14. denko

    Controls to browse for a Server

    Hello What control can I use to browse for a Server/Share name? The same way I use DriveListBox and DirListBox, but they do not allow browsing through my network? Thanks
  15. denko

    Export to PDF format in CR6

    Is it possible to export a report to pdf format using Crystal Report 6.0? Thanks
  16. denko

    Print # Statement Question

    Hi there, how can I use Print # statement to create an Output file that is not char delimited. I need every field to start on the certain position like ABX.DV 2.05 2.25 03/27/03 ABX.GV 2.4 2.6 03/27/03 AYE.SA 0.5...
  17. denko

    Can i run MS Accessreport from vb?

    How can I run Access reports from VB executable? Thanks
  18. denko

    Hoe can I set Printer Orientation for Crystal report from VB?

    Yes but it does not work in my case, any other ideas? Thanks
  19. denko

    Hoe can I set Printer Orientation for Crystal report from VB?

    Unfortunately, I'm using CR6 and PaperOrientation is not one of the properties for CR object. Vb produces an error -Object does not support this property or method. Does anyone know maybe it's possible to download those dlls to make Orientation property available? Thanks

Part and Inventory Search

Back
Top