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

  • Users: jhed
  • Content: Threads
  • Order by date
  1. jhed

    blank control panel in joomla 2.5

    i have worked my website for a month, i installed modules,component and etc., but these few days when i log in in my back end as super user, my control panel was blank the only thing that i can see is the "log out" and "view site". already searched the internet but no luck.
  2. jhed

    Invalid path while trying to network application

    i have this application that is used through network. i just shared the application folder and set the permission to everyone. My forms and tables has no problem on accessing through the network but i have this encryp.prg (program) that i always used whenever i create new user. When i triggered...
  3. jhed

    Saving both numeric and character data type format

    here is what i want to save in my table '00-00-00' where the zeroes starting from the right are increments whenever the user saves the data. so when there's a lot of data later on, the format of my number should be '01-99-99'. so far i tried this setup but i cannot save the '-' sign only the...
  4. jhed

    Cyclic Relation

    I have two tables named Employee and service. My parent table is the employee which is the id field set to relation to the id field of the service table. I want to print out a report with the two tables data.. Example if I locate the id of employee which is 1 in the employee table then it should...
  5. jhed

    help! create scoll text in powerbuilder 7

    anyone who can help me on creating scrolling text using powerbuilder 7...i'm exploring the features of this powerbuilder thanks in advance...
  6. jhed

    Hide/Lock tables

    hello..... i have already done making my system but i want to hide or lock the tables in installation directory. Is this possible? I've already not included my forms but of course not including my tables when i build my program is not good.. i worried when i install my system on other computer...
  7. jhed

    cant save data

    Please help!! i'm trying to save data but i cant, is their any problem on my syntax.. SELECT sample thisform.text1.Value = str(YEAR(DATE()))+'-'+ left(faculty.firstn,1) + LEFT(faculty.middlen,1)+LEFT(faculty.lastn,1) replace prop_num WITH thisform.text1.Value i want to save data from text1...
  8. jhed

    capture Image from webCam to form in vfp9

    sir... can anyone help me to make this possible, i have this form to capture persons face to add his profile..i searched from the internet and found useful infos but unfortunately didn't fit my needs.. the code on displaying the form to get frame on the image was there but i want to take the...

Part and Inventory Search

Back
Top