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 Chris Miller 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: Inas
  • Order by date
  1. Inas

    determine the change of _vfp.forms.count immediately ?

    Rick, thanks for advice. I know that the way i do it is little bit strange..I just want to try to make minimum or even no changes to current existing base form class. If that is now way do determine the _screen.formcount or _vfp.forms.count than i have to do as what you say. Thanks lot.
  2. Inas

    determine the change of _vfp.forms.count immediately ?

    I have just try the bindevent. But it work with only when when change the property value either by programmatic or intrative. And it couldn't work with _screen.formcount. I try line below when the object is being init. BINDEVENT(_SCREEN,"FORMCOUNT",THIS,"TEST") in the TEST method i write...
  3. Inas

    determine the change of _vfp.forms.count immediately ?

    Thanks. Will try it now.
  4. Inas

    determine the change of _vfp.forms.count immediately ?

    Thanks for help. Is there any different between _SCREEN.FormCount and _vfp.forms.count. From the VFP help it seen like same. My main concern is to determine the change of the FormCount in VFP. I'm writing a class that to handle multi language. But current it need to change the baseform class...
  5. Inas

    determine the change of _vfp.forms.count immediately ?

    How to determine the change of _vfp.forms.count immediately, beside using timer to monitor it ? I try line below : public oVFP oVFP = _vfp.forms before i open any form, in the debugger i saw oVFP.forms.cnt = 0 _vfp.forms.cnt = 0 When i open a new form : oVFP.forms.cnt = 1 _vfp.forms.cnt...
  6. Inas

    Group Policy & "Check for publisher's certificate revocation"

    As we installed Autocad LT 2005 for our users here, they encountered slow starting up of program. Found the article saying that under Internet Option in IE, you need to deselect "Check for publisher's certificate revocation". just wondering if there is any way that i can use group policy to do...
  7. Inas

    AD Migration -- How to change my Exch 5.5 Service Account

    hi there.. well, i intend to migrate my NT domain to AD and with ADMT2, it works well. however, got this query... if my username after migration come with a prefix or postfix, then my exchange service account will be different, for example on NT4 domain is old\exchange and AD domain will be...
  8. Inas

    Excel Macro and user profiles

    my user use a few customize button on Excel to define her macro. she would like to distribute them to other users. how can i "built-in" these macro to other users without having to define them individually on their profiles?
  9. Inas

    Bindery back-up and restore

    1) Do a BINDFIX on the old server and copy 3 files – net$obj.old, net$prop.old and net$val.old from \system of the old server to the new server: [you will be able to get 3 files namely net$obj.old, net$prop.old and net$val.old] NOTE: BINDFIX shuts down the bindery files so users cannot access...
  10. Inas

    Failed to connect to file server when using HP Jetdirect

    hi there: bought a HP jetdirect 500x with 3 parallel port. tried to connect to my first netware server and the 3 queues work okay. then i tried to configure the jetdirect to queues on my 2nd servers. this time, only 1 port per time that can connect to my servers. how can i solve this?
  11. Inas

    how to replace a value to field(x)?

    dunno how to put my question... got this table like: fields a a1 a2 a3 record1 a1 record2 a2 record3 a1 how can i output the result to become fields a a1 a2 a3 record1 a1 1 0 0 record2 a2 0 1 0 record3 a1 1 0 0 meaning...
  12. Inas

    After installed SP3, services lost!!

    don't know if anyone has the same luck as me. I installed an Exchange 2000 to join my existing Exch5.5 site. it looks okay with all the Exchange services started. Then i "itchy hand" and tried to apply Exchange 2000 sp3, the result --- could not find all the Microsoft Exchange services and...
  13. Inas

    directory export

    hi all, i would like to export the "Email Address (Internet)" columns from exchange 5.5. Normally, i will do it manually using "save window contents". how can i automate this? i tried "directory export", but i am getting something like the Primary proxy address...
  14. Inas

    Backup Schedule Task to a file

    hi there: read on some documentation saving that we are able to go to the regedit and export the "scheduled task" as a .reg which can then be import to another server with the instruction as follow: Use Control Panel / Services to navigate to the Schedule Service and Stop it. Run...
  15. Inas

    Generic PostScript Printer

    hi there, anyone can teach me on how to get a Generic PostScript Driver that is able to set paper size to A1 or A2?
  16. Inas

    Source code of a .prg file being printed after running it

    Anyone there could advised me on that? i wrote a simple program to convert a csv file to dbf. each and every time after i run the program , a copy of the source code was printed to the default printer of my computer. is there any code that i miss out to avoid this? thanks..
  17. Inas

    how to restrict users from decompress/compress files on servers?

    hi... i have some shares for users on a server. users are given "modify" access. how can i allow them to read/write data but do not allow them to compress the folder/file?
  18. Inas

    No Text is printed, only print cell outlines

    Hi there: Got this problem from one of my user, who is using HP Inkjet 2230. When he prints an excel documents with some text, only the cell outlines get printed out but not the text itself. any hints? thanks...
  19. Inas

    Windows 2000 Could not Start :( ntoskrnl.exe

    Is your W2K Pro installation disk with SP4?
  20. Inas

    W2K SP4

    G'day! Just wondering if any of you have problems with roaming profiles after installing W2K SP4? I noticed that after installing SP4, when a user with roaming profiles logs on to a PC and make some settings, his local profiles will not be written back to the profile in the server. If he logs...

Part and Inventory Search

Back
Top