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

Recent content by nevin2007

  1. nevin2007

    problem with SQLStringConnect

    Hi I have a problem with find database name when using SQLStringConnect function. perviusly i used hlconn=SQLConnect(connname) dbname=SQLGetprop(hlconn,'Database') But now i must use SQLStringConnect function. all things is ok and SQLExec works but dbname=SQLGetprop(hlconn,'Database')...
  2. nevin2007

    Rotate a picture

    Hi I have a image file and i want to rotate it but GDI+ rotateflip function only accept 90,180,270 degree.I want to rotate picture with different angel , for example 12 degree. Can anyone help me to do that with GDI+ or Active X or API function? thanks.
  3. nevin2007

    add new control from text file

    Hi I have a text file like this : <br /><div style="width:100%;height:auto;font-family:Tahoma; font-size:14px; font-weight:bold">Headertext</div><br /> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="AccessDataSource_grid" BackColor="White"...
  4. nevin2007

    define class in seprate file

    hi i have an application that use some classes like vfpx‚gdi plus‚ctl32‚... how can i define that classes in seprate .app or .exe file because they not change during main program frequency update and if i add them to main project, EXE file will be large
  5. nevin2007

    summary band height

    Hi Mike My report have page footer and your suggestion not work for report with footer band. I solved my problem by using 3 detail band and some code trick in ON ENTRY of each detail band. thanks.
  6. nevin2007

    summary band height

    Hi MrDataGuy MY report is stock portfolio and after stock detail print ended we must have summary of Operations of each stock broker. I use report listener and programmatically add stock broker data to summary band of report file (frx) before print. Sometimes report maybe have 2 pages and...
  7. nevin2007

    summary band height

    Hi I have a report with summary band. When the data of summary band make band height higher than the height of the page i got an error message : summary band is too large to fit on page my summary data may need two or three page. How can i solve this problem ? thanks
  8. nevin2007

    Mouse or Keyboard

    Hi I have a form with some command and textbox control on it. One command button i called that COMMAND2 must select one of this options in LOSTFOCUS method : 1- keyboard press cause i lost my focus. 2- mouse click cause i lost my focus. How ? thanks.
  9. nevin2007

    return value reportbuilder

    Hi mike You are right.But i googled for any answer and did not find anything. So i thought pass a value by reference can solve my problem. This command : DO (_REPORTBUILDER) WITH <parameter list> did not open report designer. I think my question said that transfer value must be during report...
  10. nevin2007

    return value reportbuilder

    hi Mike thanks for your reply As i explained before i want to find 2 things 1. user save report or not : if user saved report , he can save some descriptions about his report 2. send parameter to reportbuilder : some user can delete item in report but some must denied. I can change...
  11. nevin2007

    return value reportbuilder

    Maybe it was my mistake that not explain xsource is part of VFP and you can find source file of VFP tools in it. You can look vfp folder and find it. Program Files\Microsoft Visual FoxPro 9\Tools\xsource
  12. nevin2007

    return value reportbuilder

    hi I have an application that in part of it user can modify a report. I use reportbuilder.app from xsource for user editing. My problems is 1.how determine user save report or discard changes? 2. how pass values from reportbuilder.app to my application? I can rebuild reportbuilder.app but i...
  13. nevin2007

    Create Sql View and field lenght

    thanks OlafDoschke Your suggestion works great.
  14. nevin2007

    Create Sql View and field lenght

    Hi I try to add an record to an ACCESS file by using Create Sql View . MDB file has a column with this properties : field name : MON data type : TEXT field size : 4 I used this command after create view DBSetProp("viewmahane"+".mon","Field","DataType","C(4)") The problem is : when i insert...
  15. nevin2007

    handle in low-level function and API function

    thanks for your reply mike As I said before my app use fopen and you know file type is not important for this function Sometimes application may crash or generate an error just before saving handle in a file or STRTOFILE return an error like not disk space during saving file content (handle not...

Part and Inventory Search

Back
Top