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 TouchToneTommy 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: ALSayegh
  • Content: Threads
  • Order by date
  1. ALSayegh

    Can some one help please.. VB. And CR.8.5

    I wont to load a picture in run time in CR. But I am getting Error “Loading the picture from directory not database” Run-time error 70 Permission denied This is my code : MyRep.Database.SetDataSource MyRst Her I am getting the error ---- > MyRep.picture1.SetOleLocation LoadPicture(App.Path &...
  2. ALSayegh

    Working with CR. 8.5 and VB.6 I need help please

    I wont to load a picture in run time in CR. But I am getting Error “Loading the picture from directory not database” Run-time error 70 Permission denied This is my code : MyRep.Database.SetDataSource MyRst Her I am getting the error ---- > MyRep.picture1.SetOleLocation LoadPicture(App.Path &...
  3. ALSayegh

    How can I check if there is any form’s active.

    Hi How can I check if there is any form’s active. Exp. I have main.frm and I want to check if other forms are Working. If yes I want to unload them. I try this code it work : If Myfrm.visibel = True then unload Myfrm But there is problem that each time I run this code VB will load the...
  4. ALSayegh

    load picture

    hi How can i load a picture in to crystal 8.5 during run mode ? i try this code but i get an error - Run-time error 70 permission denied Dim bmpHold As StdPicture Screen.MousePointer = vbHourglass OneM.DiscardSavedData OneM.Database.SetDataSource rstTable Set bmpHold = LoadPicture(App.Path...
  5. ALSayegh

    Connecting to access database (ADO)

    In design time I connect my database and collect tables with SQL which I wrote it in (ADO) SQL place, but when I try to make same modification to my SQL I couldn’t find it, even I tried to Reset location I couldn’t do so. Pls. could some one help me to understand what happing. Thanks.
  6. ALSayegh

    Text Object

    i have a text object that i am passing to it a calculated number from vb, how can i use value in that text to add it to Sum in the crystal V8.5. and if there are anther way to do so please Tel me. Thanks
  7. ALSayegh

    Fill Dbgrid

    Hi I wont to fill a dbgrid by code. I don’t wont to use data control. I try this but didn’t work rs.MoveLast RCount = rs.RecordCount rs.MoveFirst For i = 0 To Rc DBGrid1.Row = i DBGrid1.Col = 1 Me.DBGrid1.Text = rs!myField Next i _____________________ Please help me Thanks
  8. ALSayegh

    Filling dbgrid

    Hi I wont to fill a dbgrid manually How can i do that. I now I can use data control with dbgrid but I wont it manually. Thanks for helping
  9. ALSayegh

    Get time/date from server (NT)

    Hi How can I get time/date from server? Server time/date --> Client
  10. ALSayegh

    How can I count how many "Saturday" between tow dates?

    Hi How can I count how many "Saturday" between two dates? I tried to use DateDiff but it doesn't work write
  11. ALSayegh

    I get Error “Permission denied” error number 70

    Hi Hi I am trying to use file copy command like this way: MkDir MyDirName FileCopy "C:\F_DataBase\InsContracts.mdb", MyDirName & "\InsContracts.mdb" But when it tries to make FileCopy it gives this error Permission denied What I can do to avoid it. Thanks
  12. ALSayegh

    Long time to load and show the form

    Hi When I made load for my form it takes very long time to show it. I made a trace in the form load it was work fine but when it finish and go to show the form it take this time. I have many forms worked fine just this one. Any one has any idea to stop that delay. Thanks
  13. ALSayegh

    Please some one help >> printing DBGrid

    Hi How can I print a content of a DBGrid?
  14. ALSayegh

    Print content of a DBGrid

    Hi How can I print a content of a DBGrid?
  15. ALSayegh

    How can i get the today date from the server?

    Hi How can I get the today date from the server? I have a client connected to a server and I wont to get the current date from it To pass it to the database for security reasons.

Part and Inventory Search

Back
Top