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 bkrike 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: nevin2007
  • Content: Threads
  • Order by date
  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 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
  6. 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.
  7. 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...
  8. 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...
  9. nevin2007

    handle in low-level function and API function

    hi How can i obtain HANDLE of file that already opened somewhere in my application ( i cant use PUBLIC variable because count and order of opening file sets by user) I found this example that show list of opened file but the problem is handle in this database is different from fopen handle...
  10. nevin2007

    when custom property changed

    Hi all I add a custom property to a form (name:inrunmode) by default value .f. Some function or procedure or method change inrunmode value by their code I want to run a custom method when inrunmode changed. how can i determine when inrunmode changed. (Something like Bindevent ProgrammaticChange...
  11. nevin2007

    Vfp sys(2007) in Vb

    hi I dont know this thread must be here or in vb forum. Can anyone guide me to write a VB code that return same value as sys(2007) function in VFP with same input string? I want a function that calculate not a Object that use VFP Command like : Dim oFox AS VisualFoxPro.Application
  12. nevin2007

    problem with image control

    hi all I have a image control and listbox in a form. listbox show picture's name and when user click on a name image control show the picture. i write this in interactivechange method of listbox thisform.image1.Picture=SYS(5)+SYS(2003)+[\form\]+ALLTRIM(nokli.picname)+[.jpg] Everything works...
  13. nevin2007

    [b] distribute MSGRAPH with application [/b]

    Hi all I wrote an application that have some chart. How can i distribute MSGRAPH with my application. I use vfp9 for programming. Some systems may have not OFFICE application and I cant tell to all install it. (Because of license) thanks
  14. nevin2007

    problem with duplicating a record

    hi all i have an indexed table and want duplicate current record when user press F5 .i write a procedure and call it by on key label.the problem is that when i fire F5 an error occur. procedure code : SCATTER TO recdata INSERT blank GATHER FROM recdata error message is : INSERT cannot be...
  15. nevin2007

    Popup menu and form method

    hi all I try to active a context menu by right clicking on a textbox. when user click a bar of menu a method of parent form must run.the parent form name is test. i write this code in right click event of text box.all things ok when the form window type is modal but i want form be modalless and...
  16. nevin2007

    editing report on runtime

    hi all i am try to give the ability of changing text of report body in one application to user.the report is a mail text and some field. the field data get from a database. the user must have ability to change the text but they cant delete or edit field. i used vfp9 sp2 and protect field from...
  17. nevin2007

    control textbox in grid

    hi all i have a grid and wants to prevent user changing content of some cell in a column but when is set Enable property to .f. all column disabled and when used WHEN METHOD by return .f. Right click method dont fire (i use right click to active a popup menu for each cell. some cell can have...

Part and Inventory Search

Back
Top