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 strongm 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: *

  1. Koen Piller

    List of Objects / Members of myPJX file

    Hi, Do we have a procedure which will list all the files in myProject, preferably grouped by: 1. DataBases Free Tables Queries 2 Documents Forms Report Labels a.s.o. like Tabpages in the PJX Stay healthy, Koen
  2. Koen Piller

    Error: Cannot update cursor

    Hi, I havve create with m.lcCursor = 'curRit' Select Permission liPermission = Permission.Id lcWhere = 'WHERE Permission.ID =' + Transform(m.liPermission) Set Textmerge On TEXT TO m.lcSQL NOSHOW TEXTMERGE PRETEXT 1+2+4+8 SELECT ; Rit.ID as Rit_ID , ; Rit.*, ; Permission.ID, ...
  3. Koen Piller

    How to show an alternate label in my grid

    Hi, This is more or less the same as my question in Thread 184-896484. I would like to show in my grid in field Sale alternate a label with SOLD or a label with nothing. So I followed Mike's advise in Thread 184-896484 and created 2 labels lblSold with text and lblStock without any text The...
  4. Koen Piller

    my properties and my classes

    Hi, I know it is possible but forgot how to do it. 1) I would like to create a new property for which you can only set a .T. or .F. like e.g. the native properties Enabled. As far as I can remember one should give some script code on creating the property, the question is: how to do it? 2) I...
  5. Koen Piller

    How to set myIcon to myClass

    Hi, I have done this before, now I forget how to do. How can I set myIcon to myClass so it will not show in the Project manager the default icon? Stay healthy, Koen
  6. Koen Piller

    oleCalendar

    Hi, I am trying to make use of the oleCalendar and have therefor following code (see thread 184-213348) #DEFINE C_CALCAPTION_LOC "Data Calendar" oCalForm = Create('form') oCalForm.NewObject("oleCalendar","_olecalendar","_datetime") WITH oCalForm.oleCalendar .date_column = "Date()"...
  7. Koen Piller

    RTF Highlight command

    Hi, With RTF you can search and highlight for words in your RTF-text. However the highlight function is not as the default highlight in Word or Excel: it changes the forecolor to a given color and not the backcolor. Anybody to give me the code to change the highlight to true highlight? I am...
  8. Koen Piller

    oleRTF - NumbericList or OrderedList

    Hi, I am looking for the coding to insert a numbericlist[ol 1] first item [/ol] in with oleRTF. This is possible if you put following code in your field: \par \pard{\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}} \fi-360\li480\sa50\sl0\slmult1 and ~~~ and \par...
  9. Koen Piller

    updating table with a .cdx

    Hi, Griff constgructed an indexroutine Function HIERACHY Parameters m.KeyField PRIVATE m.KeyField,m.String, m.WordCount, I m.Wordcount = GetWordCount(m.KeyField,".") m.String = STR(m.WordCount,3,0) For I = 1 to m.WordCount m.String = m.String +...
  10. Koen Piller

    Search without an extra field

    Hi, Based on a previous thread I have a similar problem: My dbf consists of a ID which is a little bit different constructed as we know usualy: it is unique, with the following construction: a.b.c.d.e where a is the master and is always 1 where b is the first related record to a where c is the...
  11. Koen Piller

    Search with / without didractis signs.

    Hi, I would like to have a search procedure which will find names even if they have diactric signs, So when I search for Aäron, I would like to find Aaron Cohen and also Aäron Baruch, an when I search for Aaron, I would like to find Aaron Cohen and also Aäron Baruch and the best thing would be...
  12. Koen Piller

    Macro for saving Word.docx with text of Header of that document

    Hi, I am new in Macro-country for MSWord. Would like to create a macro which would save my MSWordfile with a filename which is the same as the Documentheader. If that than works I would like to add a custom icon to my preferable list activating this macro. Is that doable? And if so, someone...
  13. Koen Piller

    Macro for Filename

    Hi, I am new in Macro-country for MSWord. Would like to create a macro which would save my MSWordfile with a filename which is the same as the Documentheader. If that than works I would like to add a custom icon to my preferable list activating this macro. Is that doable? And if so, someone...
  14. Koen Piller

    Tooltips do not show in Exe

    Hi, My tooltips do not show in the exe unless I once click anywhere on my form, after that they show as usual. In development I dont experience this behavior. Do we have a solution for this? Regards, Koen
  15. Koen Piller

    File access is denied

    Hi, I have built a small project, works OK. The project uses one dbc with one table only. I have than built an exe - no errors. But mainform is not shown. When I than return to my VFP development and try to run the pjx again, it errors Database ~full path database : "File access denied". Quit...
  16. Koen Piller

    SQL Update() does not update

    Hi, I have this code which does not update Update PERMISSION ; SET ; PERMISSION.Permissionnmbr = curPermiss5a.Permissionnmbr , ; PERMISSION.Permissionfrom = curPermiss5a.Permissionfrom , ; PERMISSION.Permissiontill = curPermiss5a.Permissiontill , ; PERMISSION.Permissiondate =...
  17. Koen Piller

    report content spans more than one page

    Hi, I have to make a report which content spans more than one page. Not the data which cannot fit on one page, the content is spread over two pages. I believed that the reportwriter would break the content when reaching the bottom page and continue on the next. However VFP is obstructing /...
  18. Koen Piller

    quit application

    Hi, I want to offer my users the option to end the application, running. Situation is: On my mainform a selectionform is activated with a selection combobox. When users click the Quit button, the QueryUnload is activated with following code: If Isnull(Thisform.cboZorg.Value) lcMessage =...
  19. Koen Piller

    Call stack

    Sequence of instructions / Call stack I know we have LISA in VFP. I have myForm which is subclassed from myBaseForm Now I have in myForm.Load If !Used('naw') Use naw In 0 Endif Select naw Dodefault Locate And in myBaseform.Load Create Cursor curDistance (distance c(10,0)) Also in...
  20. Koen Piller

    Hyperlink Tooltip

    Hi, 1)When I set the property Enablehyperlink .T. in my textox, there is a tooltip shown "Ctrl + click to follow link" how can I translate this to my native lanquage? 2)How to set the background colour? Default is black, would like to have it white. Regards, Koen

Part and Inventory Search

Back
Top